Record TQuickImageInfo

Hierarchy
Methods
Properties

Unit

Declaration

type TQuickImageInfo = record

Description

Image information from superficial analysis

Overview

Fields

Public Width: integer;
Public Height: integer;
Public ColorDepth: integer;
Public AlphaDepth: integer;

Description

Fields

Public Width: integer;

Width in pixels

Public Height: integer;

Height in pixels

Public ColorDepth: integer;

Bitdepth for colors (1, 2, 4, 8 for images with palette/grayscale, 16, 24 or 48 if each channel is present)

Public AlphaDepth: integer;

Bitdepth for alpha (0 if no alpha channel, 1 if bit mask, 8 or 16 if alpha channel)