From: Ole J. H. <wat...@ya...> - 2004-07-15 06:06:06
|
Hi. Octave-Forge has imread.m as part of the signal processing module inside. I am using imread like this: X = imread('testimage.jpg'); The testimage.jpg can be found here http://cvs.sourceforge.net/viewcvs.py/oplot/oplot/examples/ And imshow(X), will then give me a black-white image, but it's supposed to be a colour image. Why doesn't this works? Where does it fails, what is wrong, and does someone have a fix for this? Oplot-developers have implemented the same thing, but the image popups in Oplot instead of ImageMagic. :-) Cheers, Ole J. |