help-octave
[Top][All Lists]
Advanced

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

Re: IMREAD does not recognize image path


From: Dmitri A. Sergatskov
Subject: Re: IMREAD does not recognize image path
Date: Sun, 19 Jul 2015 20:45:10 -0500

On Sun, Jul 19, 2015 at 7:45 PM, Ben Abbott <address@hidden> wrote:
 
>> > The only time I get a different error is when I try: I = imread("OSUHat.jpg") when the director is /home/exps5. In that case, I get:
>> >
>> > error: imread: invalid image file: /usr/lib/x84-64-linux-gnu/octave/3.8.2/oct/x86_64-pc-linux-gnu/__magick_read__.oct: failed to load: /usr/lib/x86_64-linux-gnu/octave/3.8.2/oct/x86_64-pc-linux-gnu/__magick_read__.oct: undefined symbol: _ZN6Magick5ColorC1Ehhh



​This error seems to suggest that your installation of octave-image is corrupted. It looks to me that you either do not have libGraphicsMagick++
installed, or your octave-image was compiled against different and incompatible version of one.

Do

ldd /usr/lib/x84-64-linux-gnu/octave/3.8.2/oct/x86_64-pc-linux-gnu/__magick_read__.oct

(from the shell prompt)
and see if you have all dependencies resolved.

Dmitri.
--


 ​


reply via email to

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