Method | Description | |
---|---|---|
Compress ( IRawImage source, Stream output ) : void |
Compresses any image described as ICompressSource to JPEG
|
|
Decompress ( Stream jpeg, IDecompressDestination destination ) : void |
Decompresses JPEG image to any image described as ICompressDestination
|
|
SetMarkerProcessor ( int markerCode, MarkerParser routine ) : void |
Method | Description | |
---|---|---|
applyParameters ( |
||
applyParameters ( |
||
beforeDecompress ( Stream jpeg ) : void |
Tunes decompressor
|
|
getImageParametersFromDecompressor ( ) : |
public Compress ( IRawImage source, Stream output ) : void | ||
source | IRawImage | Contains description of input image |
output | Stream | Stream for output of compressed JPEG |
return | void |
public Decompress ( Stream jpeg, IDecompressDestination destination ) : void | ||
jpeg | Stream | Stream with JPEG data |
destination | IDecompressDestination | Stream for output of compressed JPEG |
return | void |
public SetMarkerProcessor ( int markerCode, MarkerParser routine ) : void | ||
markerCode | int | |
routine | MarkerParser | |
return | void |