PTdecode/CImg-1.3.0/html/reference/functions_func_0x6c.html

Wed, 05 Aug 2009 15:02:31 +0100

author
Philip Pemberton <philpem@philpem.me.uk>
date
Wed, 05 Aug 2009 15:02:31 +0100
changeset 13
a933b13e087f
parent 5
1204ebf9340d
permissions
-rwxr-xr-x

PTdecode: add support for uncompressed data (NOTE: *NOT* supported by the PT-2450DX)

     1  xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     2 <head>
     3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta>
     4 <title>The CImg Library - C++ Template Image Processing Toolkit</title>
     5 <meta content="David Tschumperle" name="author"></meta>
     6 <link rel="shortcut icon" type="image/x-icon" href="http://cimg.sourceforge.net/favicon.ico"></link>
     7 <link rel="icon" type="image/png" href="favicon.png"></link>
     8 <link href="doxygen.css" rel="stylesheet" type="text/css">
     9 <link href="tabs.css" rel="stylesheet" type="text/css">
    10 <style type="text/css">
    11 <!--
    12 body {background-color:white; font-family:sans-serif; }
    13 a:active{text-decoration:none; color:#303090}
    14 a:link{text-decoration:none; color:#303090}
    15 a:visited{text-decoration:none; color:#303090}
    16 a:hover{text-decoration:underline; color:#4E9F71}
    17 -->
    18 </style>
    19 <script language="JavaScript" type="text/javascript">
    20   <!-- Original:  Eric King (eric_andrew_king@hotmail.com) is used to display images in popup windows -->
    21   <!-- Web Site:  http://redrival.com/eak/ -->
    22   <!-- This script and many more are available free online at -->
    23   <!-- The JavaScript Source!! http://javascript.internet.com -->
    24   <!-- Begin
    25   function NewWindow(mypage, myname, w, h, scroll) {
    26   var winl = (screen.width - w) / 2;
    27   var wint = (screen.height - h) / 2;
    28   winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
    29   win = window.open(mypage, myname, winprops)
    30   if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
    31   }
    32   //  End -->
    33 </script>
    34 </head>
    35 <body>
    36  <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
    37   <tbody><tr><td>
    38    <hr noshade="noshade" size="1" width="90%"></hr>
    39    <center>
    40    <br/>
    41    <a href="http://cimg.sourceforge.net"><img src="http://cimg.sourceforge.net/img/CImgLogo.jpg" alt="" border="0"></img></a><br/>
    42    <br/>
    43    </center>
    44    <hr noshade="noshade" size="1" width="90%"></hr>
    45    <center>
    46    <table bgcolor="#EEEEFF" style="width: 90%; text-align: left; margin-left: auto; margin-right: auto;" border="0" cellpadding="3" cellspacing="0">
    47    <tbody><tr><td style="text-align: center; vertical-align: top;">
    48    <font color="#FFFFFF" face="Arial,Helvetica" size="-1">
    49    <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/index.shtml">Main</a> <b>]</b>
    50    <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/news.shtml">News</a><b>] </b>
    51    <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/download.shtml">Download</a> <b>]</b>
    52    <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/screenshots.shtml">Screenshots</a> <b>]</b>
    53    <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/reference/group__cimg__faq.html">FAQ</a> <b>]</b>
    54    <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/reference/group__cimg__tutorial.html">Tutorial</a> <b>]</b>
    55    <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/reference/index.html">Documentation</a> <b>]</b>
    56    <b>[</b> <a target="_parent" href="http://sourceforge.net/forum/forum.php?forum_id=334630">Forum</a> <b>]</b>
    57    <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/chat.shtml">Chat</a> <b>]</b>
    58    <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/links.shtml">Links</a> <b>]</b>
    59    </font>
    60    </td></tr></tbody>
    61    </table>
    62    </center>
    63    <hr noshade="noshade" size="1" width="90%"></hr>
    64   </td></tr></tbody>
    65 </table>
    66 <!-- Generated by Doxygen 1.5.7.1 -->
    67 <script type="text/javascript">
    68 <!--
    69 function changeDisplayState (e){
    70   var num=this.id.replace(/[^[0-9]/g,'');
    71   var button=this.firstChild;
    72   var sectionDiv=document.getElementById('dynsection'+num);
    73   if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){
    74     sectionDiv.style.display='block';
    75     button.src='open.gif';
    76   }else{
    77     sectionDiv.style.display='none';
    78     button.src='closed.gif';
    79   }
    80 }
    81 function initDynSections(){
    82   var divs=document.getElementsByTagName('div');
    83   var sectionCounter=1;
    84   for(var i=0;i<divs.length-1;i++){
    85     if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){
    86       var header=divs[i];
    87       var section=divs[i+1];
    88       var button=header.firstChild;
    89       if (button!='IMG'){
    90         divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild);
    91         button=document.createElement('img');
    92         divs[i].insertBefore(button,divs[i].firstChild);
    93       }
    94       header.style.cursor='pointer';
    95       header.onclick=changeDisplayState;
    96       header.id='dynheader'+sectionCounter;
    97       button.src='closed.gif';
    98       section.id='dynsection'+sectionCounter;
    99       section.style.display='none';
   100       section.style.marginLeft='14px';
   101       sectionCounter++;
   102     }
   103   }
   104 }
   105 window.onload = initDynSections;
   106 -->
   107 </script>
   108 <div class="navigation" id="top">
   109   <div class="tabs">
   110     <ul>
   111       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
   112       <li><a href="modules.html"><span>Modules</span></a></li>
   113       <li><a href="namespaces.html"><span>Namespaces</span></a></li>
   114       <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
   115     </ul>
   116   </div>
   117   <div class="tabs">
   118     <ul>
   119       <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
   120       <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
   121       <li class="current"><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
   122     </ul>
   123   </div>
   124   <div class="tabs">
   125     <ul>
   126       <li><a href="functions.html"><span>All</span></a></li>
   127       <li class="current"><a href="functions_func.html"><span>Functions</span></a></li>
   128       <li><a href="functions_vars.html"><span>Variables</span></a></li>
   129       <li><a href="functions_type.html"><span>Typedefs</span></a></li>
   130     </ul>
   131   </div>
   132   <div class="tabs">
   133     <ul>
   134       <li><a href="functions_func.html#index__"><span>_</span></a></li>
   135       <li><a href="functions_func_0x61.html#index_a"><span>a</span></a></li>
   136       <li><a href="functions_func_0x62.html#index_b"><span>b</span></a></li>
   137       <li><a href="functions_func_0x63.html#index_c"><span>c</span></a></li>
   138       <li><a href="functions_func_0x64.html#index_d"><span>d</span></a></li>
   139       <li><a href="functions_func_0x65.html#index_e"><span>e</span></a></li>
   140       <li><a href="functions_func_0x66.html#index_f"><span>f</span></a></li>
   141       <li><a href="functions_func_0x67.html#index_g"><span>g</span></a></li>
   142       <li><a href="functions_func_0x68.html#index_h"><span>h</span></a></li>
   143       <li><a href="functions_func_0x69.html#index_i"><span>i</span></a></li>
   144       <li><a href="functions_func_0x6b.html#index_k"><span>k</span></a></li>
   145       <li class="current"><a href="functions_func_0x6c.html#index_l"><span>l</span></a></li>
   146       <li><a href="functions_func_0x6d.html#index_m"><span>m</span></a></li>
   147       <li><a href="functions_func_0x6e.html#index_n"><span>n</span></a></li>
   148       <li><a href="functions_func_0x6f.html#index_o"><span>o</span></a></li>
   149       <li><a href="functions_func_0x70.html#index_p"><span>p</span></a></li>
   150       <li><a href="functions_func_0x71.html#index_q"><span>q</span></a></li>
   151       <li><a href="functions_func_0x72.html#index_r"><span>r</span></a></li>
   152       <li><a href="functions_func_0x73.html#index_s"><span>s</span></a></li>
   153       <li><a href="functions_func_0x74.html#index_t"><span>t</span></a></li>
   154       <li><a href="functions_func_0x75.html#index_u"><span>u</span></a></li>
   155       <li><a href="functions_func_0x76.html#index_v"><span>v</span></a></li>
   156       <li><a href="functions_func_0x77.html#index_w"><span>w</span></a></li>
   157       <li><a href="functions_func_0x78.html#index_x"><span>x</span></a></li>
   158       <li><a href="functions_func_0x79.html#index_y"><span>y</span></a></li>
   159       <li><a href="functions_func_0x7e.html#index_~"><span>~</span></a></li>
   160     </ul>
   161   </div>
   162 </div>
   163 <div class="contents">
   164 &nbsp;
   165 <p>
   166 <h3><a class="anchor" name="index_l">- l -</a></h3><ul>
   167 <li>label_regions()
   168 : <a class="el" href="structcimg__library_1_1CImg.html#cd78906a1eb7d7c0e1aa4c220e474540">CImg</a>
   169 <li>LabtoRGB()
   170 : <a class="el" href="structcimg__library_1_1CImg.html#a710f60075b3bc24790f17a7dc30e425">CImg</a>
   171 <li>LabtoXYZ()
   172 : <a class="el" href="structcimg__library_1_1CImg.html#875c1681e84375ceb5d828e20de61704">CImg</a>
   173 <li>last()
   174 : <a class="el" href="structcimg__library_1_1CImg.html#4fc1d283512c7d8834f1692a1dd6cef5">CImg</a>
   175 <li>line()
   176 : <a class="el" href="structcimg__library_1_1CImg.html#d701e07806866145060dd2cc2805443e">CImg</a>
   177 <li>linear_atX()
   178 : <a class="el" href="structcimg__library_1_1CImg.html#f152ffcc0cc8f55cda0d3199b97c0032">CImg</a>
   179 <li>linear_atXY()
   180 : <a class="el" href="structcimg__library_1_1CImg.html#5b57f219b9ab6a0c7fe76f10c9ced45c">CImg</a>
   181 <li>linear_atXYZ()
   182 : <a class="el" href="structcimg__library_1_1CImg.html#a070b89df5e2ff8b70e2d74cc498d622">CImg</a>
   183 <li>linear_atXYZV()
   184 : <a class="el" href="structcimg__library_1_1CImg.html#2ad85b5a6a622470a8c36d31e5e46915">CImg</a>
   185 <li>lines()
   186 : <a class="el" href="structcimg__library_1_1CImg.html#583e6f289691013d6d863d98ec20631e">CImg</a>
   187 <li>load()
   188 : <a class="el" href="structcimg__library_1_1CImg.html#138dcc5db93d511d224d88405a0041ce">CImg</a>
   189 <li>load_analyze()
   190 : <a class="el" href="structcimg__library_1_1CImg.html#b56eb4920a37739b113bd90ed65b4506">CImg</a>
   191 <li>load_ascii()
   192 : <a class="el" href="structcimg__library_1_1CImg.html#8483309e9e347b1f8b35337c543d7aed">CImg</a>
   193 <li>load_bmp()
   194 : <a class="el" href="structcimg__library_1_1CImg.html#bd7e94f200f3d4bd249c32d0d9c511bc">CImg</a>
   195 <li>load_cimg()
   196 : <a class="el" href="structcimg__library_1_1CImg.html#cdae64c0c93793df8b0a0b28a34d9694">CImg</a>
   197 <li>load_dcraw_external()
   198 : <a class="el" href="structcimg__library_1_1CImg.html#67cf88da9c1122b55ebcef3d223bccbe">CImg</a>
   199 <li>load_dlm()
   200 : <a class="el" href="structcimg__library_1_1CImg.html#15505951824c019f6fdea4f0eaab8cac">CImg</a>
   201 <li>load_ffmpeg()
   202 : <a class="el" href="structcimg__library_1_1CImg.html#0ea50f5bd07d9d8ae9ab11aaf6a87a31">CImg</a>
   203 <li>load_ffmpeg_external()
   204 : <a class="el" href="structcimg__library_1_1CImg.html#a2bb0602f254824530b888266d4d503a">CImg</a>
   205 <li>load_graphicsmagick_external()
   206 : <a class="el" href="structcimg__library_1_1CImg.html#ad5a1ff332f904a39b3ea2035d3a94dc">CImg</a>
   207 <li>load_gzip_external()
   208 : <a class="el" href="structcimg__library_1_1CImg.html#1b8bf7e0b1371dbdc0d845a39f6451a8">CImg</a>
   209 <li>load_imagemagick_external()
   210 : <a class="el" href="structcimg__library_1_1CImg.html#841db22435a4f77bf3e4c9fc65ecbb6e">CImg</a>
   211 <li>load_inr()
   212 : <a class="el" href="structcimg__library_1_1CImg.html#4a1bebfe52d369d35ad6f9d63b46fc64">CImg</a>
   213 <li>load_jpeg()
   214 : <a class="el" href="structcimg__library_1_1CImg.html#e4e17798245c1eac132b4b286c8e4419">CImg</a>
   215 <li>load_magick()
   216 : <a class="el" href="structcimg__library_1_1CImg.html#1b58020c04f6ddaa44007e9edbcba0a6">CImg</a>
   217 <li>load_medcon_external()
   218 : <a class="el" href="structcimg__library_1_1CImg.html#38df90ee1c431b684fcb5ed8248464b1">CImg</a>
   219 <li>load_off()
   220 : <a class="el" href="structcimg__library_1_1CImg.html#78e7945139c2e91df6bfecb1b388c7cc">CImg</a>
   221 <li>load_other()
   222 : <a class="el" href="structcimg__library_1_1CImg.html#35a909fb3df4bd76be2facc8366861af">CImg</a>
   223 <li>load_pandore()
   224 : <a class="el" href="structcimg__library_1_1CImg.html#1c52c863e6b22a98b8049b46bfc16102">CImg</a>
   225 <li>load_parrec()
   226 : <a class="el" href="structcimg__library_1_1CImg.html#9e3446fd647fcb9fc95a462435f42784">CImg</a>
   227 <li>load_png()
   228 : <a class="el" href="structcimg__library_1_1CImg.html#2f6f002e4cc449887b258d7a5b30afd8">CImg</a>
   229 <li>load_pnm()
   230 : <a class="el" href="structcimg__library_1_1CImg.html#a104737d62b54c15489b481a199fb72a">CImg</a>
   231 <li>load_raw()
   232 : <a class="el" href="structcimg__library_1_1CImg.html#ff2e5fd6242828f8c83e652daea0861e">CImg</a>
   233 <li>load_rgb()
   234 : <a class="el" href="structcimg__library_1_1CImg.html#c3cd73613729b55992811acee5015eab">CImg</a>
   235 <li>load_rgba()
   236 : <a class="el" href="structcimg__library_1_1CImg.html#27807907b967601fa7d51a024dd64e51">CImg</a>
   237 <li>load_tiff()
   238 : <a class="el" href="structcimg__library_1_1CImg.html#b943c007a92b463ec458b4be80e80460">CImg</a>
   239 , <a class="el" href="structcimg__library_1_1CImgList.html#9195765cb9bde15990a29ccd9306532c">CImgList</a>
   240 <li>load_yuv()
   241 : <a class="el" href="structcimg__library_1_1CImg.html#b0db892192d010d5f1f6c25423328535">CImg</a>
   242 <li>log()
   243 : <a class="el" href="structcimg__library_1_1CImg.html#74c5faaf4a41aa0aa470a164897d6ec6">CImg</a>
   244 <li>log10()
   245 : <a class="el" href="structcimg__library_1_1CImg.html#199c3d150c895179a609ee3b172b332e">CImg</a>
   246 <li>LUTtoRGB()
   247 : <a class="el" href="structcimg__library_1_1CImg.html#0b122070bda047ccd97702a7e72f6379">CImg</a>
   248 </ul>
   249 </div>
   250 <hr noshade="noshade" size="1" width="100%">
   251 <a href="http://sourceforge.net">
   252 <img src="http://sourceforge.net/sflogo.php?group_id=96492&amp;type=3" border="0" height="37" width="125"></img>
   253 </a>
   254 <!-- Start of StatCounter Code -->
   255 <script type="text/javascript" language="javascript">
   256 <!--
   257 var sc_project=895001;
   258 var sc_invisible=1;
   259 var sc_partition=7;
   260 var sc_security="5ea85181";
   261 //-->
   262 </script>
   263 <script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c8.statcounter.com/counter.php?sc_project=895001&amp;java=0&amp;security=5ea85181&amp;invisible=1" alt="counter stats" border="0"></a> </noscript>
   264 <!-- End of StatCounter Code -->
   265 </body>
   266 </html>