[SIP-devel] SIP 0.3.0 candidate 2 released
Advanced image processing toolbox for Scilab on Unix/Linux/Mac OS
Status: Beta
Brought to you by:
ricardofabbri
From: Ricardo F. <rf...@if...> - 2004-02-06 09:37:26
|
Hello, all, SIP 0.3.0 release candidate 2 is out. Generic sourcecode is available, as well as a **binary package** for GNU/Linux systems. The changes from rc1 are: CHANGELOG + new mkfftfilter function from Jocelyn. + build process slightly improved. + INCOMPATIBLE: Double-precision Images are now normalized like M4t1ab: TYPE OF IMAGE SIZE VALUE RANGE Grayscale images 2D 0-1 Truecolor images 3D (RGB) 0-1 Paletted images, index 2D 1-NC (Number of Colors) Paletted images, colormap NCx3 0-1 This has many advantages. For instance, imwrite and imshow doesn't require normalization to obscure values such as 255 or 65535. + Tested with animal 0.10.4, ImageMagick 5.5.7-15 and gandalf 1.1 to 1.3.2 DOWNLOAD http://sf.net/project/showfiles.php?group_id=68055&package_id=66476&release_id=215188 I would like to release the final 0.3.0 as soon as possible, so any of your comments are more than appreciated now. TO JOCELYN: I updated your functions to work with the new normalizations. I guess they're working, but please test them yourself as well: - GUI - unwrap* - poledetection - improfile - etc I will wait your feedback before releasing sip-0.3.0 Did you have to use ImageMagick 5.5.7 to compile SIP? best regards, Ricardo. |