ImageEn, unit iexBitmaps

TIOParams.GIF_Interlaced

TIOParams.GIF_Interlaced

Declaration

property GIF_Interlaced: Boolean;

Description

Returns True if the GIF image is interlaced.

Note: If you are using a TIEMultiBitmap or TImageEnMView, you can use DuplicateCompressionInfo to propagate the parameter to all frames

Default: False

Example

// Enable interlaced GIF
ImageEnView1.IO.Params.GIF_Interlaced := True;

See Also

DuplicateCompressionInfo