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