Doc: "compress operation"="compression operation"

(consistification)
This commit is contained in:
DRC
2024-09-03 17:20:10 -04:00
parent 939f3814ab
commit 5550c80fdc
6 changed files with 6 additions and 6 deletions

View File

@@ -460,7 +460,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dt><span class="memberNameLink"><a href="org/libjpegturbo/turbojpeg/TJCompressor.html#getCompressedSize()">getCompressedSize()</a></span> - Method in class org.libjpegturbo.turbojpeg.<a href="org/libjpegturbo/turbojpeg/TJCompressor.html" title="class in org.libjpegturbo.turbojpeg">TJCompressor</a></dt> <dt><span class="memberNameLink"><a href="org/libjpegturbo/turbojpeg/TJCompressor.html#getCompressedSize()">getCompressedSize()</a></span> - Method in class org.libjpegturbo.turbojpeg.<a href="org/libjpegturbo/turbojpeg/TJCompressor.html" title="class in org.libjpegturbo.turbojpeg">TJCompressor</a></dt>
<dd> <dd>
<div class="block">Returns the size of the image (in bytes) generated by the most recent <div class="block">Returns the size of the image (in bytes) generated by the most recent
compress operation.</div> compression operation.</div>
</dd> </dd>
<dt><span class="memberNameLink"><a href="org/libjpegturbo/turbojpeg/TJScalingFactor.html#getDenom()">getDenom()</a></span> - Method in class org.libjpegturbo.turbojpeg.<a href="org/libjpegturbo/turbojpeg/TJScalingFactor.html" title="class in org.libjpegturbo.turbojpeg">TJScalingFactor</a></dt> <dt><span class="memberNameLink"><a href="org/libjpegturbo/turbojpeg/TJScalingFactor.html#getDenom()">getDenom()</a></span> - Method in class org.libjpegturbo.turbojpeg.<a href="org/libjpegturbo/turbojpeg/TJScalingFactor.html" title="class in org.libjpegturbo.turbojpeg">TJScalingFactor</a></dt>
<dd> <dd>

Binary file not shown.

View File

@@ -326,7 +326,7 @@ implements java.io.Closeable</pre>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getCompressedSize()">getCompressedSize</a></span>()</code></th> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getCompressedSize()">getCompressedSize</a></span>()</code></th>
<td class="colLast"> <td class="colLast">
<div class="block">Returns the size of the image (in bytes) generated by the most recent <div class="block">Returns the size of the image (in bytes) generated by the most recent
compress operation.</div> compression operation.</div>
</td> </td>
</tr> </tr>
<tr id="i14" class="altColor"> <tr id="i14" class="altColor">
@@ -1010,11 +1010,11 @@ public&nbsp;<a href="YUVImage.html" title="class in org.libjpegturbo.turbojpeg">
<h4>getCompressedSize</h4> <h4>getCompressedSize</h4>
<pre class="methodSignature">public&nbsp;int&nbsp;getCompressedSize()</pre> <pre class="methodSignature">public&nbsp;int&nbsp;getCompressedSize()</pre>
<div class="block">Returns the size of the image (in bytes) generated by the most recent <div class="block">Returns the size of the image (in bytes) generated by the most recent
compress operation.</div> compression operation.</div>
<dl> <dl>
<dt><span class="returnLabel">Returns:</span></dt> <dt><span class="returnLabel">Returns:</span></dt>
<dd>the size of the image (in bytes) generated by the most recent <dd>the size of the image (in bytes) generated by the most recent
compress operation.</dd> compression operation.</dd>
</dl> </dl>
</li> </li>
</ul> </ul>

Binary file not shown.

Binary file not shown.

View File

@@ -632,10 +632,10 @@ public class TJCompressor implements Closeable {
/** /**
* Returns the size of the image (in bytes) generated by the most recent * Returns the size of the image (in bytes) generated by the most recent
* compress operation. * compression operation.
* *
* @return the size of the image (in bytes) generated by the most recent * @return the size of the image (in bytes) generated by the most recent
* compress operation. * compression operation.
*/ */
public int getCompressedSize() { public int getCompressedSize() {
return compressedSize; return compressedSize;