
Thread

2017.04.03 18:46 "Re: [Tiff] Reading images with bits per pixel not a multiple of 8", by Bob Friesenhahn
Except for depths 8, 16, and 24 (which are swapped to "native" endianness by libtiff), the data is always ordered in most-significant-bit order
so you need to start with the top bits.
What about 32, 48 and 64 bit variants which are all multiples of these specially handled sizes?
Just wondering because I am not currently doing any special case handling for 32-bit and higher sizes.
You are correct. I should have mentioned 32 and 64 bit sizes as well. I am not sure about 48.
Bob
--
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/