Methods in org.libjpegturbo.turbojpeg with parameters of type TJTransform |
void |
TJCustomFilter.customFilter(ShortBuffer coeffBuffer,
Rectangle bufferRegion,
Rectangle planeRegion,
int componentID,
int transformID,
TJTransform transform)
A callback function that can be used to modify the DCT coefficients after
they are losslessly transformed but before they are transcoded to a new
JPEG file. |
void |
TJTransformer.transform(byte[][] dstBufs,
TJTransform[] transforms,
int flags)
Losslessly transform the JPEG image associated with this transformer
instance into one or more JPEG images stored in the given destination
buffers. |
TJDecompressor[] |
TJTransformer.transform(TJTransform[] transforms,
int flags)
Losslessly transform the JPEG image associated with this transformer
instance and return an array of TJDecompressor instances, each of
which has a transformed JPEG image associated with it. |