help-octave
[Top][All Lists]
Advanced

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

Re: error: imread: invalid image file


From: Sergei Steshenko
Subject: Re: error: imread: invalid image file
Date: Sat, 1 Dec 2012 20:52:06 -0800 (PST)







>________________________________
> From: Seetha Parameswaran <address@hidden>
>To: Sergei Steshenko <address@hidden> 
>Cc: "address@hidden" <address@hidden> 
>Sent: Sunday, December 2, 2012 6:25 AM
>Subject: Re: error: imread: invalid image file
> 
>
>I have installed graphicsmagick and rebuild octave
>
>
>
>
>octave:1> octave_config_info().MAGICK_LIBS
>ans = -lGraphicsMagick++ -lGraphicsMagick 
>
>
>I have installed the following packages
>
>
>octave:2> pkg list
>Package Name   | Version | Installation directory
>---------------+---------+-----------------------
>      control *|   2.4.1 | /usr/local/share/octave/packages/control-2.4.1
> econometrics *|   1.0.8 | /usr/local/share/octave/packages/econometrics-1.0.8
>      general  |   1.3.2 | /home/compaq/octave/general-1.3.2
>        image  |   2.0.0 | /usr/local/share/octave/packages/image-2.0.0
>miscellaneous *|   1.2.0 | /usr/local/share/octave/packages/miscellaneous-1.2.0
>        optim *|   1.2.2 | /usr/local/share/octave/packages/optim-1.2.2
>       signal  |   1.2.0 | /usr/local/share/octave/packages/signal-1.2.0
>      specfun  |   1.1.0 | /usr/local/share/octave/packages/specfun-1.1.0
>       struct *|  1.0.10 | /usr/local/share/octave/packages/struct-1.0.10
>
>
>
>
>Still imresize is undefined.....
>error: `imresize' undefined near line 23 column 9
>
>
>
>How do I solve this? (Sorry! I am a newbie)
>
>
>
>
>
>

Looking at "image  |   2.0.0 | /usr/local/share/octave/packages/image-2.0.0" I 
see no asterisk, so I think the package isn't loaded.

Try

pkg load image

and if doesn't work, ask the developers.

Regards,
  Sergei.


reply via email to

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