File: download.shtml

package info (click to toggle)
cimg 1.7.9%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 22,524 kB
  • ctags: 5,050
  • sloc: cpp: 114,701; ansic: 73,904; makefile: 583; sh: 119
file content (45 lines) | stat: -rw-r--r-- 2,433 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--#include file="header.html" -->

<div id="bloc_option"><div id="top_vert"><div id="text_top">Download</div></div>
<div id="center"><div id="text_centre_intro">
<p>
  You have different ways to get the <font color="#000066"><b>CImg Library</b></font>:
</p>

<table align="left" border="0" width="100%" cellspacing="20">
  <tr><td><a href="http://cimg.eu/files/CImg_latest.zip">
        <img src="img/item_standard_package.jpg" border="0" alt="Standard Package"
             onmouseover="this.src='img/item_standard_package2.jpg';"
             onmouseout="this.src='img/item_standard_package.jpg';" /></a></td>
    <td><hr noshade="noshade" size="1" width="100%"></hr>
      The <font color="#000066"><b>CImg Library</b></font> is mainly provided as
      <a href="http://cimg.eu/files/CImg_latest.zip">
        <i>.zip</i> package</a>
    which is <b>platform-independent</b>.
    It contains all the required files, as well as various examples (which must be compiled),
    illustrating the use of the library functions and classes.<br/>
</td></tr>
<tr><td><a href="https://github.com/dtschump/CImg">
      <img src="img/item_sources.jpg" border="0" alt="Sources Repository"
           onmouseover="this.src='img/item_sources2.jpg';"
           onmouseout="this.src='img/item_sources.jpg';" /></a></td>
  <td><hr noshade="noshade" size="1" width="100%"></hr>
    You may be also more adventurous and try the current development version with <a href="http://git-scm.com/"><b>git</b></a>.
    This ensures you will get the latest code available, and will ease the
    updates as well. To do this, just
    type the commands : <br/><br/>
        <table cellpadding="10" cellspacing="0" border="0" bgcolor="#E0E0E0"><tr><td>
              <font size="-1"><i>
                  <a href="https://github.com/dtschump/CImg">git clone https://github.com/dtschump/CImg.git</a>
              </i></font>
        </td></tr></table>
        <br/>in your favorite console. Nevertheless, you have to know that some code in the source repository
          is under development and may be experimental, so always test the latest stable archive before complaining !
      </td></tr>
    </table>

</div></div><div id="footer"><img alt="" src="images/footer.jpg" /></div></div>

<!--#include file="footer.html" -->