Click or drag to resize

ImageNETPixelFormat Methods

The ImageNETPixelFormat generic type exposes the following members.

Methods
  NameDescription
Public methodSave
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.
Public methodToArray
Get pixels as a 2D array of pixel structs
Public methodToByteArray
Get pixels as a 3D array of bytes
Top
See Also