C# 클래스 Ntreev.Library.Psd.Channel

상속: IChannel
파일 보기 프로젝트 열기: NtreevSoft/psd-parser

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
DecodeRLE ( byte src, byte dst, int packedLength, int unpackedLength ) : void
ReadData ( PsdReader reader, int bps, CompressionType compressionType, int rlePackLengths ) : void

메소드 상세

Channel() 공개 메소드

public Channel ( ) : System
리턴 System

Channel() 공개 메소드

public Channel ( ChannelType type, int width, int height, long size ) : System
type ChannelType
width int
height int
size long
리턴 System

Read() 공개 메소드

public Read ( PsdReader reader, int bpp, CompressionType compressionType ) : void
reader PsdReader
bpp int
compressionType CompressionType
리턴 void

ReadHeader() 공개 메소드

public ReadHeader ( PsdReader reader, CompressionType compressionType ) : void
reader PsdReader
compressionType CompressionType
리턴 void