Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtschump committed May 28, 2024
2 parents b3a3b3d + fce9569 commit cd08d4a
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
42 changes: 21 additions & 21 deletions html/header.html
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>The CImg Library - C++ Template Image Processing Toolkit</title>
<title>The CImg Library - C++ Template Image Processing Toolkit</title>
<meta charset="utf-8">
<meta name="author" content="David Tschumperlé">
<meta name="description" content="A full-featured open-source framework for processing generic image (2D,3D,3D+t) with multiple interfaces: command-line (cli), gimp plug-in, web service, Qt plug-in, C++ library">
<meta name="keywords" content="open-source, image processing, command-line tool, GIMP plug-in, Krita plug-in, Paint.NET plug-in, C++ library, ZArt">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<meta name="description" content="A full-featured open-source framework for processing generic image (2D,3D,3D+t) with multiple interfaces: command-line (cli), gimp plug-in, web service, Qt plug-in, C++ library">
<meta name="keywords" content="open-source, image processing, command-line tool, GIMP plug-in, Krita plug-in, Paint.NET plug-in, C++ library, ZArt">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="style.css">

<!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
<!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
<script>
window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":null,"theme":"dark-bottom"};
window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":null,"theme":"dark-bottom"};
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.9/cookieconsent.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.9/cookieconsent.min.js"></script>
<!-- End Cookie Consent plugin -->
</head>
<body>

<!-- Logo and caption -->
<div class="header">
<a href="index.html"><img alt="Logo" src="img/logo_header.jpg" class="center_image" style="margin-top:1em;"/></a>
<a href="index.html"><img alt="Logo" src="img/logo_header.jpg" class="center_image" style="margin-top:1em;"/></a>
<h2 style="padding-bottom: 1em">
Latest stable version: <b><a href="http://cimg.eu/files/CImg_.zip">3.3.6</a></b> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Current pre-release: <b><a href="http://cimg.eu/files/CImg_latest.zip">3.3.7</a></b> (2024/05/16)
Latest stable version: <b><a href="http://cimg.eu/files/CImg_.zip">3.3.6</a></b> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Current pre-release: <b><a href="http://cimg.eu/files/CImg_latest.zip">3.3.7</a></b> (2024/05/28)
</h2>

<hr/>
Expand All @@ -32,32 +32,32 @@ <h2 style="padding-bottom: 1em">
<div id='cssmenu'>
<ul>
<li><a href='index.html'><span>
<img alt="Home" src='img/menu_home.png' />&nbsp;&nbsp;
<img alt="Home" src='img/menu_home.png' />&nbsp;&nbsp;
Home</span></a></li>
<li><a href='download.html'><span>
<img alt="Download" src='img/menu_download.png' />&nbsp;&nbsp;
<img alt="Download" src='img/menu_download.png' />&nbsp;&nbsp;
Download</span></a></li>
<li><a href='screenshots.html'><span>
<img alt="Screenshots" src='img/menu_screenshots.png' />&nbsp;&nbsp;
<img alt="Screenshots" src='img/menu_screenshots.png' />&nbsp;&nbsp;
Screenshots</span></a></li>
<!-- <li><a href='reference/faq.html'><span> -->
<!-- <img alt="FAQ" src='img/menu_faq.png' />&nbsp;&nbsp; -->
<!-- <img alt="FAQ" src='img/menu_faq.png' />&nbsp;&nbsp; -->
<!-- FAQ</span></a></li> -->
<li><a href='reference/tutorial.html'><span>
<img alt="Tutorial" src='img/menu_tutorial.png' />&nbsp;&nbsp;
<img alt="Tutorial" src='img/menu_tutorial.png' />&nbsp;&nbsp;
Tutorial</span></a>
<li><a href='reference/'><span>
<img alt="Documentation" src='img/menu_reference.png' />&nbsp;&nbsp;
<img alt="Documentation" src='img/menu_reference.png' />&nbsp;&nbsp;
Documentation</span></a></li>
<li><a href='https://github.com/GreycLab/CImg/issues'><span>
<img alt="Report Issue" src='img/menu_issue.png' />&nbsp;&nbsp;
<li><a href='https://github.com/GreycLab/CImg/issues'><span>
<img alt="Report Issue" src='img/menu_issue.png' />&nbsp;&nbsp;
Report Issue</span></a>
<li><a href='links.html'><span>
<img alt="Links" src='img/menu_links.png' />&nbsp;&nbsp;
<img alt="Links" src='img/menu_links.png' />&nbsp;&nbsp;
Links</span></a></li>
<li><a target="_blank" href='https://www.taylorfrancis.com/books/mono/10.1201/9781003323693/digital-image-processing-vincent-barra-christophe-tilmant-david-tschumperle'><span style="background-color:khaki">
<img alt="Book" src='img/menu_tutorial.png' />&nbsp;&nbsp;
<span style="color: forestgreen">Book</span></span></a></li>
<li><a target="_blank" href='https://www.taylorfrancis.com/books/mono/10.1201/9781003323693/digital-image-processing-vincent-barra-christophe-tilmant-david-tschumperle'><span style="background-color:khaki">
<img alt="Book" src='img/menu_tutorial.png' />&nbsp;&nbsp;
<span style="color: forestgreen">Book</span></span></a></li>
</ul>
</div>
<hr/>
Expand Down
40 changes: 20 additions & 20 deletions html/header_doxygen.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>The CImg Library - C++ Template Image Processing Toolkit - Reference Documentation</title>
<title>The CImg Library - C++ Template Image Processing Toolkit - Reference Documentation</title>
<meta charset="utf-8">
<meta name="author" content="David Tschumperlé">
<meta name="description" content="A full-featured open-source framework for processing generic image (2D,3D,3D+t) with multiple interfaces: command-line (cli), gimp plug-in, web service, Qt plug-in, C++ library">
<meta name="keywords" content="open-source, image processing, command-line tool, GIMP plug-in, Krita plug-in, Paint.NET plug-in, C++ library, ZArt">
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico">
<meta name="description" content="A full-featured open-source framework for processing generic image (2D,3D,3D+t) with multiple interfaces: command-line (cli), gimp plug-in, web service, Qt plug-in, C++ library">
<meta name="keywords" content="open-source, image processing, command-line tool, GIMP plug-in, Krita plug-in, Paint.NET plug-in, C++ library, ZArt">
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico">
<link rel="icon" type="image/png" href="../favicon.png">
<link rel="stylesheet" href="doxygen.css" type="text/css">
<link rel="stylesheet" href="tabs.css" type="text/css">
Expand All @@ -15,7 +15,7 @@
<script src="dynsections.js"></script>
<style>
.PageDoc .header { width: 100%; }
.textblock h2, .textblock h1 { color: black; font-weight: bold; font-size: larger; text-align: left; }
.textblock h2, .textblock h1 { color: black; font-weight: bold; font-size: larger; text-align: left; }
.header { width: 100%; }
div.fragment { padding: 1em; }
</style>
Expand All @@ -24,9 +24,9 @@

