help-octave
[Top][All Lists]
Advanced

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

Re: Ocatve reading image file


From: Andy Adler
Subject: Re: Ocatve reading image file
Date: Sun, 19 Mar 2006 09:21:00 -0500 (EST)

On Sun, 19 Mar 2006, Ben salah wrote:

> when I type :  imread('myfile.jpg')
>   on an Octave's prompt, I get the following error messages :
>  error : could not read  file : C:/cygwin/tmp/oct-22fafc.0
>  error :  evaluating  if command  near  line  189, column 4
>  error : called from 'imread' in file
>  '/usr/share/octave/site/m/ocatve-forge/image/imread.m'

Octave cannot find the 'convert' program from image magick.
It is probably not on your path.

Try system('echo $PATH') from octave to see what path
octave sees.

--
Andy Adler <address@hidden> 1(613)562-5800x6218



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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