octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #29696] imread reads in multi-page TIFF image


From: Qianqian Fang
Subject: [Octave-bug-tracker] [bug #29696] imread reads in multi-page TIFF image as empty array with incorrect dimension
Date: Thu, 29 Apr 2010 18:50:23 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100402 Ubuntu/9.10 (karmic) Firefox/3.5.9

Follow-up Comment #6, bug #29696 (project octave):

thanks Søren for the comments, it makes sense to me now. the third dimension
is reserved for the RGB components of the image. One can always squeeze it
when the data is a gray-scale image. Or, Octave can squeeze it inside imread
if size(img,3)==1 is detected, but that's optional.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29696>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]