Record TQuickImageInfo
Unit
Declaration
type TQuickImageInfo = record
Description
Image information from superficial analysis
Overview
Fields
|  | Width: integer; | 
|  | Height: integer; | 
|  | ColorDepth: integer; | 
|  | AlphaDepth: integer; | 
Description
Fields
|  | Width: integer; | 
| 
 | |
|  | Height: integer; | 
| 
 | |
|  | ColorDepth: integer; | 
| Bitdepth for colors (1, 2, 4, 8 for images with palette/grayscale, 16, 24 or 48 if each channel is present) | |
|  | AlphaDepth: integer; | 
| Bitdepth for alpha (0 if no alpha channel, 1 if bit mask, 8 or 16 if alpha channel) | |