CrImage::ICO::IconEntry
Represents a single icon entry in an ICO file
Each ICO file contains a directory of entries describing the images stored within. This struct holds the metadata for one such entry.
Constructors
Instance methods
actual_height
Returns the actual height in pixels
In ICO format, a value of 0 represents 256 pixels.
actual_width
Returns the actual width in pixels
In ICO format, a value of 0 represents 256 pixels.
bit_count
Sourcecolor_count
Sourceheight
Sourceoffset
Sourcepixel_count
Returns total pixel count for size comparison
Used internally to find largest/smallest icons.
planes
Sourcesize
Sourcewidth
Source