news.shtml

来自「this a image processing program」· SHTML 代码 · 共 85 行

SHTML
85
字号
<!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 : News</title>    <meta content="David Tschumperle" name="author">  </head>  <body bgcolor="#ffffff" alink="#ff0000" link="#0000ee" vlink="#551a8b">    <!--#include file="head.html" -->   <font face="Arial,Helvetica" size="-1">    <img src="img/item_news.jpg">      <blockquote>        Here are the latest news about the CImg project.      </blockquote>     </font><!-- ###################### --><font face="Arial,Helvetica"><font size="-1"><center><table bgcolor="#f0f1f5" border="0" cellpadding="2" cellspacing="0" width="900"><tbody><tr bgcolor="#d0f0d0"><td><b>CImg 1.2.0 Released</b><font size="-2">(2007/04/18, 15:36pm)</font></td></tr><tr><td><blockquote><font face="Arial,Helvetica"><font size="-1">The CImg 1.2.0 package have been released. Here is the CHANGELOG :<br/><br/><font color="#D00000">*-----------------------------<br/>*-----------------------------<br/>* Changes from 1.1.9 to 1.2.0<br/>*-----------------------------<br/>*-----------------------------<br/><br/>* New features :<br/>     - Added function 'CImg<T>::draw_grid()' that draws a grid on the instance image<br/>     (useful when combined with CImg<T>::draw_axis and CImg<T>::draw_graph).<br/>     - Added multi-threading support in GREYCstoration plugin and command line version.<br/>     - Added support for GraphicsMagick conversion tools (http://www.graphicsmagick.org).<br/>     - Added plugin 'integral_line.h' that define functions to track integral lines in images.<br/>     - Added CTRL+key combinations in 'CImg<T>::display_object3d' and 'CImg<T>::feature_selection()' :<br/>        - CTRL+S : Save snapshot.<br/>        - CTRL+D : Double window resolution.<br/>        - CTRL+C : Divide window resolution.<br/>        - CTRL+F : Fullscreen mode.<br/>     - Added new normalization mode=3, now set by default when using CImgDisplay. Try to adapt<br/>     the display normalization to the image type.<br/>     - Added new example 'edge_explorer.cpp' (thanks to Orges Leka).<br/>     - Added new example 'greycstoration4gimp.cpp' (which is a GREYCstoration plugin for the Gimp, thanks<br/>     to Grzegorz Szwoch)<br/>     - Added functions 'CImg<T>::[get]_round()' that round values of an image.<br/>     - Added function 'CImg<T>::draw_line()' able to draw joined set of segments.<br/>     - Added interpolation_type=-1 for 'CImg<T>::resize()' corresponding to raw memory resizing, without     interpolation.<br/>     - Added function 'CImg<T>::permute_axes()' that can be used to swap order of image axes     (useful for converting ...RRRRRRGGGGGBBBBB... to ...RGBRGBRGBRGB....)<br/>     - Added support for NIFTI files (extension '.nii') added in 'CImg<T>::load_analyze()'.<br/>     - Added function 'CImg<T>::[get_]displacement_field()' that can estimate displacement field between two images.<br/>     - Added default constructor for the 'CImgDisplay' class, which creates a window initially in the 'closed' state.<br/>     - Added directory 'compilation/unix_debian_package' for easy construction of .deb package for CImg.<br/>     - Added new search parth to find 'medcon' on Windows.<br/><br/>* Optimizations / Modifications :<br/>     - Renamed all '*_convert' functions to '*_imagemagick'.<br/>     - Fonction CImg<T>::draw_object3d() has been slightly optimized (light computation for     outside primitives is not done anymore).<br/>     - Small changes in cimg:: traits.<br/>     - Removed 'precision' arguments in 'CImg<T>::draw_axis()'.<br/>     - The use of non in-place arithmetical operators is now possible in plug-ins.<br/><br/>* Bug corrections :<br/>     - Versions of 'CImg<T>::load_tiff()' and 'CImg<T>::save_tiff()' that use libtiff has been     debugged and improved.<br/>     - fread() and fwrite() has been recoded to handle the Windows file size limit of 64Mb over network     (this is a Windows bug !).<br/>     - GREYCstoration plugin has been modified to better deal with 16 and 32bits images.<br/>     - And many other small bug corrections....<br/></font></center></font></blockquote></td></tr></table></center></font><br/><!-- ###################### --><font face="Arial,Helvetica"><font size="-1"><center><table bgcolor="#f0f1f5" border="0" cellpadding="2" cellspacing="0" width="900"><tbody><tr bgcolor="#d0f0d0"><td><b>New way of installing CImg for Debian-based Unix distributions</b><font size="-2">(2007/03/26, 10:00am)</font></td></tr><tr><td><blockquote><font face="Arial,Helvetica"><font size="-1">Many thanks to Fran鏾is-Xavier Dup

⌨️ 快捷键说明

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