ImageEn, unit iesettings

TIEGlobalSettings.ImageProcThreadsMinSize

TIEGlobalSettings.ImageProcThreadsMinSize


Declaration

property ImageProcThreadsMinSize: int64;


Description

Specifies the minimum size (in terms of Width x Height) of an image before multithreaded processing is used.

Default: 65536 (256 x 256 pixels), i.e. for a value of 65536 images smaller than 256 x 256 will not use multithreading when being edited.


See Also

 ImageProcMaxThreads