| Package | Description | 
|---|---|
| org.libjpegturbo.turbojpeg | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| private int[] | TJTransformer. transform(byte[] srcBuf,
         int srcSize,
         byte[][] dstBufs,
         TJTransform[] transforms,
         int flags) | 
| TJDecompressor[] | TJTransformer. transform(TJTransform[] transforms,
         int flags)Losslessly transform the JPEG image associated with this transformer
 instance and return an array of  TJDecompressorinstances, each of
 which has a transformed JPEG image associated with it. | 
Copyright © 2017 Open Microscopy Environment