third-party/mozjpeg/mozjpeg/java/doc/deprecated-list.html
Deprecated Fields | Field and Description | | --- | | org.libjpegturbo.turbojpeg.TJ.FLAG_FORCEMMX | | org.libjpegturbo.turbojpeg.TJ.FLAG_FORCESSE | | org.libjpegturbo.turbojpeg.TJ.FLAG_FORCESSE2 | | org.libjpegturbo.turbojpeg.TJ.FLAG_FORCESSE3 |
Deprecated Methods | Method and Description |
| --- |
| org.libjpegturbo.turbojpeg.TJ.bufSizeYUV(int, int, int)
Use TJ.bufSizeYUV(int, int, int, int) instead.
|
| org.libjpegturbo.turbojpeg.TJCompressor.compress(BufferedImage, byte[], int)
Use TJCompressor.setSourceImage(BufferedImage, int, int, int, int) and TJCompressor.compress(byte[], int) instead.
|
| org.libjpegturbo.turbojpeg.TJCompressor.compress(BufferedImage, int)
Use TJCompressor.setSourceImage(BufferedImage, int, int, int, int) and TJCompressor.compress(int) instead.
|
| org.libjpegturbo.turbojpeg.TJDecompressor.decompress(byte[], int, int, int, int, int)
Use TJDecompressor.decompress(byte[], int, int, int, int, int, int, int) instead.
|
| org.libjpegturbo.turbojpeg.TJDecompressor.decompressToYUV(byte[], int)
Use TJDecompressor.decompressToYUV(YUVImage, int) instead.
|
| org.libjpegturbo.turbojpeg.TJDecompressor.decompressToYUV(int)
Use TJDecompressor.decompressToYUV(int, int, int, int) instead.
|
| org.libjpegturbo.turbojpeg.TJCompressor.encodeYUV(BufferedImage, byte[], int)
Use TJCompressor.setSourceImage(BufferedImage, int, int, int, int) and TJCompressor.encodeYUV(byte[], int) instead.
|
| org.libjpegturbo.turbojpeg.TJCompressor.encodeYUV(BufferedImage, int)
Use TJCompressor.setSourceImage(BufferedImage, int, int, int, int) and TJCompressor.encodeYUV(int, int) instead.
|
| org.libjpegturbo.turbojpeg.TJCompressor.encodeYUV(byte[], int)
Use TJCompressor.encodeYUV(YUVImage, int) instead.
|
| org.libjpegturbo.turbojpeg.TJCompressor.encodeYUV(int)
Use TJCompressor.encodeYUV(int, int) instead.
|
| org.libjpegturbo.turbojpeg.TJDecompressor.setJPEGImage(byte[], int)
Use TJDecompressor.setSourceImage(byte[], int) instead.
|
| org.libjpegturbo.turbojpeg.TJCompressor.setSourceImage(byte[], int, int, int, int)
Use TJCompressor.setSourceImage(byte[], int, int, int, int, int, int) instead.
|
Deprecated Constructors | Constructor and Description |
| --- |
| org.libjpegturbo.turbojpeg.TJCompressor(byte[], int, int, int, int)
Use TJCompressor.TJCompressor(byte[], int, int, int, int, int, int) instead.
|