PTdecode/CImg-1.3.0/html/header.html

Wed, 05 Aug 2009 15:00:54 +0100

author
Philip Pemberton <philpem@philpem.me.uk>
date
Wed, 05 Aug 2009 15:00:54 +0100
changeset 12
96e1df9bd27c
parent 5
1204ebf9340d
permissions
-rwxr-xr-x

small changes to hexdump code to stop a gcc warning on platforms where sizeof(int) != sizeof(int*) e.g. x86_64

philpem@5 1 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
philpem@5 2 <head>
philpem@5 3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta>
philpem@5 4 <title>The CImg Library - C++ Template Image Processing Toolkit</title>
philpem@5 5 <meta content="David Tschumperle" name="author"></meta>
philpem@5 6 <link rel="shortcut icon" type="image/x-icon" href="http://cimg.sourceforge.net/favicon.ico"></link>
philpem@5 7 <link rel="icon" type="image/png" href="favicon.png"></link>
philpem@5 8 <style type="text/css">
philpem@5 9 <!--
philpem@5 10 body {background-color:white; font-family:sans-serif; }
philpem@5 11 a:active{text-decoration:none; color:#303090}
philpem@5 12 a:link{text-decoration:none; color:#303090}
philpem@5 13 a:visited{text-decoration:none; color:#303090}
philpem@5 14 a:hover{text-decoration:underline; color:#4E9F71}
philpem@5 15 -->
philpem@5 16 </style>
philpem@5 17 <script language="JavaScript" type="text/javascript">
philpem@5 18 <!-- Original: Eric King (eric_andrew_king@hotmail.com) is used to display images in popup windows -->
philpem@5 19 <!-- Web Site: http://redrival.com/eak/ -->
philpem@5 20 <!-- This script and many more are available free online at -->
philpem@5 21 <!-- The JavaScript Source!! http://javascript.internet.com -->
philpem@5 22 <!-- Begin
philpem@5 23 function NewWindow(mypage, myname, w, h, scroll) {
philpem@5 24 var winl = (screen.width - w) / 2;
philpem@5 25 var wint = (screen.height - h) / 2;
philpem@5 26 winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
philpem@5 27 win = window.open(mypage, myname, winprops)
philpem@5 28 if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
philpem@5 29 }
philpem@5 30 // End -->
philpem@5 31 </script>
philpem@5 32 </head>
philpem@5 33 <body>
philpem@5 34 <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
philpem@5 35 <tbody><tr><td>
philpem@5 36 <hr noshade="noshade" size="1" width="90%"></hr>
philpem@5 37 <center>
philpem@5 38 <br/>
philpem@5 39 <a href="http://cimg.sourceforge.net"><img src="http://cimg.sourceforge.net/img/CImgLogo.jpg" alt="" border="0"></img></a><br/>
philpem@5 40 <br/>
philpem@5 41 </center>
philpem@5 42 <hr noshade="noshade" size="1" width="90%"></hr>
philpem@5 43 <center>
philpem@5 44 <table bgcolor="#EEEEFF" style="width: 90%; text-align: left; margin-left: auto; margin-right: auto;" border="0" cellpadding="3" cellspacing="0">
philpem@5 45 <tbody><tr><td style="text-align: center; vertical-align: top;">
philpem@5 46 <font color="#FFFFFF" face="Arial,Helvetica" size="-1">
philpem@5 47 <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/index.shtml">Main</a> <b>]</b>
philpem@5 48 <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/news.shtml">News</a><b>] </b>
philpem@5 49 <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/download.shtml">Download</a> <b>]</b>
philpem@5 50 <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/screenshots.shtml">Screenshots</a> <b>]</b>
philpem@5 51 <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/reference/group__cimg__faq.html">FAQ</a> <b>]</b>
philpem@5 52 <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/reference/group__cimg__tutorial.html">Tutorial</a> <b>]</b>
philpem@5 53 <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/reference/index.html">Documentation</a> <b>]</b>
philpem@5 54 <b>[</b> <a target="_parent" href="http://sourceforge.net/forum/forum.php?forum_id=334630">Forum</a> <b>]</b>
philpem@5 55 <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/chat.shtml">Chat</a> <b>]</b>
philpem@5 56 <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/links.shtml">Links</a> <b>]</b>
philpem@5 57 </font>
philpem@5 58 </td></tr></tbody>
philpem@5 59 </table>
philpem@5 60 </center>
philpem@5 61 <hr noshade="noshade" size="1" width="90%"></hr>
philpem@5 62 </td></tr></tbody>
philpem@5 63 </table>