From: DRC Date: Wed, 11 Apr 2018 15:47:16 +0000 (-0500) Subject: "Further" = "Furthermore" X-Git-Tag: 2.0.0~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2d000e64bb6ac5e205bf8848feb30d36e7399bc;p=libjpeg-turbo "Further" = "Furthermore" Grammar Police. Has Ray Stevens taught me nothing? --- diff --git a/java/doc/org/libjpegturbo/turbojpeg/TJCompressor.html b/java/doc/org/libjpegturbo/turbojpeg/TJCompressor.html index ea8c2be..a53f879 100644 --- a/java/doc/org/libjpegturbo/turbojpeg/TJCompressor.html +++ b/java/doc/org/libjpegturbo/turbojpeg/TJCompressor.html @@ -579,8 +579,8 @@ public void setSourceImage(byte[] srcImage,

NOTE: This method has no effect when compressing a JPEG image from a YUV planar source. In that case, the level of chrominance subsampling in - the JPEG image is determined by the source. Further, this method has no - effect when encoding to a pre-allocated YUVImage instance. In + the JPEG image is determined by the source. Furthermore, this method has + no effect when encoding to a pre-allocated YUVImage instance. In that case, the level of chrominance subsampling is determined by the destination.

Parameters:
newSubsamp - the level of chrominance subsampling to use in diff --git a/java/org/libjpegturbo/turbojpeg/TJCompressor.java b/java/org/libjpegturbo/turbojpeg/TJCompressor.java index ed746b5..d69a3e5 100644 --- a/java/org/libjpegturbo/turbojpeg/TJCompressor.java +++ b/java/org/libjpegturbo/turbojpeg/TJCompressor.java @@ -285,8 +285,8 @@ public class TJCompressor implements Closeable { *

* NOTE: This method has no effect when compressing a JPEG image from a YUV * planar source. In that case, the level of chrominance subsampling in - * the JPEG image is determined by the source. Further, this method has no - * effect when encoding to a pre-allocated {@link YUVImage} instance. In + * the JPEG image is determined by the source. Furthermore, this method has + * no effect when encoding to a pre-allocated {@link YUVImage} instance. In * that case, the level of chrominance subsampling is determined by the * destination. * diff --git a/jmorecfg.h b/jmorecfg.h index 13e6479..08d1d50 100644 --- a/jmorecfg.h +++ b/jmorecfg.h @@ -315,10 +315,10 @@ typedef int boolean; * with it. In reality, few people ever did this, because there were some * severe restrictions involved (cjpeg and djpeg no longer worked properly, * compressing/decompressing RGB JPEGs no longer worked properly, and the color - * quantizer wouldn't work with pixel sizes other than 3.) Further, since all - * of the O/S-supplied versions of libjpeg were built with the default values - * of RGB_RED, RGB_GREEN, RGB_BLUE, and RGB_PIXELSIZE, many applications have - * come to regard these values as immutable. + * quantizer wouldn't work with pixel sizes other than 3.) Furthermore, since + * all of the O/S-supplied versions of libjpeg were built with the default + * values of RGB_RED, RGB_GREEN, RGB_BLUE, and RGB_PIXELSIZE, many applications + * have come to regard these values as immutable. * * The libjpeg-turbo colorspace extensions provide a much cleaner way of * compressing from/decompressing to buffers with arbitrary component orders