Vcl.Imaging.GIFImg.GIFFileBufferSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

GIFFileBufferSize: integer = 4096;

C++

extern DELPHI_PACKAGE int GIFFileBufferSize;

Properties

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

Description

Specifies the size of the read-ahead buffer for GIF decompression.

Change the value of GIFFileBufferSize to specify the size of the read-ahead buffer for GIF decompression.

See Also