RenderImage Class |
Namespace: Lumiscaphe.Workshop.Interop
The RenderImage type exposes the following members.
Name | Description | |
---|---|---|
Bits |
Gets the number of bits per pixel.
| |
ByteCount |
Gets the image number of bytes.
| |
Bytes |
Gets the image bytes.
| |
Dpi |
Gets the image dot per inch.
| |
Dynamic |
Gets the image dynamic.
| |
Floats |
Gets the image floats.
| |
Format |
Gets the image format.
| |
IsDestroyed |
Gets a value indicating whether this instance is destroyed.
| |
Orientation |
Gets the image orientation.
| |
Resolution |
Gets the image resolution.
| |
Shorts |
Gets the image shorts.
|
Name | Description | |
---|---|---|
Clone |
Clones the image.
| |
Convert |
Converts the image to the specified format, dynamic and orientation.
| |
ConvertFromWorkingSpaceToSrgb | ||
ConvertToImageRaw |
Converts the image to a raw image.
| |
Create(Byte) |
Creates an image from a byte array.
| |
Create(String) |
Creates an image from a file.
| |
Create(RenderImageRaw) |
Creates an image form a RenderImageRaw.
| |
Create(RenderResolution, Single, RenderImageFormat, RenderImageDynamic, RenderImageOrientation) |
Creates the an empty image using the specified parameters.
| |
Destroy |
Destroys the image.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SaveToFile |
Saves the image to file with compression. The compression value will depends on the file extension. Typically between 0 and 100 for a JPEG and 0 and 9 for a PNG. | |
SaveToMemory |
Saves the image to a byte array according to the format and a compression level if compression if supported by the format.
| |
ToString |
Format the RenderImage to a String.
(Overrides ObjectToString.) |