Vcl.Imaging.GIFImg.GIFImageOptimizeOnStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

GIFImageOptimizeOnStream: boolean = False;

C++

extern DELPHI_PACKAGE bool GIFImageOptimizeOnStream;

Properties

Type Visibility Source Unit Parent
variable public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg Vcl.Imaging.GIFImg

Description

Specifies whether to optimize the GIF before it is streamed to the DFM file.

Change the value of GIFImageOptimizeOnStream to specify whether to optimize the GIF before it is streamed to the DFM file.

Note: The value of GIFImageOptimizeOnStream does not affect the SaveToStream and SaveToFile methods.

See Also