psd.parser

This PSD file parser

This is more or less based on psd_sdk

Various features of PSD_SDK are left out for simplicity

Members

Functions

extractLayer
void extractLayer(Layer layer)
Undocumented in source. Be warned that the author may not have intended to support it.
findChannel
uint findChannel(Layer* layer, ChannelType channelType)

Finds the index of the channel

parseDocument
PSD parseDocument(string fileName)

Parses document

parseDocument
PSD parseDocument(File file)

Parses a Photoshop Document

Meta