help-octave
[Top][All Lists]
Advanced

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

Re: using imread


From: Agnes Bousquier
Subject: Re: using imread
Date: Wed, 15 Feb 2006 16:34:24 +0100 (CET)
User-agent: SquirrelMail/1.5.0

Thank you very much for your reply. Maybe the question will seem you
stupid, but what should I do to make imread invoke 'convert' or 'identify'
when they are needed?

Thanks a lot in advance.

Best regards,

Agnes


> On Wed, Feb 15, 2006 at 01:50:16PM +0100, Agnes Bousquier wrote:
>>  I need to use the function 'imread', but when I type :
>> imread('myfile.png')
>>  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'
>>
>>  By typing 'help imread', I saw that ImageMagick's 'convert' library
>> was required. But after having downloaded windows'binary release of
>> ImageMagick, I saw that headers coming with ImageMagick were already
>> included in cygwin's files, but there was neither .lib nor .dll file.
>> So, what should I do to get the librairies I need and make imread
>> find them?
>
> You simply need the 'convert' and 'identify' binaries that come with
> ImageMagick.
>
> Stéfan
>



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