Merge branch 'main' into dev

This commit is contained in:
DRC
2024-09-04 08:38:13 -04:00
23 changed files with 51 additions and 61 deletions

View File

@@ -329,7 +329,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>
<dd>
<div class="block">Returns the size of the image (in bytes) generated by the most recent
compress operation.</div>
compression operation.</div>
</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>
<dd>

Binary file not shown.

View File

@@ -276,7 +276,7 @@ implements java.io.Closeable</pre>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getCompressedSize()">getCompressedSize</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns the size of the image (in bytes) generated by the most recent
compress operation.</div>
compression operation.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
@@ -1025,11 +1025,11 @@ implements java.io.Closeable</pre>
<h4>getCompressedSize</h4>
<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
compress operation.</div>
compression operation.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the size of the image (in bytes) generated by the most recent
compress operation.</dd>
compression operation.</dd>
</dl>
</li>
</ul>

Binary file not shown.

Binary file not shown.

View File

@@ -711,10 +711,10 @@ public class TJCompressor implements Closeable {
/**
* 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
* compress operation.
* compression operation.
*/
public int getCompressedSize() {
return compressedSize;