Uses of Class
org.libjpegturbo.turbojpeg.TJTransform

Packages that use TJTransform
Package
Description
 
  • Uses of TJTransform in org.libjpegturbo.turbojpeg

    Methods in org.libjpegturbo.turbojpeg with parameters of type TJTransform
    Modifier and Type
    Method
    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)
     
    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.