ImageRGBA Methods |
The ImageRGBA type exposes the following members.
Name | Description | |
---|---|---|
GetNativePtr | ||
Save |
Save the image to a file. The supported file types are PNG (.png), JPEG (.jpg, .jpeg) and BMP (.bmp).
This method will throw an exception if failing to save to the provided fileName.
(Inherited from Image<NETPixelFormat>.) | |
ToArray | Get pixels as a 2D array of pixel structs (Inherited from Image<NETPixelFormat>.) | |
ToByteArray | Get pixels as a 3D array of bytes (Overrides Image<NETPixelFormat>.ToByteArray().) | |
ToString | Get a string representation of the image (Inherited from Image<NETPixelFormat>.) |