C# Class Ntreev.Library.Psd.Channel

Inheritance: IChannel
Afficher le fichier Open project: NtreevSoft/psd-parser

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
DecodeRLE ( byte src, byte dst, int packedLength, int unpackedLength ) : void
ReadData ( PsdReader reader, int bps, CompressionType compressionType, int rlePackLengths ) : void

Method Details

Channel() public méthode

public Channel ( ) : System
Résultat System

Channel() public méthode

public Channel ( ChannelType type, int width, int height, long size ) : System
type ChannelType
width int
height int
size long
Résultat System

Read() public méthode

public Read ( PsdReader reader, int bpp, CompressionType compressionType ) : void
reader PsdReader
bpp int
compressionType CompressionType
Résultat void

ReadHeader() public méthode

public ReadHeader ( PsdReader reader, CompressionType compressionType ) : void
reader PsdReader
compressionType CompressionType
Résultat void