Vcl.Imaging.GIFImg.BitmapAllocationThreshold

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

BitmapAllocationThreshold: integer = 500000;

C++

extern DELPHI_PACKAGE int BitmapAllocationThreshold;

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 bitmap pixel count limit at which a newly allocated bitmap is converted before being resized.

Change the value of BitmapAllocationThreshold to set the bitmap pixel count limit at which a newly allocated bitmap is converted to the 1-bit format before being resized and converted to the 8-bit format.

See Also