Uses of Class
org.libjpegturbo.turbojpeg.TJTransform
Packages that use TJTransform
-
Uses of TJTransform in org.libjpegturbo.turbojpeg
Methods in org.libjpegturbo.turbojpeg with parameters of type TJTransformModifier and TypeMethodDescriptionvoidTJCustomFilter.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.voidTJTransformer.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) TJTransformer.transform(TJTransform[] transforms, int flags) Losslessly transform the JPEG image associated with this transformer instance and return an array ofTJDecompressorinstances, each of which has a transformed JPEG image associated with it.