diff options
author | scuri <scuri> | 2009-10-01 14:43:41 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-10-01 14:43:41 +0000 |
commit | 2ebbd68dd0ecafb8531f71ee3dfab5c2647be1ae (patch) | |
tree | f44659b032253271e184126c07d5e2a1957ee442 /html | |
parent | 537ce7ddb32932a2100ae767b1eca51a9dd1c35f (diff) |
*** empty log message ***
Diffstat (limited to 'html')
-rw-r--r-- | html/en/history.html | 11 | ||||
-rw-r--r-- | html/en/home.html | 2 | ||||
-rw-r--r-- | html/wb/wb_usr.lua | 2 | ||||
-rw-r--r-- | html/wb_title.html | 2 |
4 files changed, 10 insertions, 7 deletions
diff --git a/html/en/history.html b/html/en/history.html index 27c8626..f7b32fd 100644 --- a/html/en/history.html +++ b/html/en/history.html @@ -12,7 +12,7 @@ <h1>History of Changes</h1> <h3 dir="ltr"> - CVS (28/Set/2009)</h3> + <a href="http://sourceforge.net/projects/imtoolkit/files/3.5/">Version 3.5</a> (02/Oct/2009)</h3> <ul> <li><span style="color: #0000FF">New:</span> functions <strong> imProcessUnsharp</strong> and <strong>imProcessSharp</strong>.</li> @@ -30,9 +30,12 @@ 1.2.39. Removed changes to the library that made it incompatible with other libPNG distributions.</li> <li><span style="color: #008000">Changed:</span> libLZF updated to - version 3.5. libJPEG updated to - version 7. libEXIF updated to version 0.6.17. libTIFF updated to version - 3.9.0.</li> + version 3.5.</li> + <li><span style="color: #008000">Changed:</span> libJPEG updated to + version 7.</li> + <li><span style="color: #008000">Changed:</span> libEXIF updated to version 0.6.17.<br> + <span style="color: #008000">Changed:</span> libTIFF updated to version + 3.9.1.</li> <li><span style="color: #008000">Changed:</span> library im_fftw3 to use an external library.</li> <li><span style="color: #008000">Changed: <span diff --git a/html/en/home.html b/html/en/home.html index 2d1388c..cbc13ad 100644 --- a/html/en/home.html +++ b/html/en/home.html @@ -10,7 +10,7 @@ <body bgcolor="#FFFFFF"> <div class="homeTitle">IM</div> <div class="homeDescription">Image Representation, Storage, Capture and Processing</div> -<div class="homeVersion">Version 3.4</div> +<div class="homeVersion">Version 3.5</div> <hr> <p><strong>IM</strong> is a toolkit for Digital Imaging. IM is based on 4 concepts: Image Representation, Storage, Processing and Capture. The main goal of the library is to provide a simple API and abstraction of images for scientific diff --git a/html/wb/wb_usr.lua b/html/wb/wb_usr.lua index 05cb254..6e9e9d2 100644 --- a/html/wb/wb_usr.lua +++ b/html/wb/wb_usr.lua @@ -12,7 +12,7 @@ wb_usr = { wb_usr.messages = { en = { - bar_title = "IM - Version 3.4", + bar_title = "IM - Version 3.5", title = "IM - An Imaging Tool", } } diff --git a/html/wb_title.html b/html/wb_title.html index a0c45d9..fcca25e 100644 --- a/html/wb_title.html +++ b/html/wb_title.html @@ -35,7 +35,7 @@ a.contact:hover { <table style="width: 100%" cellspacing="0" cellpadding="0"> <tr> <td style="width: 50px;"><img src="logo.gif"></td> - <td class="title">IM - Version 3.4</td> + <td class="title">IM - Version 3.5</td> <td style="width: 3.5em"> <a class="contact" href="ssSearch.html">SimpleSearch</a> </td> |