⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 head.html

📁 this a image processing program
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
<html>
  <head>
    <meta http-equiv="Content-Type"
      content="text/html; charset=iso-8859-1">
    <title>The CImg Library - C++ Template Image Processing Library</title>
    <meta content="David Tschumperle" name="author">
    <link rel="shortcut icon" type="image/x-icon"
      href="http://cimg.sourceforge.net/favicon.ico">
    <link rel="icon" type="image/png" href="favicon.png">
    <style type="text/css" media=screen>
    <!--
    a:active{text-decoration:none; color:#303090}
    a:link{text-decoration:none; color:#303090}
    a:visited{text-decoration:none; color:#303090}
    a:hover{text-decoration:underline; color:#4E9F71}
    -->
    </style>
    <script language="JavaScript">
      <!-- Original:  Eric King (eric_andrew_king@hotmail.com) is used to display images in popup windows -->
      <!-- Web Site:  http://redrival.com/eak/ -->
      <!-- This script and many more are available free online at -->
      <!-- The JavaScript Source!! http://javascript.internet.com -->
      <!-- Begin
      function NewWindow(mypage, myname, w, h, scroll) {
      var winl = (screen.width - w) / 2;
      var wint = (screen.height - h) / 2;
      winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
      win = window.open(mypage, myname, winprops)
      if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
      }
      //  End -->
    </script>
  </head>
  <body fgcolor="#000000" alink="#ff0000" bgcolor="#ffffff" link="#0000ee" vlink="#551a8b">
    <table align="center" border="0" cellpadding="0" cellspacing="0"
      width="1024">
      <tbody>
	<tr>
	  <td>
	    <hr noshade="noshade" size="1" width="100%">
	    <center> <a href="http://cimg.sourceforge.net"><img
		  src="img/CImgLogo2.jpg" border="0"><img src="img/CImgLogo.jpg"
		  border="0"></a><br>
	      <table style="width: 100%; text-align: left;" border="0"
		cellpadding="2" cellspacing="2">
		<tbody>
		  <tr>
		    <td style="vertical-align: top; text-align: right;"><font
			face="Arial,Helvetica"><big>&nbsp;&nbsp;<b>C++ Template Image Processing Library.</b></big></font>
</td>
		    <td style="vertical-align: top; text-align: right;">
		      <a href="http://www.cnrs.fr/"><img src="img/logoCNRS.gif" border="0"></a>&nbsp;
		      <a href="http://www.greyc.ensicaen.fr/EquipeImage/"><img src="img/logoGREYC.gif" border="0"></a>&nbsp;
		      <a href="http://www-sop.inria.fr"><img src="img/logoINRIA.gif" border="0"></a>
		    </td>
		  </tr>
		</tbody>
	      </table>
	    </center>
	    <hr noshade="noshade" size="1" width="100%">
	    <center>
	      <table
		style="width: 100%; text-align: left; margin-left: auto; margin-right: auto; background-color: rgb(238, 238, 255);"
		border="0" cellpadding="3" cellspacing="0">
		<tbody>
		  <tr>
		    <td style="text-align: center; vertical-align: top;"> <font
			face="Arial,Helvetica" color="#FFFFFF" size="-1">
			 <b>[</b> <a target="_parent" href="index.shtml">Introduction</a> <b>]</b>-<b>[</b>
			 <a target="_parent" href="news.shtml">News</a><b>] </b>-<b>[</b>
			 <a target="_parent" href="download.shtml">Download</a> <b>]</b>-<b>[</b>
			 <a target="_parent" href="screenshots.shtml">Screenshots</a> <b>]</b>-<b>[</b>
                         <a target="_parent" href="reference/group__cimg__faq.html">FAQ</a> <b>]</b>-<b>[</b>
			 <a target="_parent" href="reference/group__cimg__tutorial.html">Tutorial</a> <b>]</b>-<b>[</b>
			 <a target="_parent" href="links.shtml">Links</a> <b>]</b>-<b>[</b>
			 <a target="_parent" href="http://sourceforge.net/forum/forum.php?forum_id=334630">Forum-Eng</a> <b>]</b>-<b>[</b>
			 <a target="_parent" href="http://sourceforge.net/forum/forum.php?forum_id=421080">Forum-Fr</a> <b>]</b>-<b>[</b>
			 <a target="_parent" href="reference/index.html">Reference</a> <b>]</b>-<b>[</b>
			 <a target="_parent" href="http://sourceforge.net/projects/cimg/">SourceForge Repository</a> <b>]</b>
		    </font></td>
		  </tr>
		</tbody>
	      </table>
	    </center>
	    <hr noshade="noshade" size="1" width="100%">
	    <noscript> </noscript>
	  </td>
	</tr>
      </tbody>
    </table>
  </body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -