PSD

A photoshop file

Members

Variables

bitsPerChannel
ushort bitsPerChannel;

Bits per channel

channels
short channels;

Amount of channels in file

colorData
ubyte[] colorData;

Data for color mode

colorMode
ColorMode colorMode;

Color mode of document

colorModeDataSectionLength
size_t colorModeDataSectionLength;
Undocumented in source.
colorModeDataSectionOffset
size_t colorModeDataSectionOffset;
Undocumented in source.
fullImage
ubyte[] fullImage;

Full image data encoded as 8-bit RGBA

height
int height;

Height of document

imageDataSectionLength
size_t imageDataSectionLength;
Undocumented in source.
imageDataSectionOffset
size_t imageDataSectionOffset;
Undocumented in source.
imageResourceSectionLength
size_t imageResourceSectionLength;
Undocumented in source.
imageResourceSectionOffset
size_t imageResourceSectionOffset;
Undocumented in source.
imageResourcesData
ImageResourcesData imageResourcesData;

ImageResourcesData

layerMaskInfoSectionLength
size_t layerMaskInfoSectionLength;
Undocumented in source.
layerMaskInfoSectionOffset
size_t layerMaskInfoSectionOffset;
Undocumented in source.
layers
Layer[] layers;

Layers

mergedAlpha
bool mergedAlpha;

Whether alpha is merged

width
int width;

Width of document

Meta