Index: java/doc/org/libjpegturbo/turbojpeg/TJTransformer.html |
diff --git a/java/doc/org/libjpegturbo/turbojpeg/TJTransformer.html b/java/doc/org/libjpegturbo/turbojpeg/TJTransformer.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..36cbdb12a3e088863d6ba70127ee876d5da479b9 |
--- /dev/null |
+++ b/java/doc/org/libjpegturbo/turbojpeg/TJTransformer.html |
@@ -0,0 +1,417 @@ |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
+<!-- NewPage --> |
+<html lang="en"> |
+<head> |
+<title>TJTransformer</title> |
+<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> |
+</head> |
+<body> |
+<script type="text/javascript"><!-- |
+ if (location.href.indexOf('is-external=true') == -1) { |
+ parent.document.title="TJTransformer"; |
+ } |
+//--> |
+</script> |
+<noscript> |
+<div>JavaScript is disabled on your browser.</div> |
+</noscript> |
+<!-- ========= START OF TOP NAVBAR ======= --> |
+<div class="topNav"><a name="navbar_top"> |
+<!-- --> |
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> |
+<!-- --> |
+</a> |
+<ul class="navList" title="Navigation"> |
+<li><a href="../../../org/libjpegturbo/turbojpeg/package-summary.html">Package</a></li> |
+<li class="navBarCell1Rev">Class</li> |
+<li><a href="package-tree.html">Tree</a></li> |
+<li><a href="../../../deprecated-list.html">Deprecated</a></li> |
+<li><a href="../../../index-all.html">Index</a></li> |
+<li><a href="../../../help-doc.html">Help</a></li> |
+</ul> |
+</div> |
+<div class="subNav"> |
+<ul class="navList"> |
+<li><a href="../../../org/libjpegturbo/turbojpeg/TJTransform.html" title="class in org.libjpegturbo.turbojpeg"><span class="strong">Prev Class</span></a></li> |
+<li><a href="../../../org/libjpegturbo/turbojpeg/YUVImage.html" title="class in org.libjpegturbo.turbojpeg"><span class="strong">Next Class</span></a></li> |
+</ul> |
+<ul class="navList"> |
+<li><a href="../../../index.html?org/libjpegturbo/turbojpeg/TJTransformer.html" target="_top">Frames</a></li> |
+<li><a href="TJTransformer.html" target="_top">No Frames</a></li> |
+</ul> |
+<ul class="navList" id="allclasses_navbar_top"> |
+<li><a href="../../../allclasses-noframe.html">All Classes</a></li> |
+</ul> |
+<div> |
+<script type="text/javascript"><!-- |
+ allClassesLink = document.getElementById("allclasses_navbar_top"); |
+ if(window==top) { |
+ allClassesLink.style.display = "block"; |
+ } |
+ else { |
+ allClassesLink.style.display = "none"; |
+ } |
+ //--> |
+</script> |
+</div> |
+<div> |
+<ul class="subNavList"> |
+<li>Summary: </li> |
+<li>Nested | </li> |
+<li><a href="#fields_inherited_from_class_org.libjpegturbo.turbojpeg.TJDecompressor">Field</a> | </li> |
+<li><a href="#constructor_summary">Constr</a> | </li> |
+<li><a href="#method_summary">Method</a></li> |
+</ul> |
+<ul class="subNavList"> |
+<li>Detail: </li> |
+<li>Field | </li> |
+<li><a href="#constructor_detail">Constr</a> | </li> |
+<li><a href="#method_detail">Method</a></li> |
+</ul> |
+</div> |
+<a name="skip-navbar_top"> |
+<!-- --> |
+</a></div> |
+<!-- ========= END OF TOP NAVBAR ========= --> |
+<!-- ======== START OF CLASS DATA ======== --> |
+<div class="header"> |
+<div class="subTitle">org.libjpegturbo.turbojpeg</div> |
+<h2 title="Class TJTransformer" class="title">Class TJTransformer</h2> |
+</div> |
+<div class="contentContainer"> |
+<ul class="inheritance"> |
+<li>java.lang.Object</li> |
+<li> |
+<ul class="inheritance"> |
+<li><a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html" title="class in org.libjpegturbo.turbojpeg">org.libjpegturbo.turbojpeg.TJDecompressor</a></li> |
+<li> |
+<ul class="inheritance"> |
+<li>org.libjpegturbo.turbojpeg.TJTransformer</li> |
+</ul> |
+</li> |
+</ul> |
+</li> |
+</ul> |
+<div class="description"> |
+<ul class="blockList"> |
+<li class="blockList"> |
+<dl> |
+<dt>All Implemented Interfaces:</dt> |
+<dd>java.io.Closeable, java.lang.AutoCloseable</dd> |
+</dl> |
+<hr> |
+<br> |
+<pre>public class <span class="strong">TJTransformer</span> |
+extends <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html" title="class in org.libjpegturbo.turbojpeg">TJDecompressor</a></pre> |
+<div class="block">TurboJPEG lossless transformer</div> |
+</li> |
+</ul> |
+</div> |
+<div class="summary"> |
+<ul class="blockList"> |
+<li class="blockList"> |
+<!-- =========== FIELD SUMMARY =========== --> |
+<ul class="blockList"> |
+<li class="blockList"><a name="field_summary"> |
+<!-- --> |
+</a> |
+<h3>Field Summary</h3> |
+<ul class="blockList"> |
+<li class="blockList"><a name="fields_inherited_from_class_org.libjpegturbo.turbojpeg.TJDecompressor"> |
+<!-- --> |
+</a> |
+<h3>Fields inherited from class org.libjpegturbo.turbojpeg.<a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html" title="class in org.libjpegturbo.turbojpeg">TJDecompressor</a></h3> |
+<code><a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#handle">handle</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#jpegBuf">jpegBuf</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#jpegBufSize">jpegBufSize</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#jpegColorspace">jpegColorspace</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#jpegHeight">jpegHeight</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#jpegSubsamp">jpegSubsamp</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#jpegWidth">jpegWidth</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#yuvImage">yuvImage</a></code></li> |
+</ul> |
+</li> |
+</ul> |
+<!-- ======== CONSTRUCTOR SUMMARY ======== --> |
+<ul class="blockList"> |
+<li class="blockList"><a name="constructor_summary"> |
+<!-- --> |
+</a> |
+<h3>Constructor Summary</h3> |
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> |
+<caption><span>Constructors</span><span class="tabEnd"> </span></caption> |
+<tr> |
+<th class="colOne" scope="col">Constructor and Description</th> |
+</tr> |
+<tr class="altColor"> |
+<td class="colOne"><code><strong><a href="../../../org/libjpegturbo/turbojpeg/TJTransformer.html#TJTransformer()">TJTransformer</a></strong>()</code> |
+<div class="block">Create a TurboJPEG lossless transformer instance.</div> |
+</td> |
+</tr> |
+<tr class="rowColor"> |
+<td class="colOne"><code><strong><a href="../../../org/libjpegturbo/turbojpeg/TJTransformer.html#TJTransformer(byte[])">TJTransformer</a></strong>(byte[] jpegImage)</code> |
+<div class="block">Create a TurboJPEG lossless transformer instance and associate the JPEG |
+ image stored in <code>jpegImage</code> with the newly created instance.</div> |
+</td> |
+</tr> |
+<tr class="altColor"> |
+<td class="colOne"><code><strong><a href="../../../org/libjpegturbo/turbojpeg/TJTransformer.html#TJTransformer(byte[],%20int)">TJTransformer</a></strong>(byte[] jpegImage, |
+ int imageSize)</code> |
+<div class="block">Create a TurboJPEG lossless transformer instance and associate the JPEG |
+ image of length <code>imageSize</code> bytes stored in |
+ <code>jpegImage</code> with the newly created instance.</div> |
+</td> |
+</tr> |
+</table> |
+</li> |
+</ul> |
+<!-- ========== METHOD SUMMARY =========== --> |
+<ul class="blockList"> |
+<li class="blockList"><a name="method_summary"> |
+<!-- --> |
+</a> |
+<h3>Method Summary</h3> |
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> |
+<caption><span>Methods</span><span class="tabEnd"> </span></caption> |
+<tr> |
+<th class="colFirst" scope="col">Modifier and Type</th> |
+<th class="colLast" scope="col">Method and Description</th> |
+</tr> |
+<tr class="altColor"> |
+<td class="colFirst"><code>int[]</code></td> |
+<td class="colLast"><code><strong><a href="../../../org/libjpegturbo/turbojpeg/TJTransformer.html#getTransformedSizes()">getTransformedSizes</a></strong>()</code> |
+<div class="block">Returns an array containing the sizes of the transformed JPEG images |
+ generated by the most recent transform operation.</div> |
+</td> |
+</tr> |
+<tr class="rowColor"> |
+<td class="colFirst"><code>void</code></td> |
+<td class="colLast"><code><strong><a href="../../../org/libjpegturbo/turbojpeg/TJTransformer.html#transform(byte[][],%20org.libjpegturbo.turbojpeg.TJTransform[],%20int)">transform</a></strong>(byte[][] dstBufs, |
+ <a href="../../../org/libjpegturbo/turbojpeg/TJTransform.html" title="class in org.libjpegturbo.turbojpeg">TJTransform</a>[] transforms, |
+ int flags)</code> |
+<div class="block">Losslessly transform the JPEG image associated with this transformer |
+ instance into one or more JPEG images stored in the given destination |
+ buffers.</div> |
+</td> |
+</tr> |
+<tr class="altColor"> |
+<td class="colFirst"><code><a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html" title="class in org.libjpegturbo.turbojpeg">TJDecompressor</a>[]</code></td> |
+<td class="colLast"><code><strong><a href="../../../org/libjpegturbo/turbojpeg/TJTransformer.html#transform(org.libjpegturbo.turbojpeg.TJTransform[],%20int)">transform</a></strong>(<a href="../../../org/libjpegturbo/turbojpeg/TJTransform.html" title="class in org.libjpegturbo.turbojpeg">TJTransform</a>[] transforms, |
+ int flags)</code> |
+<div class="block">Losslessly transform the JPEG image associated with this transformer |
+ instance and return an array of <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html" title="class in org.libjpegturbo.turbojpeg"><code>TJDecompressor</code></a> instances, each of |
+ which has a transformed JPEG image associated with it.</div> |
+</td> |
+</tr> |
+</table> |
+<ul class="blockList"> |
+<li class="blockList"><a name="methods_inherited_from_class_org.libjpegturbo.turbojpeg.TJDecompressor"> |
+<!-- --> |
+</a> |
+<h3>Methods inherited from class org.libjpegturbo.turbojpeg.<a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html" title="class in org.libjpegturbo.turbojpeg">TJDecompressor</a></h3> |
+<code><a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#close()">close</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#decompress(java.awt.image.BufferedImage,%20int)">decompress</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#decompress(byte[],%20int,%20int,%20int,%20int,%20int)">decompress</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#decompress(byte[],%20int,%20int,%20int,%20int,%20int,%20int,%20int)">decompress</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#decompress(int[],%20int,%20int,%20int,%20int,%20int,%20int,%20int)">decompress</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#decompress(int,%20int,%20int,%20int)">decompress</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#decompress(int,%20int,%20int,%20int,%20int)">decompress</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#decompressToYUV(byte[],%20int)">decompressToYUV</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#decompressToYUV(int)">decompressToYUV</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#decompressToYUV(int,%20int[],%20int,%20int)">decompressToYUV</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#decompressToYUV(int,%20int,%20int,%20int)">decompressToYUV</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#decompressToYUV(org.libjpegturbo.turbojpeg.YUVImage,%20int)">decompressToYUV</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#finalize()">finalize</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#getColorspace()">getColorspace</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#getHeight()">getHeight</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#getJPEGBuf()">getJPEGBuf</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#getJPEGSize()">getJPEGSize</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#getScaledHeight(int,%20int)">getScaledHeight</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#getScaledWidth(int,%20int)">getScaledWidth</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#getSubsamp()">getSubsamp</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#getWidth()">getWidth</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#setJPEGImage(byte[],%20int)">setJPEGImage</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#setSourceImage(byte[],%20int)">setSourceImage</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#setSourceImage(org.libjpegturbo.turbojpeg.YUVImage)">setSourceImage</a></code></li> |
+</ul> |
+<ul class="blockList"> |
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> |
+<!-- --> |
+</a> |
+<h3>Methods inherited from class java.lang.Object</h3> |
+<code>clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> |
+</ul> |
+</li> |
+</ul> |
+</li> |
+</ul> |
+</div> |
+<div class="details"> |
+<ul class="blockList"> |
+<li class="blockList"> |
+<!-- ========= CONSTRUCTOR DETAIL ======== --> |
+<ul class="blockList"> |
+<li class="blockList"><a name="constructor_detail"> |
+<!-- --> |
+</a> |
+<h3>Constructor Detail</h3> |
+<a name="TJTransformer()"> |
+<!-- --> |
+</a> |
+<ul class="blockList"> |
+<li class="blockList"> |
+<h4>TJTransformer</h4> |
+<pre>public TJTransformer() |
+ throws <a href="../../../org/libjpegturbo/turbojpeg/TJException.html" title="class in org.libjpegturbo.turbojpeg">TJException</a></pre> |
+<div class="block">Create a TurboJPEG lossless transformer instance.</div> |
+<dl><dt><span class="strong">Throws:</span></dt> |
+<dd><code><a href="../../../org/libjpegturbo/turbojpeg/TJException.html" title="class in org.libjpegturbo.turbojpeg">TJException</a></code></dd></dl> |
+</li> |
+</ul> |
+<a name="TJTransformer(byte[])"> |
+<!-- --> |
+</a> |
+<ul class="blockList"> |
+<li class="blockList"> |
+<h4>TJTransformer</h4> |
+<pre>public TJTransformer(byte[] jpegImage) |
+ throws <a href="../../../org/libjpegturbo/turbojpeg/TJException.html" title="class in org.libjpegturbo.turbojpeg">TJException</a></pre> |
+<div class="block">Create a TurboJPEG lossless transformer instance and associate the JPEG |
+ image stored in <code>jpegImage</code> with the newly created instance.</div> |
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jpegImage</code> - JPEG image buffer (size of the JPEG image is assumed to |
+ be the length of the array.) This buffer is not modified.</dd> |
+<dt><span class="strong">Throws:</span></dt> |
+<dd><code><a href="../../../org/libjpegturbo/turbojpeg/TJException.html" title="class in org.libjpegturbo.turbojpeg">TJException</a></code></dd></dl> |
+</li> |
+</ul> |
+<a name="TJTransformer(byte[], int)"> |
+<!-- --> |
+</a> |
+<ul class="blockListLast"> |
+<li class="blockList"> |
+<h4>TJTransformer</h4> |
+<pre>public TJTransformer(byte[] jpegImage, |
+ int imageSize) |
+ throws <a href="../../../org/libjpegturbo/turbojpeg/TJException.html" title="class in org.libjpegturbo.turbojpeg">TJException</a></pre> |
+<div class="block">Create a TurboJPEG lossless transformer instance and associate the JPEG |
+ image of length <code>imageSize</code> bytes stored in |
+ <code>jpegImage</code> with the newly created instance.</div> |
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jpegImage</code> - JPEG image buffer. This buffer is not modified.</dd><dd><code>imageSize</code> - size of the JPEG image (in bytes)</dd> |
+<dt><span class="strong">Throws:</span></dt> |
+<dd><code><a href="../../../org/libjpegturbo/turbojpeg/TJException.html" title="class in org.libjpegturbo.turbojpeg">TJException</a></code></dd></dl> |
+</li> |
+</ul> |
+</li> |
+</ul> |
+<!-- ============ METHOD DETAIL ========== --> |
+<ul class="blockList"> |
+<li class="blockList"><a name="method_detail"> |
+<!-- --> |
+</a> |
+<h3>Method Detail</h3> |
+<a name="transform(byte[][], org.libjpegturbo.turbojpeg.TJTransform[], int)"> |
+<!-- --> |
+</a> |
+<ul class="blockList"> |
+<li class="blockList"> |
+<h4>transform</h4> |
+<pre>public void transform(byte[][] dstBufs, |
+ <a href="../../../org/libjpegturbo/turbojpeg/TJTransform.html" title="class in org.libjpegturbo.turbojpeg">TJTransform</a>[] transforms, |
+ int flags) |
+ throws <a href="../../../org/libjpegturbo/turbojpeg/TJException.html" title="class in org.libjpegturbo.turbojpeg">TJException</a></pre> |
+<div class="block">Losslessly transform the JPEG image associated with this transformer |
+ instance into one or more JPEG images stored in the given destination |
+ buffers. Lossless transforms work by moving the raw coefficients from one |
+ JPEG image structure to another without altering the values of the |
+ coefficients. While this is typically faster than decompressing the |
+ image, transforming it, and re-compressing it, lossless transforms are not |
+ free. Each lossless transform requires reading and performing Huffman |
+ decoding on all of the coefficients in the source image, regardless of the |
+ size of the destination image. Thus, this method provides a means of |
+ generating multiple transformed images from the same source or of applying |
+ multiple transformations simultaneously, in order to eliminate the need to |
+ read the source coefficients multiple times.</div> |
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>dstBufs</code> - an array of image buffers. <code>dstbufs[i]</code> will |
+ receive a JPEG image that has been transformed using the parameters in |
+ <code>transforms[i]</code>. Use <a href="../../../org/libjpegturbo/turbojpeg/TJ.html#bufSize(int,%20int,%20int)"><code>TJ.bufSize(int, int, int)</code></a> to determine the |
+ maximum size for each buffer based on the transformed or cropped width and |
+ height and the level of subsampling used in the source image.</dd><dd><code>transforms</code> - an array of <a href="../../../org/libjpegturbo/turbojpeg/TJTransform.html" title="class in org.libjpegturbo.turbojpeg"><code>TJTransform</code></a> instances, each of |
+ which specifies the transform parameters and/or cropping region for the |
+ corresponding transformed output image</dd><dd><code>flags</code> - the bitwise OR of one or more of |
+ <a href="../../../org/libjpegturbo/turbojpeg/TJ.html#FLAG_BOTTOMUP"><code>TJ.FLAG_*</code></a></dd> |
+<dt><span class="strong">Throws:</span></dt> |
+<dd><code><a href="../../../org/libjpegturbo/turbojpeg/TJException.html" title="class in org.libjpegturbo.turbojpeg">TJException</a></code></dd></dl> |
+</li> |
+</ul> |
+<a name="transform(org.libjpegturbo.turbojpeg.TJTransform[], int)"> |
+<!-- --> |
+</a> |
+<ul class="blockList"> |
+<li class="blockList"> |
+<h4>transform</h4> |
+<pre>public <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html" title="class in org.libjpegturbo.turbojpeg">TJDecompressor</a>[] transform(<a href="../../../org/libjpegturbo/turbojpeg/TJTransform.html" title="class in org.libjpegturbo.turbojpeg">TJTransform</a>[] transforms, |
+ int flags) |
+ throws <a href="../../../org/libjpegturbo/turbojpeg/TJException.html" title="class in org.libjpegturbo.turbojpeg">TJException</a></pre> |
+<div class="block">Losslessly transform the JPEG image associated with this transformer |
+ instance and return an array of <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html" title="class in org.libjpegturbo.turbojpeg"><code>TJDecompressor</code></a> instances, each of |
+ which has a transformed JPEG image associated with it.</div> |
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>transforms</code> - an array of <a href="../../../org/libjpegturbo/turbojpeg/TJTransform.html" title="class in org.libjpegturbo.turbojpeg"><code>TJTransform</code></a> instances, each of |
+ which specifies the transform parameters and/or cropping region for the |
+ corresponding transformed output image</dd><dd><code>flags</code> - the bitwise OR of one or more of |
+ <a href="../../../org/libjpegturbo/turbojpeg/TJ.html#FLAG_BOTTOMUP"><code>TJ.FLAG_*</code></a></dd> |
+<dt><span class="strong">Returns:</span></dt><dd>an array of <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html" title="class in org.libjpegturbo.turbojpeg"><code>TJDecompressor</code></a> instances, each of |
+ which has a transformed JPEG image associated with it.</dd> |
+<dt><span class="strong">Throws:</span></dt> |
+<dd><code><a href="../../../org/libjpegturbo/turbojpeg/TJException.html" title="class in org.libjpegturbo.turbojpeg">TJException</a></code></dd></dl> |
+</li> |
+</ul> |
+<a name="getTransformedSizes()"> |
+<!-- --> |
+</a> |
+<ul class="blockListLast"> |
+<li class="blockList"> |
+<h4>getTransformedSizes</h4> |
+<pre>public int[] getTransformedSizes()</pre> |
+<div class="block">Returns an array containing the sizes of the transformed JPEG images |
+ generated by the most recent transform operation.</div> |
+<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the sizes of the transformed JPEG images |
+ generated by the most recent transform operation.</dd></dl> |
+</li> |
+</ul> |
+</li> |
+</ul> |
+</li> |
+</ul> |
+</div> |
+</div> |
+<!-- ========= END OF CLASS DATA ========= --> |
+<!-- ======= START OF BOTTOM NAVBAR ====== --> |
+<div class="bottomNav"><a name="navbar_bottom"> |
+<!-- --> |
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> |
+<!-- --> |
+</a> |
+<ul class="navList" title="Navigation"> |
+<li><a href="../../../org/libjpegturbo/turbojpeg/package-summary.html">Package</a></li> |
+<li class="navBarCell1Rev">Class</li> |
+<li><a href="package-tree.html">Tree</a></li> |
+<li><a href="../../../deprecated-list.html">Deprecated</a></li> |
+<li><a href="../../../index-all.html">Index</a></li> |
+<li><a href="../../../help-doc.html">Help</a></li> |
+</ul> |
+</div> |
+<div class="subNav"> |
+<ul class="navList"> |
+<li><a href="../../../org/libjpegturbo/turbojpeg/TJTransform.html" title="class in org.libjpegturbo.turbojpeg"><span class="strong">Prev Class</span></a></li> |
+<li><a href="../../../org/libjpegturbo/turbojpeg/YUVImage.html" title="class in org.libjpegturbo.turbojpeg"><span class="strong">Next Class</span></a></li> |
+</ul> |
+<ul class="navList"> |
+<li><a href="../../../index.html?org/libjpegturbo/turbojpeg/TJTransformer.html" target="_top">Frames</a></li> |
+<li><a href="TJTransformer.html" target="_top">No Frames</a></li> |
+</ul> |
+<ul class="navList" id="allclasses_navbar_bottom"> |
+<li><a href="../../../allclasses-noframe.html">All Classes</a></li> |
+</ul> |
+<div> |
+<script type="text/javascript"><!-- |
+ allClassesLink = document.getElementById("allclasses_navbar_bottom"); |
+ if(window==top) { |
+ allClassesLink.style.display = "block"; |
+ } |
+ else { |
+ allClassesLink.style.display = "none"; |
+ } |
+ //--> |
+</script> |
+</div> |
+<div> |
+<ul class="subNavList"> |
+<li>Summary: </li> |
+<li>Nested | </li> |
+<li><a href="#fields_inherited_from_class_org.libjpegturbo.turbojpeg.TJDecompressor">Field</a> | </li> |
+<li><a href="#constructor_summary">Constr</a> | </li> |
+<li><a href="#method_summary">Method</a></li> |
+</ul> |
+<ul class="subNavList"> |
+<li>Detail: </li> |
+<li>Field | </li> |
+<li><a href="#constructor_detail">Constr</a> | </li> |
+<li><a href="#method_detail">Method</a></li> |
+</ul> |
+</div> |
+<a name="skip-navbar_bottom"> |
+<!-- --> |
+</a></div> |
+<!-- ======== END OF BOTTOM NAVBAR ======= --> |
+</body> |
+</html> |