We converted your TIFF image 20+ times without any problems. We're using ImageMagick 6.7.5-0 which does include a TIFF-related patch for EXIF profiles. See if 6.7.5-0 resolves your crashes.
magick wrote:We converted your TIFF image 20+ times without any problems. We're using ImageMagick 6.7.5-0 which does include a TIFF-related patch for EXIF profiles. See if 6.7.5-0 resolves your crashes.
OK. Thanks. I will try and let you know if it was indeed a version problem.
I'm using 6.7.3.8.
You were right. It works with version 6.7.5.0. Thanks.
However, I have noticed an important change in comparison with version 6.7.3.8.
I'm using 16 bits depth quantum and PixelPacket to have acces to pixel colors.
When working with jpeg or 8 bits tif, the color is stored in the low order byte of the 16 bits word.
However when working with 16 bits tif, the low order byte of the color is stored in the high order byte and vice-versa !
I had to modify my program to permute the bytes when working with 16 bits tif files.
There was no problem of that kind in 6.7.3.8.