ImageEn, unit imageenproc

TImageEnProc.AutoConvertFormat

TImageEnProc.AutoConvertFormat


Declaration

property AutoConvertFormat: Boolean;


Description

When true, all image processing functions automatically convert the source pixel format as required. For example, The Contrast method requires a RGB24 pixel format. If your image is black & white or any other format, it is converted automatically to RGB24.
If AutoConvertFormat = False and you call Contrast with a black & white image, then the method will fail.

Default: True