Problem with imread to read .tif in 8 or 16 bitdepth
John W. Eaton
jwe at octave.org
Mon Mar 9 11:38:05 CDT 2009
On 9-Mar-2009, Jonathan Ferracci wrote:
| I have Octave 3.0.0, and when I try to open a tif image with imread, I have
| the following error message:
|
| error: imread: image data chunk has invalid size 2319854 != 497*385*3 ==
| 574035
|
| Do you have any idea what should I do to correct it?
Octave 3.0.0 does not include imread, so I'm assuming you are using
the version from the image package. If so, then you should report the
problem to the image package maintainer.
However, the current development version of Octave does include
imread, so I'd like to see whether the problem has already been
fixed. Can you make the image that causes trouble available somewhere
and post a link to it?
jwe
More information about the Bug-octave
mailing list