ImageResourcesData

A struct representing the information extracted from the Image Resources section.

Members

Variables

alphaChannelCount
uint alphaChannelCount;

The number of alpha channels stored in the array.

alphaChannels
AlphaChannel[] alphaChannels;

An array of alpha channels, having alphaChannelCount entries.

containsRealMergedData
bool containsRealMergedData;

Whether the PSD contains real merged data.

exifData
ubyte[] exifData;

Raw EXIF data.

iccProfile
ubyte[] iccProfile;

Raw data of the ICC profile.

sizeOfExifData
uint sizeOfExifData;
Undocumented in source.
sizeOfICCProfile
uint sizeOfICCProfile;
Undocumented in source.
thumbnail
Thumbnail thumbnail;

JPEG thumbnail.

xmpMetadata
ubyte[] xmpMetadata;

Raw XMP metadata.

Meta