Vcl.Imaging.GIFImg.GIFImageRenderOnLoad

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

GIFImageRenderOnLoad: boolean = False;

C++

extern DELPHI_PACKAGE bool GIFImageRenderOnLoad;

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 render the GIF frames as they are loaded, instead of rendering them on demand.

Change the value of GIFImageRenderOnLoad to specify whether to render (convert to bitmap) the GIF frames as they are loaded, instead of rendering them on demand. This operation might increase resource consumption and increases load time, but causes animated GIFs to display more smoothly.

See Also