프로퍼티 | 타입 | 설명 | |
---|---|---|---|
dwMagic | int | ||
mipMaps | MipMap[] |
메소드 | 설명 | |
---|---|---|
DDSImage ( string ddsFileName ) : System | ||
ToBitmap ( byte imgData, DDSFormat ddsFormat, int w, int h ) : |
||
ToPictureBox ( int picBoxWidth, int picBoxHeight ) : |
||
View24Bit ( byte imgData, int w, int h ) : |
||
View32Bit ( byte imgData, int w, int h ) : |
||
ViewG8 ( byte imgData, int w, int h ) : |
||
getBytesPerPixel ( DDSFormat ddsFormat ) : double |
메소드 | 설명 | |
---|---|---|
Read_DDS_HEADER ( |
||
Read_DDS_PIXELFORMAT ( |
||
UncompressATI2 ( byte imgData, int w, int h ) : |
||
UncompressDXT1 ( byte imgData, int w, int h ) : |
||
UncompressDXT5 ( byte imgData, int w, int h ) : |
||
UncompressV8U8 ( byte imgData, int w, int h ) : |
||
getFormat ( ) : DDSFormat | ||
readBlockImage ( byte imgData, int w, int h ) : |
||
readLinearImage ( byte imgData, int w, int h ) : |
public static ToBitmap ( byte imgData, DDSFormat ddsFormat, int w, int h ) : |
||
imgData | byte | |
ddsFormat | DDSFormat | |
w | int | |
h | int | |
리턴 |
public ToPictureBox ( int picBoxWidth, int picBoxHeight ) : |
||
picBoxWidth | int | |
picBoxHeight | int | |
리턴 |
public static View24Bit ( byte imgData, int w, int h ) : |
||
imgData | byte | |
w | int | |
h | int | |
리턴 |
public static View32Bit ( byte imgData, int w, int h ) : |
||
imgData | byte | |
w | int | |
h | int | |
리턴 |
public static ViewG8 ( byte imgData, int w, int h ) : |
||
imgData | byte | |
w | int | |
h | int | |
리턴 |
public static getBytesPerPixel ( DDSFormat ddsFormat ) : double | ||
ddsFormat | DDSFormat | |
리턴 | double |