java/doc/deprecated-list.html
Fields | Field | Description |
| --- | --- |
| org.libjpegturbo.turbojpeg.TJ.FLAG_ACCURATEDCT |
Use TJ.PARAM_FASTDCT instead.
|
| org.libjpegturbo.turbojpeg.TJ.FLAG_BOTTOMUP |
Use TJ.PARAM_BOTTOMUP instead.
|
| org.libjpegturbo.turbojpeg.TJ.FLAG_FASTDCT |
Use TJ.PARAM_FASTDCT instead.
|
| org.libjpegturbo.turbojpeg.TJ.FLAG_FASTUPSAMPLE |
Use TJ.PARAM_FASTUPSAMPLE instead.
|
| org.libjpegturbo.turbojpeg.TJ.FLAG_LIMITSCANS |
Use TJ.PARAM_SCANLIMIT instead.
|
| org.libjpegturbo.turbojpeg.TJ.FLAG_PROGRESSIVE |
Use TJ.PARAM_PROGRESSIVE instead.
|
| org.libjpegturbo.turbojpeg.TJ.FLAG_STOPONWARNING |
Use TJ.PARAM_STOPONWARNING instead.
|
Methods | Method | Description |
| --- | --- |
| org.libjpegturbo.turbojpeg.TJCompressor.compress(byte[], int) |
Use set() and TJCompressor.compress(byte[]) instead.
|
| org.libjpegturbo.turbojpeg.TJCompressor.encodeYUV(YUVImage, int) |
Use set() and TJCompressor.encodeYUV(YUVImage) instead.
|
| org.libjpegturbo.turbojpeg.TJCompressor.setJPEGQuality(int) |
Use set(TJ.PARAM_QUALITY, ...) instead.
|
| org.libjpegturbo.turbojpeg.TJCompressor.setSubsamp(int) |
Use set(TJ.PARAM_SUBSAMP, ...) instead.
|
| org.libjpegturbo.turbojpeg.TJDecompressor.decompress(byte[], int, int, int, int, int, int, int) |
Use set(), setScalingFactor(), and TJDecompressor.decompress8(byte[], int, int, int, int) instead.
|
| org.libjpegturbo.turbojpeg.TJDecompressor.decompressToYUV(YUVImage, int) |
Use set(), setScalingFactor(), and TJDecompressor.decompressToYUV(YUVImage) instead.
|
| org.libjpegturbo.turbojpeg.TJDecompressor.getColorspace() |
Use get(TJ.PARAM_COLORSPACE) instead.
|
| org.libjpegturbo.turbojpeg.TJDecompressor.getScaledHeight(int, int) |
Use setScalingFactor() and TJScalingFactor.getScaled() instead.
|
| org.libjpegturbo.turbojpeg.TJDecompressor.getScaledWidth(int, int) |
Use setScalingFactor() and TJScalingFactor.getScaled() instead.
|
| org.libjpegturbo.turbojpeg.TJDecompressor.getSubsamp() |
Use get(TJ.PARAM_SUBSAMP) instead.
|
| org.libjpegturbo.turbojpeg.TJTransformer.transform(byte[][], TJTransform[], int) |
Use TJDecompressor.set() and TJTransformer.transform(byte[][], TJTransform[]) instead.
|