help-octave
[Top][All Lists]
Advanced

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

Re: loadimage


From: Søren Hauberg
Subject: Re: loadimage
Date: Wed, 18 May 2005 17:42:50 +0200
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050404)

Hi,
loadimage loads an image stores in the octave image format. If you want to read other kinds of images you need imread from octave-forge (http://octave.sf.net)

/Søren

Gabriel Oheix i2a12a wrote:
Hi Octave conceptors,

I need to apply changes in my images, open this image in a matrix is what I 
need so I use Octave to this purpose.

I want to open it with 'loadimage', but there is a mistake with the image file .


this is my error

octave:5> loadimage('toto.png');
error: load: /home/gabriel/Octave/ouv_img/toto.png: inconsistent number of 
columns near line 5
error: load: unable to extract matrix size from file 
`/home/gabriel/Octave/ouv_img/toto.png'
error: called from `loadimage' in file 
`/usr/share/octave/2.1.57/m/image/loadimage.m'
octave:5>

I have also try with toto.ppm, " [x,map]=loadimage('toto.png') "

Somebody around me has load .png images like that

I use  octave-2.1.57-7.i386.rpm  or octave-2.0.17-1.i386.rpm

If you can help me

Friendly



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