GetPixelsSize Function
Imaging

Returns size in bytes of Width x Height area of pixels.

Pascal
function GetPixelsSize(Format: TImageFormat; 
                       Width: LongInt; 
                       Height: LongInt): LongInt;
File

Imaging (at line 307)

Description

Works for all formats.

Related Information
You are here: Symbol Reference > Functions > GetPixelsSize Function