Doc: "EXIF" = "Exif"
This commit is contained in:
@@ -852,7 +852,7 @@ final class TJBench {
|
||||
System.out.println(" prior to decompression (these operations are mutually exclusive)");
|
||||
System.out.println("-grayscale = Transform the input image into a grayscale JPEG image prior to");
|
||||
System.out.println(" decompression (can be combined with the other transform operations above)");
|
||||
System.out.println("-copynone = Do not copy any extra markers (including EXIF and ICC profile data)");
|
||||
System.out.println("-copynone = Do not copy any extra markers (including Exif and ICC profile data)");
|
||||
System.out.println(" when transforming the input image");
|
||||
System.out.println("-yuv = Compress from/decompress to intermediate planar YUV images");
|
||||
System.out.println(" ** 8-bit data precision only **");
|
||||
|
||||
@@ -672,7 +672,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="org/libjpegturbo/turbojpeg/TJTransform.html#OPT_COPYNONE">OPT_COPYNONE</a></span> - Static variable in class org.libjpegturbo.turbojpeg.<a href="org/libjpegturbo/turbojpeg/TJTransform.html" title="class in org.libjpegturbo.turbojpeg">TJTransform</a></dt>
|
||||
<dd>
|
||||
<div class="block">Do not copy any extra markers (including EXIF and ICC profile data) from
|
||||
<div class="block">Do not copy any extra markers (including Exif and ICC profile data) from
|
||||
the source image to the destination image.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="org/libjpegturbo/turbojpeg/TJTransform.html#OPT_CROP">OPT_CROP</a></span> - Static variable in class org.libjpegturbo.turbojpeg.<a href="org/libjpegturbo/turbojpeg/TJTransform.html" title="class in org.libjpegturbo.turbojpeg">TJTransform</a></dt>
|
||||
|
||||
Binary file not shown.
@@ -276,7 +276,7 @@ extends java.awt.Rectangle</pre>
|
||||
<td class="colFirst"><code>static int</code></td>
|
||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#OPT_COPYNONE">OPT_COPYNONE</a></span></code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Do not copy any extra markers (including EXIF and ICC profile data) from
|
||||
<div class="block">Do not copy any extra markers (including Exif and ICC profile data) from
|
||||
the source image to the destination image.</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -710,7 +710,7 @@ extends java.awt.Rectangle</pre>
|
||||
<li class="blockList">
|
||||
<h4>OPT_COPYNONE</h4>
|
||||
<pre>public static final int OPT_COPYNONE</pre>
|
||||
<div class="block">Do not copy any extra markers (including EXIF and ICC profile data) from
|
||||
<div class="block">Do not copy any extra markers (including Exif and ICC profile data) from
|
||||
the source image to the destination image.</div>
|
||||
<dl>
|
||||
<dt><span class="seeLabel">See Also:</span></dt>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -136,7 +136,7 @@ public class TJTransform extends Rectangle {
|
||||
*/
|
||||
public static final int OPT_PROGRESSIVE = (1 << 5);
|
||||
/**
|
||||
* Do not copy any extra markers (including EXIF and ICC profile data) from
|
||||
* Do not copy any extra markers (including Exif and ICC profile data) from
|
||||
* the source image to the destination image.
|
||||
*/
|
||||
public static final int OPT_COPYNONE = (1 << 6);
|
||||
|
||||
Reference in New Issue
Block a user