<!-- Logo and caption -->
<div class="header">
<a href="../index.html"><img alt="Logo" src="../img/logo_header.jpg" class="center_image" style="margin-top:1em;"/></a>
<a href="../index.html"><img alt="Logo" src="../img/logo_header.jpg" class="center_image" style="margin-top:1em;"/></a>
<h2 style="padding-bottom: 1em">
Latest stable version: <b><a href="http://cimg.eu/files/CImg_.zip">3.3.6</a></b> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Current pre-release: <b><a href="http://cimg.eu/files/CImg_latest.zip">3.3.7</a></b> (2024/05/16)
Latest stable version: <b><a href="http://cimg.eu/files/CImg_.zip">3.3.6</a></b> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Current pre-release: <b><a href="http://cimg.eu/files/CImg_latest.zip">3.3.7</a></b> (2024/05/28)
</h2>

<hr/>
Expand All @@ -35,35 +35,35 @@ <h2 style="padding-bottom: 1em">
<div id='cssmenu'>
<ul>
<li><a href='../index.html'><span>
<img alt="Home" src='../img/menu_home.png' />&nbsp;&nbsp;
<img alt="Home" src='../img/menu_home.png' />&nbsp;&nbsp;
Home</span></a></li>
<li><a href='../download.html'><span>
<img alt="Download" src='../img/menu_download.png' />&nbsp;&nbsp;
<img alt="Download" src='../img/menu_download.png' />&nbsp;&nbsp;
Download</span></a></li>
<li><a href='../screenshots.html'><span>
<img alt="Screenshots" src='../img/menu_screenshots.png' />&nbsp;&nbsp;
<img alt="Screenshots" src='../img/menu_screenshots.png' />&nbsp;&nbsp;
Screenshots</span></a></li>
<!-- <li><a href='../reference/faq.html'><span> -->
<!-- <img alt="FAQ" src='../img/menu_faq.png' />&nbsp;&nbsp; -->
<!-- <img alt="FAQ" src='../img/menu_faq.png' />&nbsp;&nbsp; -->
<!-- FAQ</span></a></li> -->
<li><a href='../reference/tutorial.html'><span>
<img alt="Tutorial" src='../img/menu_tutorial.png' />&nbsp;&nbsp;
<img alt="Tutorial" src='../img/menu_tutorial.png' />&nbsp;&nbsp;
Tutorial</span></a>
<li><a href='../reference/'><span>
<img alt="Documentation" src='../img/menu_reference.png' />&nbsp;&nbsp;
<img alt="Documentation" src='../img/menu_reference.png' />&nbsp;&nbsp;
Documentation</span></a></li>
<li><a href='https://github.com/GreycLab/CImg/issues'><span>
<img alt="Report Issue" src='../img/menu_issue.png' />&nbsp;&nbsp;
<li><a href='https://github.com/GreycLab/CImg/issues'><span>
<img alt="Report Issue" src='../img/menu_issue.png' />&nbsp;&nbsp;
Report Issue</span></a>
<li><a href='../links.html'><span>
<img alt="Links" src='../img/menu_links.png' />&nbsp;&nbsp;
<img alt="Links" src='../img/menu_links.png' />&nbsp;&nbsp;
Links</span></a></li>
<li><a target="_blank" href='https://www.taylorfrancis.com/books/mono/10.1201/9781003323693/digital-image-processing-vincent-barra-christophe-tilmant-david-tschumperle'><span style="background-color:khaki">
<img alt="Book" src='img/menu_tutorial.png' />&nbsp;&nbsp;
<span style="color: forestgreen">Book</span></span></a></li>
<li><a target="_blank" href='https://www.taylorfrancis.com/books/mono/10.1201/9781003323693/digital-image-processing-vincent-barra-christophe-tilmant-david-tschumperle'><span style="background-color:khaki">
<img alt="Book" src='img/menu_tutorial.png' />&nbsp;&nbsp;
<span style="color: forestgreen">Book</span></span></a></li>
</ul>
</div>
<hr/>
<div style="min-height:1em"></div>

<div class="section_title"><p>Reference</p></div><div class="section_content"><div>
<div class="section_title"><p>Reference</p></div><div class="section_content"><div>

0 comments on commit cd08d4a

Please sign in to comment.