octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

imread


From: John W. Eaton
Subject: imread
Date: Tue, 15 Jul 2008 14:33:04 -0400

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]