imread

John W. Eaton jwe at bevo.che.wisc.edu
Tue Jul 15 13:33:04 CDT 2008


On 14-Jul-2008, John W. Eaton wrote:

| If you update your sources and run
| 
|   ./autogen.sh
|   configure ...
|   make ...
| 
| then __magick_read__ should be built now.  When I use it, it fails to
| read jpg files correctly.  When I do
| 
|   x = __magick_read__ ("foo.jpg");
|   imshow (x);
| 
| (for any jpg file) the displayed image appears washed out (too
| bright).

It seems the problem is not with imread, but with imshow.

jwe


More information about the Octave-maintainers mailing list