Skip to content
Snippets Groups Projects
Commit 2811b338 authored by David Tschumperlé's avatar David Tschumperlé
Browse files

.

parents bcac4f4f de6c1d7b
No related branches found
No related tags found
No related merge requests found
<xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta>
<title>The CImg Library - C++ Template Image Processing Toolkit</title> <title>The CImg Library - C++ Template Image Processing Toolkit</title>
<meta content="David Tschumperle" name="author"></meta> <meta content="David Tschumperle" name="author"></meta>
<link rel="shortcut icon" type="image/x-icon" href="http://cimg.eu/favicon.ico"></link> <link rel="shortcut icon" type="image/x-icon" href="http://cimg.eu/favicon.ico"></link>
<link rel="icon" type="image/png" href="favicon.png"></link> <link rel="icon" type="image/png" href="favicon.png"></link>
<link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css">
<style type="text/css"> <style type="text/css">
<!-- <!--
body {background-color:#000000; font-family:sans-serif; } body {background-color:#000000; font-family:sans-serif; }
a { font-weight:bold; color:#636363; } a { font-weight:bold; color:#636363; }
a:active{text-decoration:none; color:#000000} a:active{text-decoration:none; color:#000000}
a:link{text-decoration:none; color:#000000} a:link{text-decoration:none; color:#000000}
a:visited{text-decoration:none; color:#000000} a:visited{text-decoration:none; color:#000000}
a:hover{text-decoration:underline; color:#4E9F71} a:hover{text-decoration:underline; color:#4E9F71}
--> -->
</style> </style>
<script language="JavaScript" type="text/javascript"> <script language="JavaScript" type="text/javascript">
<!-- Original: Eric King (eric_andrew_king@hotmail.com) is used to display images in popup windows --> <!-- Original: Eric King (eric_andrew_king@hotmail.com) is used to display images in popup windows -->
<!-- Web Site: http://redrival.com/eak/ --> <!-- Web Site: http://redrival.com/eak/ -->
<!-- This script and many more are available free online at --> <!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com --> <!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin <!-- Begin
function NewWindow(mypage, myname, w, h, scroll) { function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2; var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2; var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable' winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops) win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); } if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
} }
// End --> // End -->
</script> </script>
<script type="text/javascript" src="../jquery-1.11.0.min.js"></script> <script type="text/javascript" src="../jquery-1.11.0.min.js"></script>
</head> </head>
<body> <body>
<table align="center" cellpadding="0" cellspacing="0" width="1000" style="border-style:solid; border-width:0px; border-color:black" bgcolor="#DDDDDD"> <table align="center" cellpadding="0" cellspacing="0" width="1000" style="border-style:solid; border-width:0px; border-color:black" bgcolor="#DDDDDD">
<tr bgcolor="#FFFFFF"><td> <tr bgcolor="#FFFFFF"><td>
<center> <center>
<br/><br/> <br/><br/>
<a href="http://cimg.eu"><img src="http://cimg.eu/img/CImgLogo2.jpg" alt="" border="0" /></a><br/> <a href="http://cimg.eu"><img src="http://cimg.eu/img/CImgLogo2.jpg" alt="" border="0" /></a><br/>
</center> </center>
<center><font size="-1" color="#777777"> <center><font size="-1" color="#777777">
Latest stable version: <b><a href="https://cimg.eu/download.shtml">2.3.6</a></b> Latest stable version: <b><a href="https://cimg.eu/download.shtml">2.3.6</a></b>
</font></center> </font></center>
</td></tr> </td></tr>
<tr bgcolor="#FFFFFF"><td><hr noshade size="1" style="border-top: 1px solid #ccc;"/></td></tr> <tr bgcolor="#FFFFFF"><td><hr noshade size="1" style="border-top: 1px solid #ccc;"/></td></tr>
<tr><td> <tr><td>
<table width="95%" align="center"> <table width="95%" align="center">
<tr> <tr>
<td align="center"> <td align="center">
<script type="text/javascript" src="../cimgmenu/cimgmenu.js"></script> <script type="text/javascript" src="../cimgmenu/cimgmenu.js"></script>
<div id="cimgmenu"></div> <div id="cimgmenu"></div>
<noscript> <noscript>
<a href="http://cimg.eu">Home</a> <a href="http://cimg.eu">Home</a>
<a href="http://cimg.eu/download.shtml">Download</a> <a href="http://cimg.eu/download.shtml">Download</a>
<a href="http://cimg.eu/screenshots.shtml">Screenshots</a> <a href="http://cimg.eu/screenshots.shtml">Screenshots</a>
<a href="http://cimg.eu/reference/group__cimg__faq.html">FAQ</a> <a href="http://cimg.eu/reference/group__cimg__faq.html">FAQ</a>
<a href="http://cimg.eu/reference/group__cimg__tutorial.html">Tutorial</a> <a href="http://cimg.eu/reference/group__cimg__tutorial.html">Tutorial</a>
<a href="http://cimg.eu/reference/index.html">Documentation</a> <a href="http://cimg.eu/reference/index.html">Documentation</a>
<a href="https://github.com/dtschump/CImg/issues">Forum</a> <a href="https://github.com/dtschump/CImg/issues">Forum</a>
<a href="http://cimg.eu/links.shtml">Links</a> <a href="http://cimg.eu/links.shtml">Links</a>
</noscript> </noscript>
</td> </td>
</tr> </tr>
</table> </table>
</td></tr> </td></tr>
<tr bgcolor="#FFFFFF"><td><hr noshade size="1" style="border-top: 1px solid #ccc;"/></td></tr> <tr bgcolor="#FFFFFF"><td><hr noshade size="1" style="border-top: 1px solid #ccc;"/></td></tr>
</table> </table>
<table align="center" cellpadding="12" cellspacing="0" width="1000" style="border-style:solid; border-width:0px; border-color:black" bgcolor="#FFFFFF"> <table align="center" cellpadding="12" cellspacing="0" width="1000" style="border-style:solid; border-width:0px; border-color:black" bgcolor="#FFFFFF">
<tr><td> <tr><td>
...@@ -121,8 +121,10 @@ cd $SRC_DIR/html ...@@ -121,8 +121,10 @@ cd $SRC_DIR/html
if [ "$1" == "final" ]; then if [ "$1" == "final" ]; then
gmic _update_header_html header.html,${VERSION},0 gmic _update_header_html header.html,${VERSION},0
gmic _update_header_html header_reference.html,${VERSION},0
else else
gmic _update_header_html header.html,${VERSION},1 gmic _update_header_html header.html,${VERSION},1
gmic _update_header_html header_reference.html,${VERSION},1
fi fi
echo -e "\n** Log generated by 'doxygen' **\n\n">>$LOG_FILE echo -e "\n** Log generated by 'doxygen' **\n\n">>$LOG_FILE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment