"Further" = "Furthermore"

Grammar Police.  Has Ray Stevens taught me nothing?
This commit is contained in:
DRC
2018-04-11 10:47:16 -05:00
parent bfc3ce3157
commit b2d000e64b
3 changed files with 8 additions and 8 deletions

View File

@@ -579,8 +579,8 @@ public void setSourceImage(byte[] srcImage,
<p> <p>
NOTE: This method has no effect when compressing a JPEG image from a YUV 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 planar source. In that case, the level of chrominance subsampling in
the JPEG image is determined by the source. Further, this method has no the JPEG image is determined by the source. Furthermore, this method has
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 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 that case, the level of chrominance subsampling is determined by the
destination.</div> destination.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>newSubsamp</code> - the level of chrominance subsampling to use in <dl><dt><span class="strong">Parameters:</span></dt><dd><code>newSubsamp</code> - the level of chrominance subsampling to use in

View File

@@ -285,8 +285,8 @@ public class TJCompressor implements Closeable {
* <p> * <p>
* NOTE: This method has no effect when compressing a JPEG image from a YUV * 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 * planar source. In that case, the level of chrominance subsampling in
* the JPEG image is determined by the source. Further, this method has no * the JPEG image is determined by the source. Furthermore, this method has
* effect when encoding to a pre-allocated {@link YUVImage} instance. In * no effect when encoding to a pre-allocated {@link YUVImage} instance. In
* that case, the level of chrominance subsampling is determined by the * that case, the level of chrominance subsampling is determined by the
* destination. * destination.
* *

View File

@@ -315,10 +315,10 @@ typedef int boolean;
* with it. In reality, few people ever did this, because there were some * with it. In reality, few people ever did this, because there were some
* severe restrictions involved (cjpeg and djpeg no longer worked properly, * severe restrictions involved (cjpeg and djpeg no longer worked properly,
* compressing/decompressing RGB JPEGs no longer worked properly, and the color * compressing/decompressing RGB JPEGs no longer worked properly, and the color
* quantizer wouldn't work with pixel sizes other than 3.) Further, since all * quantizer wouldn't work with pixel sizes other than 3.) Furthermore, since
* of the O/S-supplied versions of libjpeg were built with the default values * all of the O/S-supplied versions of libjpeg were built with the default
* of RGB_RED, RGB_GREEN, RGB_BLUE, and RGB_PIXELSIZE, many applications have * values of RGB_RED, RGB_GREEN, RGB_BLUE, and RGB_PIXELSIZE, many applications
* come to regard these values as immutable. * have come to regard these values as immutable.
* *
* The libjpeg-turbo colorspace extensions provide a much cleaner way of * The libjpeg-turbo colorspace extensions provide a much cleaner way of
* compressing from/decompressing to buffers with arbitrary component orders * compressing from/decompressing to buffers with arbitrary component orders