Method | Description | |
---|---|---|
Channel ( ) : System | ||
Channel ( ChannelType type, int width, int height, long size ) : System | ||
Read ( PsdReader reader, int bpp, CompressionType compressionType ) : void | ||
ReadHeader ( PsdReader reader, CompressionType compressionType ) : void |
Method | Description | |
---|---|---|
DecodeRLE ( byte src, byte dst, int packedLength, int unpackedLength ) : void | ||
ReadData ( PsdReader reader, int bps, CompressionType compressionType, int rlePackLengths ) : void |
public Channel ( ChannelType type, int width, int height, long size ) : System | ||
type | ChannelType | |
width | int | |
height | int | |
size | long | |
return | System |
public Read ( PsdReader reader, int bpp, CompressionType compressionType ) : void | ||
reader | PsdReader | |
bpp | int | |
compressionType | CompressionType | |
return | void |
public ReadHeader ( PsdReader reader, CompressionType compressionType ) : void | ||
reader | PsdReader | |
compressionType | CompressionType | |
return | void |