C# 클래스 AmaroK86.ImageFormat.ImageMipMapHandler

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 메소드들

메소드 설명
ConvertTo32bit ( byte buff, int w, int h ) : byte[]
CprFormat ( string format ) : bool
ImageMipMapHandler ( string imageWithMipMaps, byte data ) : System
SaveAll ( ) : void

비공개 메소드들

메소드 설명
ImageDataSize ( ImageSize imgsize, string format, float BytesPerPixel ) : long
ImageMipMapDataSize ( ImageSize imgsize, bool compressed, float BytesPerPixel ) : long
ShrinkImage ( byte imageData, ImageSize imgsize, float BytesPerPixel ) : byte[]

메소드 상세

ConvertTo32bit() 공개 정적인 메소드

public static ConvertTo32bit ( byte buff, int w, int h ) : byte[]
buff byte
w int
h int
리턴 byte[]

CprFormat() 공개 정적인 메소드

public static CprFormat ( string format ) : bool
format string
리턴 bool

ImageMipMapHandler() 공개 메소드

public ImageMipMapHandler ( string imageWithMipMaps, byte data ) : System
imageWithMipMaps string
data byte
리턴 System

SaveAll() 공개 메소드

public SaveAll ( ) : void
리턴 void