help-octave
[Top][All Lists]
Advanced

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

Re: imread problem


From: Paul Kienzle
Subject: Re: imread problem
Date: Mon, 26 Jan 2004 11:18:03 -0500

Edit the imread.m file and where it says
        system(cmd);
instead say
        cmd,system("sh");
This will print out the command it is trying to execute.
You can then type that command directly at the prompt
to see what it does.  Type exit to return to octave.

Paul Kienzle
address@hidden

On Jan 26, 2004, at 10:14 AM, Andy Adler wrote:

On Mon, 26 Jan 2004 address@hidden wrote:

can somebody please help me
i installed Octave 2.1.36 & ImageMagick on WinXP
and i have problem w/ image processing routines, such as "imread"

Octave 2.1.36 is really old. You may wish to upgrade.

Ensure that the "convert.exe" from imagemagick is on your path.
THere is a convert.exe in C:/winnt/system32, so you need to make
sure that convert.exe is first.

Andy



-------------------------------------------------------------
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
-------------------------------------------------------------




-------------------------------------------------------------
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]