From help-octave-request at bevo dot che dot wisc dot edu Mon Jan 26 12:10:06 2004 Subject: Re: imread problem From: Paul Kienzle To: belostotskiy at att dot net Cc: Octave_post 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 pkienzle at users dot sf dot net On Jan 26, 2004, at 10:14 AM, Andy Adler wrote: > On Mon, 26 Jan 2004 belostotskiy at att dot net 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 -------------------------------------------------------------