@@ -195,9 +195,10 @@
|
|||||||
</dd>
|
</dd>
|
||||||
<dt><span class="strong"><a href="./org/libjpegturbo/turbojpeg/TJDecompressor.html#decompress(int,%20int,%20int,%20int)">decompress(int, int, int, int)</a></span> - Method in class org.libjpegturbo.turbojpeg.<a href="./org/libjpegturbo/turbojpeg/TJDecompressor.html" title="class in org.libjpegturbo.turbojpeg">TJDecompressor</a></dt>
|
<dt><span class="strong"><a href="./org/libjpegturbo/turbojpeg/TJDecompressor.html#decompress(int,%20int,%20int,%20int)">decompress(int, int, int, int)</a></span> - Method in class org.libjpegturbo.turbojpeg.<a href="./org/libjpegturbo/turbojpeg/TJDecompressor.html" title="class in org.libjpegturbo.turbojpeg">TJDecompressor</a></dt>
|
||||||
<dd>
|
<dd>
|
||||||
<div class="block">Decompress the JPEG source image or decode the YUV source image associated
|
<div class="block">Decompress the JPEG source image or decode the planar YUV source image
|
||||||
with this decompressor instance and return a <code>BufferedImage</code>
|
associated with this decompressor instance and return a
|
||||||
instance containing the packed-pixel decompressed/decoded image.</div>
|
<code>BufferedImage</code> instance containing the packed-pixel
|
||||||
|
decompressed/decoded image.</div>
|
||||||
</dd>
|
</dd>
|
||||||
<dt><span class="strong"><a href="./org/libjpegturbo/turbojpeg/TJDecompressor.html#decompressToYUV(org.libjpegturbo.turbojpeg.YUVImage,%20int)">decompressToYUV(YUVImage, int)</a></span> - Method in class org.libjpegturbo.turbojpeg.<a href="./org/libjpegturbo/turbojpeg/TJDecompressor.html" title="class in org.libjpegturbo.turbojpeg">TJDecompressor</a></dt>
|
<dt><span class="strong"><a href="./org/libjpegturbo/turbojpeg/TJDecompressor.html#decompressToYUV(org.libjpegturbo.turbojpeg.YUVImage,%20int)">decompressToYUV(YUVImage, int)</a></span> - Method in class org.libjpegturbo.turbojpeg.<a href="./org/libjpegturbo/turbojpeg/TJDecompressor.html" title="class in org.libjpegturbo.turbojpeg">TJDecompressor</a></dt>
|
||||||
<dd>
|
<dd>
|
||||||
|
|||||||
@@ -281,9 +281,10 @@ implements java.io.Closeable</pre>
|
|||||||
int desiredHeight,
|
int desiredHeight,
|
||||||
int bufferedImageType,
|
int bufferedImageType,
|
||||||
int flags)</code>
|
int flags)</code>
|
||||||
<div class="block">Decompress the JPEG source image or decode the YUV source image associated
|
<div class="block">Decompress the JPEG source image or decode the planar YUV source image
|
||||||
with this decompressor instance and return a <code>BufferedImage</code>
|
associated with this decompressor instance and return a
|
||||||
instance containing the packed-pixel decompressed/decoded image.</div>
|
<code>BufferedImage</code> instance containing the packed-pixel
|
||||||
|
decompressed/decoded image.</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="altColor">
|
<tr class="altColor">
|
||||||
@@ -1160,9 +1161,10 @@ public byte[] decompressToYUV(int flags)
|
|||||||
int bufferedImageType,
|
int bufferedImageType,
|
||||||
int flags)
|
int flags)
|
||||||
throws <a href="../../../org/libjpegturbo/turbojpeg/TJException.html" title="class in org.libjpegturbo.turbojpeg">TJException</a></pre>
|
throws <a href="../../../org/libjpegturbo/turbojpeg/TJException.html" title="class in org.libjpegturbo.turbojpeg">TJException</a></pre>
|
||||||
<div class="block">Decompress the JPEG source image or decode the YUV source image associated
|
<div class="block">Decompress the JPEG source image or decode the planar YUV source image
|
||||||
with this decompressor instance and return a <code>BufferedImage</code>
|
associated with this decompressor instance and return a
|
||||||
instance containing the packed-pixel decompressed/decoded image.</div>
|
<code>BufferedImage</code> instance containing the packed-pixel
|
||||||
|
decompressed/decoded image.</div>
|
||||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>desiredWidth</code> - see
|
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>desiredWidth</code> - see
|
||||||
<a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#decompress(byte[],%20int,%20int,%20int,%20int,%20int,%20int,%20int)"><code>decompress(byte[], int, int, int, int, int, int, int)</code></a> for
|
<a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#decompress(byte[],%20int,%20int,%20int,%20int,%20int,%20int,%20int)"><code>decompress(byte[], int, int, int, int, int, int, int)</code></a> for
|
||||||
description</dd><dd><code>desiredHeight</code> - see
|
description</dd><dd><code>desiredHeight</code> - see
|
||||||
|
|||||||
@@ -837,9 +837,10 @@ public class TJDecompressor implements Closeable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Decompress the JPEG source image or decode the YUV source image associated
|
* Decompress the JPEG source image or decode the planar YUV source image
|
||||||
* with this decompressor instance and return a <code>BufferedImage</code>
|
* associated with this decompressor instance and return a
|
||||||
* instance containing the packed-pixel decompressed/decoded image.
|
* <code>BufferedImage</code> instance containing the packed-pixel
|
||||||
|
* decompressed/decoded image.
|
||||||
*
|
*
|
||||||
* @param desiredWidth see
|
* @param desiredWidth see
|
||||||
* {@link #decompress(byte[], int, int, int, int, int, int, int)} for
|
* {@link #decompress(byte[], int, int, int, int, int, int, int)} for
|
||||||
|
|||||||
Reference in New Issue
Block a user