PTdecode/CImg-1.3.0/html/download.shtml

Thu, 24 Sep 2009 17:18:28 +0100

author
Philip Pemberton <philpem@philpem.me.uk>
date
Thu, 24 Sep 2009 17:18:28 +0100
changeset 19
b7fe751ea60d
parent 5
1204ebf9340d
permissions
-rwxr-xr-x

Added support for separator ticks between labels

     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     2         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     3 <!--#include file="header.html" -->
     5 <table align="center" border="0" cellpadding="20" cellspacing="0" width="100%"><tbody><tr><td>
     6 <font face="Arial,Helvetica" size="-1">
     8 <img src="img/item_download.gif" alt="Download">
     9 <p>
    10 <b>Prerequisites</b> :
    11   There are no strict prerequisites for installing and using the CImg Library. Anyway, we recommend
    12   you install one of the binary release of the
    13   <a href="http://www.imagemagick.org/script/binary-releases.php"><i>ImageMagick package</i></a>
    14   on your system. It is the easiest way (although not the only one) to help CImg loading/saving compressed image formats,
    15   such as JPEG, PNG, GIF, etc...<br/><br/>
    16   You have different ways to get the CImg library :
    18 <table align="left" border="0" width="100%" cellspacing="20">
    19 <tr><td><a href="http://sourceforge.net/project/showfiles.php?group_id=96492&package_id=103094">
    20 <img src="img/item_standard_package.jpg" border="0" alt="Standard Package"
    21      onmouseover="this.src='img/item_standard_package2.jpg';"
    22      onmouseout="this.src='img/item_standard_package.jpg';" /></a></td>
    23 <td><hr noshade="noshade" size="1" width="100%"></hr>
    24      The CImg library is provided as
    25      <a href="http://sourceforge.net/project/showfiles.php?group_id=96492&package_id=103094">
    26      <i>.zip</i> or
    27       <i>.tar.gz packages</i></a>
    28       which are <b>plateform-independent</b>.
    29      They contain all the needed library files, as well as various examples illustrating
    30      the use of the library functions and classes.<br/>
    31 </td></tr>
    32 <tr><td><a href="http://cimg.sourceforge.net/cimg-dev.deb">
    33 <img src="img/item_debian_package.jpg" border="0" alt="Debian Package"
    34      onmouseover="this.src='img/item_debian_package2.jpg';"
    35      onmouseout="this.src='img/item_debian_package.jpg';" /></a></td>
    36 <td><hr noshade="noshade" size="1" width="100%"></hr>
    37      A <a href="http://cimg.sourceforge.net/cimg-dev.deb">
    38      <i>.deb</i> package file</a>
    39       is available for <b>Debian-based Unix distributions</b>
    40      (including the well known Ubuntu distro).
    41      Copy/Paste the lines below for a quick installation of the latest version of the CImg library
    42      under such systems (superuser privileges required) : <br/><br/>
    43      <table cellpadding="10" cellspacing="0" border="0" bgcolor="#EEEEFF"><tr><td>
    44      <font size="-1"><i>wget http://cimg.sourceforge.net/cimg-dev.deb<br/>
    45      dpkg -i cimg-dev.deb</i></font>
    46      </td></tr></table>
    47 </td></tr>
    48 <tr><td><a href="http://prdownloads.sourceforge.net/cimg/CImg_demo_exe.zip?download">
    49 <img src="img/item_precompiled.jpg" border="0" alt="Pre-compiled Binaries"
    50      onmouseover="this.src='img/item_precompiled2.jpg';"
    51      onmouseout="this.src='img/item_precompiled.jpg';" /></a></td>
    52 <td><hr noshade="noshade" size="1" width="100%"></hr>
    53      Pre-compiled binaries of the main library demo file are available for <i>Windows</i>, <i>Linux</i> and <i>MacOSX</i>.
    54      <a href="http://prdownloads.sourceforge.net/cimg/CImg_demo_exe.zip?download">
    55      Download this archive</a> if you want a quick overview of what the CImg Library can do.<br/>
    56      <i>Note that this archive <b>does not contain any sources !</b>
    57      If you want to be able to compile your own programs, download the standard package instead.</i>
    58 </td></tr>
    59 <tr><td><a href="http://cimg.cvs.sourceforge.net/cimg/CImg/">
    60 <img src="img/item_sources.jpg" border="0" alt="Sources Repository"
    61      onmouseover="this.src='img/item_sources2.jpg';"
    62      onmouseout="this.src='img/item_sources.jpg';" /></a></td>
    63 <td><hr noshade="noshade" size="1" width="100%"></hr>
    64      You may be also more adventurous and use CVS.
    65      This ensures you will get the latest code available, and will ease the
    66      updates as well (knowing the tool 'cvs' is needed indeed). To do this, just
    67      type the commands : <br><br>
    68      <table cellpadding="10" cellspacing="0" border="0" bgcolor="#EEEEFF"><tr><td>
    69      <font size="-1"><i>
    70      export CVS_RSH=ssh<br/>
    71      cvs -d:pserver:anonymous@cimg.cvs.sourceforge.net:/cvsroot/cimg co CImg
    72      </i></font>
    73      </td></tr></table>
    74      <br>in your favorite console. Nevertheless, you have to know that some code in the CVS version
    75          may be experimental, so always test the latest stable archive before complaining !
    76 </td></tr>
    77 </table>
    78 </p>
    80 </font></td></tr></tbody></table>
    82 <!--#include file="footer.html" -->