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

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

[Octave-bug-tracker] [bug #30715] imread fails to read uint16 tif image


From: Jonathan Thomson
Subject: [Octave-bug-tracker] [bug #30715] imread fails to read uint16 tif image
Date: Wed, 01 Sep 2010 00:55:36 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-us) AppleWebKit/531.2+ (KHTML, like Gecko) Safari/531.2+ Debian/squeeze (2.30.2-3) Epiphany/2.30.2

Follow-up Comment #10, bug #30715 (project octave):

The QuantumDepth is defined in the header magick/magick_config.h so the
QuantumDepth can be easily given to __magick_read__.cc simply by including
that header.

Unfortunately images with bit depths higher than the QuantumDepth are still
being incorrectly read or throwing an error even with the #if (QuantumDepth >
?) statements added because gm is incorrectly reporting the images bit depth,
so case 8: is always run. From the post linked to below it sounds like
min(depth,QuantumDepth) is returned from gm, but from the documentation
modulusDepth() should be returning the image's depth. It's confusing. My
investigation is on going.

http://sourceforge.net/mailarchive/message.php?msg_name=alpine.GSO.2.01.1008310926020.12887%40freddy.simplesystems.org

Jonathan Thomson

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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