blob: dc869030294c5cd4ef7bb90416c7ec8f1d8f4a67 [file] [log] [blame]
Austin Schuh8c794d52019-03-03 21:17:37 -08001<html 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 href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css' />
7 <link rel="shortcut icon" type="image/x-icon" href="http://cimg.eu/favicon.ico"></link>
8 <link rel="icon" type="image/png" href="favicon.png"></link>
9 <link href="style.css" rel="stylesheet" type="text/css" />
10 <style type="text/css">
11 <!--
12 body {background-color:#000000; font-family:sans-serif; }
13 a { font-weight:bold; color:#636363; }
14 a:active{text-decoration:none; color:#000000}
15 a:link{text-decoration:none; color:#000000}
16 a:visited{text-decoration:none; color:#000000}
17 a:hover{text-decoration:underline; color:#4E9F71}
18 -->
19 </style>
20 <script language="JavaScript" type="text/javascript">
21 <!-- Original: Eric King (eric_andrew_king@hotmail.com) is used to display images in popup windows -->
22 <!-- Web Site: http://redrival.com/eak/ -->
23 <!-- This script and many more are available free online at -->
24 <!-- The JavaScript Source!! http://javascript.internet.com -->
25 <!-- Begin
26 function NewWindow(mypage, myname, w, h, scroll) {
27 var winl = (screen.width - w) / 2;
28 var wint = (screen.height - h) / 2;
29 winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
30 win = window.open(mypage, myname, winprops)
31 if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
32 }
33 // End -->
34 </script>
35
36 <script type="text/javascript" src="jquery-1.11.0.min.js"></script>
37
38 </head>
39
40 <body>
41 <table align="center" border="0" cellpadding="0" cellspacing="0" width="1000" style="border-style:solid; border-width:0px; border-color:black" bgcolor="#DDDDDD">
42 <tr bgcolor="#FFFFFF"><td>
43 <center>
44 <br/><br/>
45 <a href="http://cimg.eu"><img src="http://cimg.eu/img/CImgLogo2.jpg" alt="" border="0" /></a><br/>
46 </center>
47 <center><font size="-1" color="#777777">
48 Latest stable version: <b><a href="http://cimg.eu/files/CImg_2.4.4.zip">2.4.4</a></b>
49 </font></center>
50 </td></tr>
51 <tr bgcolor="#FFFFFF"><td><hr noshade size="1" style="border-top: 1px solid #ccc;"/></td></tr>
52 <tr><td>
53 <table width="95%" align="center">
54 <tr>
55 <td align="center">
56 <script type="text/javascript" src="./cimgmenu/cimgmenu.js"></script>
57 <div id="cimgmenu"></div>
58 <noscript>
59 <a href="http://cimg.eu">Home</a>
60 <a href="http://cimg.eu/download.shtml">Download</a>
61 <a href="http://cimg.eu/screenshots.shtml">Screenshots</a>
62 <a href="http://cimg.eu/reference/group__cimg__faq.html">FAQ</a>
63 <a href="http://cimg.eu/reference/group__cimg__tutorial.html">Tutorial</a>
64 <a href="http://cimg.eu/reference/index.html">Documentation</a>
65 <a href="https://github.com/dtschump/CImg/issues">Forum</a>
66 <a href="http://cimg.eu/links.shtml">Links</a>
67 </noscript>
68 </td>
69 </tr>
70 </table>
71 </td></tr>
72 <tr bgcolor="#FFFFFF"><td><hr noshade size="1" style="border-top: 1px solid #ccc;"/></td></tr>
73 </table>