ImageEn, unit iesettings

TIEGlobalSettings.RaisePixelFormatExceptions

TIEGlobalSettings.RaisePixelFormatExceptions

Declaration

property RaisePixelFormatExceptions: TIEShowDebugInfo;

Description

Specifies whether exceptions will occur when an image of an unsupported pixel format is passed to a processing method, e.g. when a ie48RGB format is passed to a color enhancement method that only supports ie24RGB.
Otherwise failures due to pixel formats will be silent.
Value Description
diNever Incompatible processing methods are ignored (no error is shown and image is not modified)
diDesignTime Not relevant to this property
diUnderDebugger Exceptions occur when running under the Delphi Debugger (your users won't see it)
diAlways Exceptions always occur for incompatible methods (your users may see it if the exception is not handled)

Default: diUnderDebugger