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


See Also

 NativePixelFormat