diff --git a/java/doc/index-all.html b/java/doc/index-all.html index df8e653f..02245366 100644 --- a/java/doc/index-all.html +++ b/java/doc/index-all.html @@ -195,9 +195,10 @@
BufferedImage
- instance containing the packed-pixel decompressed/decoded image.BufferedImage instance containing the packed-pixel
+ decompressed/decoded image.BufferedImage
- instance containing the packed-pixel decompressed/decoded image.BufferedImage instance containing the packed-pixel
+ decompressed/decoded image.BufferedImage
- instance containing the packed-pixel decompressed/decoded image.BufferedImage instance containing the packed-pixel
+ decompressed/decoded image.desiredWidth - see
decompress(byte[], int, int, int, int, int, int, int) for
descriptiondesiredHeight - see
diff --git a/java/org/libjpegturbo/turbojpeg/TJDecompressor.java b/java/org/libjpegturbo/turbojpeg/TJDecompressor.java
index e5ee9cf2..c1ec6a7e 100644
--- a/java/org/libjpegturbo/turbojpeg/TJDecompressor.java
+++ b/java/org/libjpegturbo/turbojpeg/TJDecompressor.java
@@ -837,9 +837,10 @@ public class TJDecompressor implements Closeable {
}
/**
- * Decompress the JPEG source image or decode the YUV source image associated
- * with this decompressor instance and return a BufferedImage
- * instance containing the packed-pixel decompressed/decoded image.
+ * Decompress the JPEG source image or decode the planar YUV source image
+ * associated with this decompressor instance and return a
+ * BufferedImage instance containing the packed-pixel
+ * decompressed/decoded image.
*
* @param desiredWidth see
* {@link #decompress(byte[], int, int, int, int, int, int, int)} for