프로퍼티 | 타입 | 설명 | |
---|---|---|---|
JPEG_COLOR_CMYK | byte | ||
JPEG_COLOR_GRAY | byte | ||
JPEG_COLOR_RGB | byte | ||
JPEG_COLOR_YCbCr | byte | ||
ProgressUpdateMethod | Action |
||
Scan | |||
colorMode | byte | ||
precision | byte |
메소드 | 설명 | |
---|---|---|
AddComponent ( byte componentID, byte sampleHFactor, byte sampleVFactor, byte quantizationTableID ) : void | ||
DecodeScanBaseline ( byte numberOfComponents, byte componentSelector, int resetInterval, |
||
DecodeScanProgressive ( byte successiveApproximation, byte startSpectralSelection, byte endSpectralSelection, byte numberOfComponents, byte componentSelector, int resetInterval, |
||
setHuffmanTables ( byte componentID, JpegHuffmanTable ACTable, JpegHuffmanTable DCTable ) : void | ||
setPrecision ( byte data ) : void |
메소드 | 설명 | |
---|---|---|
DecodeScan ( byte numberOfComponents, byte componentSelector, int resetInterval, |
||
mcus_per_row ( |
public AddComponent ( byte componentID, byte sampleHFactor, byte sampleVFactor, byte quantizationTableID ) : void | ||
componentID | byte | |
sampleHFactor | byte | |
sampleVFactor | byte | |
quantizationTableID | byte | |
리턴 | void |
public DecodeScanBaseline ( byte numberOfComponents, byte componentSelector, int resetInterval, |
||
numberOfComponents | byte | |
componentSelector | byte | |
resetInterval | int | |
jpegReader | ||
marker | byte | |
리턴 | void |
public DecodeScanProgressive ( byte successiveApproximation, byte startSpectralSelection, byte endSpectralSelection, byte numberOfComponents, byte componentSelector, int resetInterval, |
||
successiveApproximation | byte | |
startSpectralSelection | byte | |
endSpectralSelection | byte | |
numberOfComponents | byte | |
componentSelector | byte | |
resetInterval | int | |
jpegReader | ||
marker | byte | |
리턴 | void |
public setHuffmanTables ( byte componentID, JpegHuffmanTable ACTable, JpegHuffmanTable DCTable ) : void | ||
componentID | byte | |
ACTable | JpegHuffmanTable | |
DCTable | JpegHuffmanTable | |
리턴 | void |