ImageEn, unit iemio

TImageEnMIO.NativePixelFormat

TImageEnMIO.NativePixelFormat

Declaration

property NativePixelFormat: Boolean;

Description

When True, paletted and gray scale images are not converted to 24 bit.
By default, ImageEn converts all paletted images to 24 bit (True color). Only black/white images are stored in the original format with 1 bit per pixel.

Note: If you set NativePixelFormat=True, you will be unable to execute some image processing operations

Default: False

See Also

NativePixelFormat