Uses of Class
org.libjpegturbo.turbojpeg.TJTransform

Packages that use TJTransform
org.libjpegturbo.turbojpeg   
 

Uses of TJTransform in org.libjpegturbo.turbojpeg
 

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.
 



Copyright © 2006-2016 GeoSolutions. All Rights Reserved.