1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<!-- NewPage --> 3<html lang="en"> 4<head> 5<title>Deprecated List</title> 6<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> 7</head> 8<body> 9<script type="text/javascript"><!-- 10 if (location.href.indexOf('is-external=true') == -1) { 11 parent.document.title="Deprecated List"; 12 } 13//--> 14</script> 15<noscript> 16<div>JavaScript is disabled on your browser.</div> 17</noscript> 18<!-- ========= START OF TOP NAVBAR ======= --> 19<div class="topNav"><a name="navbar_top"> 20<!-- --> 21</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> 22<!-- --> 23</a> 24<ul class="navList" title="Navigation"> 25<li><a href="org/libjpegturbo/turbojpeg/package-summary.html">Package</a></li> 26<li>Class</li> 27<li><a href="org/libjpegturbo/turbojpeg/package-tree.html">Tree</a></li> 28<li class="navBarCell1Rev">Deprecated</li> 29<li><a href="index-all.html">Index</a></li> 30<li><a href="help-doc.html">Help</a></li> 31</ul> 32</div> 33<div class="subNav"> 34<ul class="navList"> 35<li>Prev</li> 36<li>Next</li> 37</ul> 38<ul class="navList"> 39<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li> 40<li><a href="deprecated-list.html" target="_top">No Frames</a></li> 41</ul> 42<ul class="navList" id="allclasses_navbar_top"> 43<li><a href="allclasses-noframe.html">All Classes</a></li> 44</ul> 45<div> 46<script type="text/javascript"><!-- 47 allClassesLink = document.getElementById("allclasses_navbar_top"); 48 if(window==top) { 49 allClassesLink.style.display = "block"; 50 } 51 else { 52 allClassesLink.style.display = "none"; 53 } 54 //--> 55</script> 56</div> 57<a name="skip-navbar_top"> 58<!-- --> 59</a></div> 60<!-- ========= END OF TOP NAVBAR ========= --> 61<div class="header"> 62<h1 title="Deprecated API" class="title">Deprecated API</h1> 63<h2 title="Contents">Contents</h2> 64<ul> 65<li><a href="#field">Deprecated Fields</a></li> 66<li><a href="#method">Deprecated Methods</a></li> 67<li><a href="#constructor">Deprecated Constructors</a></li> 68</ul> 69</div> 70<div class="contentContainer"><a name="field"> 71<!-- --> 72</a> 73<ul class="blockList"> 74<li class="blockList"> 75<table border="0" cellpadding="3" cellspacing="0" summary="Deprecated Fields table, listing deprecated fields, and an explanation"> 76<caption><span>Deprecated Fields</span><span class="tabEnd"> </span></caption> 77<tr> 78<th class="colOne" scope="col">Field and Description</th> 79</tr> 80<tbody> 81<tr class="altColor"> 82<td class="colOne"><a href="org/libjpegturbo/turbojpeg/TJ.html#FLAG_FORCEMMX">org.libjpegturbo.turbojpeg.TJ.FLAG_FORCEMMX</a></td> 83</tr> 84<tr class="rowColor"> 85<td class="colOne"><a href="org/libjpegturbo/turbojpeg/TJ.html#FLAG_FORCESSE">org.libjpegturbo.turbojpeg.TJ.FLAG_FORCESSE</a></td> 86</tr> 87<tr class="altColor"> 88<td class="colOne"><a href="org/libjpegturbo/turbojpeg/TJ.html#FLAG_FORCESSE2">org.libjpegturbo.turbojpeg.TJ.FLAG_FORCESSE2</a></td> 89</tr> 90<tr class="rowColor"> 91<td class="colOne"><a href="org/libjpegturbo/turbojpeg/TJ.html#FLAG_FORCESSE3">org.libjpegturbo.turbojpeg.TJ.FLAG_FORCESSE3</a></td> 92</tr> 93</tbody> 94</table> 95</li> 96</ul> 97<a name="method"> 98<!-- --> 99</a> 100<ul class="blockList"> 101<li class="blockList"> 102<table border="0" cellpadding="3" cellspacing="0" summary="Deprecated Methods table, listing deprecated methods, and an explanation"> 103<caption><span>Deprecated Methods</span><span class="tabEnd"> </span></caption> 104<tr> 105<th class="colOne" scope="col">Method and Description</th> 106</tr> 107<tbody> 108<tr class="altColor"> 109<td class="colOne"><a href="org/libjpegturbo/turbojpeg/TJ.html#bufSizeYUV(int,%20int,%20int)">org.libjpegturbo.turbojpeg.TJ.bufSizeYUV(int, int, int)</a> 110<div class="block"><i>Use <a href="org/libjpegturbo/turbojpeg/TJ.html#bufSizeYUV(int,%20int,%20int,%20int)"><code>TJ.bufSizeYUV(int, int, int, int)</code></a> instead.</i></div> 111</td> 112</tr> 113<tr class="rowColor"> 114<td class="colOne"><a href="org/libjpegturbo/turbojpeg/TJCompressor.html#compress(java.awt.image.BufferedImage,%20byte[],%20int)">org.libjpegturbo.turbojpeg.TJCompressor.compress(BufferedImage, byte[], int)</a> 115<div class="block"><i>Use 116 <a href="org/libjpegturbo/turbojpeg/TJCompressor.html#setSourceImage(java.awt.image.BufferedImage,%20int,%20int,%20int,%20int)"><code>TJCompressor.setSourceImage(BufferedImage, int, int, int, int)</code></a> and 117 <a href="org/libjpegturbo/turbojpeg/TJCompressor.html#compress(byte[],%20int)"><code>TJCompressor.compress(byte[], int)</code></a> instead.</i></div> 118</td> 119</tr> 120<tr class="altColor"> 121<td class="colOne"><a href="org/libjpegturbo/turbojpeg/TJCompressor.html#compress(java.awt.image.BufferedImage,%20int)">org.libjpegturbo.turbojpeg.TJCompressor.compress(BufferedImage, int)</a> 122<div class="block"><i>Use 123 <a href="org/libjpegturbo/turbojpeg/TJCompressor.html#setSourceImage(java.awt.image.BufferedImage,%20int,%20int,%20int,%20int)"><code>TJCompressor.setSourceImage(BufferedImage, int, int, int, int)</code></a> and 124 <a href="org/libjpegturbo/turbojpeg/TJCompressor.html#compress(int)"><code>TJCompressor.compress(int)</code></a> instead.</i></div> 125</td> 126</tr> 127<tr class="rowColor"> 128<td class="colOne"><a href="org/libjpegturbo/turbojpeg/TJDecompressor.html#decompress(byte[],%20int,%20int,%20int,%20int,%20int)">org.libjpegturbo.turbojpeg.TJDecompressor.decompress(byte[], int, int, int, int, int)</a> 129<div class="block"><i>Use 130 <a href="org/libjpegturbo/turbojpeg/TJDecompressor.html#decompress(byte[],%20int,%20int,%20int,%20int,%20int,%20int,%20int)"><code>TJDecompressor.decompress(byte[], int, int, int, int, int, int, int)</code></a> instead.</i></div> 131</td> 132</tr> 133<tr class="altColor"> 134<td class="colOne"><a href="org/libjpegturbo/turbojpeg/TJDecompressor.html#decompressToYUV(byte[],%20int)">org.libjpegturbo.turbojpeg.TJDecompressor.decompressToYUV(byte[], int)</a> 135<div class="block"><i>Use <a href="org/libjpegturbo/turbojpeg/TJDecompressor.html#decompressToYUV(org.libjpegturbo.turbojpeg.YUVImage,%20int)"><code>TJDecompressor.decompressToYUV(YUVImage, int)</code></a> instead.</i></div> 136</td> 137</tr> 138<tr class="rowColor"> 139<td class="colOne"><a href="org/libjpegturbo/turbojpeg/TJDecompressor.html#decompressToYUV(int)">org.libjpegturbo.turbojpeg.TJDecompressor.decompressToYUV(int)</a> 140<div class="block"><i>Use <a href="org/libjpegturbo/turbojpeg/TJDecompressor.html#decompressToYUV(int,%20int,%20int,%20int)"><code>TJDecompressor.decompressToYUV(int, int, int, int)</code></a> instead.</i></div> 141</td> 142</tr> 143<tr class="altColor"> 144<td class="colOne"><a href="org/libjpegturbo/turbojpeg/TJCompressor.html#encodeYUV(java.awt.image.BufferedImage,%20byte[],%20int)">org.libjpegturbo.turbojpeg.TJCompressor.encodeYUV(BufferedImage, byte[], int)</a> 145<div class="block"><i>Use 146 <a href="org/libjpegturbo/turbojpeg/TJCompressor.html#setSourceImage(java.awt.image.BufferedImage,%20int,%20int,%20int,%20int)"><code>TJCompressor.setSourceImage(BufferedImage, int, int, int, int)</code></a> and 147 <a href="org/libjpegturbo/turbojpeg/TJCompressor.html#encodeYUV(byte[],%20int)"><code>TJCompressor.encodeYUV(byte[], int)</code></a> instead.</i></div> 148</td> 149</tr> 150<tr class="rowColor"> 151<td class="colOne"><a href="org/libjpegturbo/turbojpeg/TJCompressor.html#encodeYUV(java.awt.image.BufferedImage,%20int)">org.libjpegturbo.turbojpeg.TJCompressor.encodeYUV(BufferedImage, int)</a> 152<div class="block"><i>Use 153 <a href="org/libjpegturbo/turbojpeg/TJCompressor.html#setSourceImage(java.awt.image.BufferedImage,%20int,%20int,%20int,%20int)"><code>TJCompressor.setSourceImage(BufferedImage, int, int, int, int)</code></a> and 154 <a href="org/libjpegturbo/turbojpeg/TJCompressor.html#encodeYUV(int,%20int)"><code>TJCompressor.encodeYUV(int, int)</code></a> instead.</i></div> 155</td> 156</tr> 157<tr class="altColor"> 158<td class="colOne"><a href="org/libjpegturbo/turbojpeg/TJCompressor.html#encodeYUV(byte[],%20int)">org.libjpegturbo.turbojpeg.TJCompressor.encodeYUV(byte[], int)</a> 159<div class="block"><i>Use <a href="org/libjpegturbo/turbojpeg/TJCompressor.html#encodeYUV(org.libjpegturbo.turbojpeg.YUVImage,%20int)"><code>TJCompressor.encodeYUV(YUVImage, int)</code></a> instead.</i></div> 160</td> 161</tr> 162<tr class="rowColor"> 163<td class="colOne"><a href="org/libjpegturbo/turbojpeg/TJCompressor.html#encodeYUV(int)">org.libjpegturbo.turbojpeg.TJCompressor.encodeYUV(int)</a> 164<div class="block"><i>Use <a href="org/libjpegturbo/turbojpeg/TJCompressor.html#encodeYUV(int,%20int)"><code>TJCompressor.encodeYUV(int, int)</code></a> instead.</i></div> 165</td> 166</tr> 167<tr class="altColor"> 168<td class="colOne"><a href="org/libjpegturbo/turbojpeg/TJDecompressor.html#setJPEGImage(byte[],%20int)">org.libjpegturbo.turbojpeg.TJDecompressor.setJPEGImage(byte[], int)</a> 169<div class="block"><i>Use <a href="org/libjpegturbo/turbojpeg/TJDecompressor.html#setSourceImage(byte[],%20int)"><code>TJDecompressor.setSourceImage(byte[], int)</code></a> instead.</i></div> 170</td> 171</tr> 172<tr class="rowColor"> 173<td class="colOne"><a href="org/libjpegturbo/turbojpeg/TJCompressor.html#setSourceImage(byte[],%20int,%20int,%20int,%20int)">org.libjpegturbo.turbojpeg.TJCompressor.setSourceImage(byte[], int, int, int, int)</a> 174<div class="block"><i>Use 175 <a href="org/libjpegturbo/turbojpeg/TJCompressor.html#setSourceImage(byte[],%20int,%20int,%20int,%20int,%20int,%20int)"><code>TJCompressor.setSourceImage(byte[], int, int, int, int, int, int)</code></a> instead.</i></div> 176</td> 177</tr> 178</tbody> 179</table> 180</li> 181</ul> 182<a name="constructor"> 183<!-- --> 184</a> 185<ul class="blockList"> 186<li class="blockList"> 187<table border="0" cellpadding="3" cellspacing="0" summary="Deprecated Constructors table, listing deprecated constructors, and an explanation"> 188<caption><span>Deprecated Constructors</span><span class="tabEnd"> </span></caption> 189<tr> 190<th class="colOne" scope="col">Constructor and Description</th> 191</tr> 192<tbody> 193<tr class="altColor"> 194<td class="colOne"><a href="org/libjpegturbo/turbojpeg/TJCompressor.html#TJCompressor(byte[],%20int,%20int,%20int,%20int)">org.libjpegturbo.turbojpeg.TJCompressor(byte[], int, int, int, int)</a> 195<div class="block"><i>Use 196 <a href="org/libjpegturbo/turbojpeg/TJCompressor.html#TJCompressor(byte[],%20int,%20int,%20int,%20int,%20int,%20int)"><code>TJCompressor.TJCompressor(byte[], int, int, int, int, int, int)</code></a> instead.</i></div> 197</td> 198</tr> 199</tbody> 200</table> 201</li> 202</ul> 203</div> 204<!-- ======= START OF BOTTOM NAVBAR ====== --> 205<div class="bottomNav"><a name="navbar_bottom"> 206<!-- --> 207</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 208<!-- --> 209</a> 210<ul class="navList" title="Navigation"> 211<li><a href="org/libjpegturbo/turbojpeg/package-summary.html">Package</a></li> 212<li>Class</li> 213<li><a href="org/libjpegturbo/turbojpeg/package-tree.html">Tree</a></li> 214<li class="navBarCell1Rev">Deprecated</li> 215<li><a href="index-all.html">Index</a></li> 216<li><a href="help-doc.html">Help</a></li> 217</ul> 218</div> 219<div class="subNav"> 220<ul class="navList"> 221<li>Prev</li> 222<li>Next</li> 223</ul> 224<ul class="navList"> 225<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li> 226<li><a href="deprecated-list.html" target="_top">No Frames</a></li> 227</ul> 228<ul class="navList" id="allclasses_navbar_bottom"> 229<li><a href="allclasses-noframe.html">All Classes</a></li> 230</ul> 231<div> 232<script type="text/javascript"><!-- 233 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 234 if(window==top) { 235 allClassesLink.style.display = "block"; 236 } 237 else { 238 allClassesLink.style.display = "none"; 239 } 240 //--> 241</script> 242</div> 243<a name="skip-navbar_bottom"> 244<!-- --> 245</a></div> 246<!-- ======== END OF BOTTOM NAVBAR ======= --> 247</body> 248</html> 249