PSD

A photoshop file

Members

Variables

colorData
ubyte[] colorData;

Data for color mode

colorModeDataSection
Section colorModeDataSection;

Color mode data section.

fullImage
ubyte[] fullImage;

Full image data encoded as 8-bit RGBA

header
PSD_Header header;
Undocumented in source.
imageDataSection
Section imageDataSection;

Image Data section.

imageResourcesData
ImageResourcesData imageResourcesData;

ImageResourcesData

imageResourcesSection
Section imageResourcesSection;

Image Resources section.

layerMaskInfoSection
Section layerMaskInfoSection;

Layer Mask Info section.

layers
Layer[] layers;

Layers

mergedAlpha
bool mergedAlpha;

Whether alpha is merged

psbFile
bool psbFile;

Whether the file is actually a psb rather than psd file.

Meta