]> granicus.if.org Git - libjpeg-turbo/commitdiff
"Further" = "Furthermore"
authorDRC <information@libjpeg-turbo.org>
Wed, 11 Apr 2018 15:47:16 +0000 (10:47 -0500)
committerDRC <information@libjpeg-turbo.org>
Wed, 11 Apr 2018 15:49:39 +0000 (10:49 -0500)
Grammar Police.  Has Ray Stevens taught me nothing?

java/doc/org/libjpegturbo/turbojpeg/TJCompressor.html
java/org/libjpegturbo/turbojpeg/TJCompressor.java
jmorecfg.h

index 29f12b79d042f0866f1bbca727d1bf4257452ec8..a6e31e9f2ea9edab88293eebf32713a8f2c8a877 100644 (file)
@@ -575,8 +575,8 @@ public&nbsp;void&nbsp;setSourceImage(byte[]&nbsp;srcImage,
  <p>
  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 <a href="../../../org/libjpegturbo/turbojpeg/YUVImage.html" title="class in org.libjpegturbo.turbojpeg"><code>YUVImage</code></a> instance.  In
+ the JPEG image is determined by the source.  Furthermore, this method has
no effect when encoding to a pre-allocated <a href="../../../org/libjpegturbo/turbojpeg/YUVImage.html" title="class in org.libjpegturbo.turbojpeg"><code>YUVImage</code></a> instance.  In
  that case, the level of chrominance subsampling is determined by the
  destination.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>newSubsamp</code> - the level of chrominance subsampling to use in
index 2ff8e4d5ecd8b16e7f994ffeeab7124b64ef205e..15a7726840f0ca0c69fd89cdb242d83dae4060b0 100644 (file)
@@ -285,8 +285,8 @@ public class TJCompressor implements Closeable {
    * <p>
    * 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.
    *
index 1d967863cdb8cc5965e0f4f01522c57545a153db..61ad3e4d221a10d19827572c601e4748350853f9 100644 (file)
@@ -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