2006.06.04 06:35 "[Tiff] Segfault", by Alex Ryu

2006.06.04 14:46 "RE: [Tiff] Segfault", by Bob Friesenhahn

On Sun, 4 Jun 2006, Venkatasalapathy D - TLS, Chennai wrote:

We need for 48 bit color TIFF read and write sample code.

You have said that you want this free service several times before. Apparently no one has a small ready-made example which fits your requirement.

Note: For 48 bit, every pixel data stored in 6 byte (48 bit). But your data type 'raster' (uint32) is 4 byte.

The TIFFReadRGBAImage() function only supports 24 or 32 bit pixels and updates an array of type uint32.

Please help me and give sample code for 48 bit color read and write.

Continuing to repeat this mantra makes you no better than an annoying mosquito. No one here is obligated to help you except for out of the kindness of their heart, or perhaps out of pity.

Bob
======================================
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/