Class BufferImageLoadOptions

Options for loading image from buffer.

Constructors

Properties

colorConversion: ColorConversion = "ANY_COLOR"

Color conversion to apply during image loading.

Default is ANY_COLOR

cropRect: Rectangle = ...

If the rect is not empty, the image will be cropped to this rect before processing.

loadMode: BufferLoadMode = "EAGER"

Load mode.

Default is EAGER