[SIP-devel] first tests with sip-0.3.0-rc2
Advanced image processing toolbox for Scilab on Unix/Linux/Mac OS
Status: Beta
Brought to you by:
ricardofabbri
From: DRUEL J. <joc...@li...> - 2004-02-06 16:04:59
|
Hi, What a pleasure to have binaries availables: no libraries to install, no upgrade of gcc,... real comfort ! Thanks Ricardo. So the binaries seem to work well for me, on my Scilab-2.7 But, as I tried the function improfile, I discovered something wrong: a1=imread(SIPDIR+'images/ararauna.jpg'); max(a1) gives 1: allright, that's the new way SIP behaves. a2=imread(SIPDIR+'images/onca.gif'); max(a2) gives 256 = problem but a3=gray_imread(SIPDIR+'images/onca.gif'); max(a3) is <1: fine There seems to be only a problem with imread reading indexed images. Something else: I did not manage to compile this rc2 from sources: I join the file: my config=scilab-2.6, ImageMagick-5.5.7, gcc2.96 gcc-3.0 gives the same result. -- Powered by Linux |