AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
July 2008

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2008.07.09 17:02 "Problems with non-symmetric tiled images", by David Hoerl
2008.07.09 19:35 "Re: Problems with non-symmetric tiled images", by Bob Friesenhahn
2008.07.10 03:18 "Re: Problems with non-symmetric tiled images", by Graeme Gill

2008.07.09 17:02 "Problems with non-symmetric tiled images", by David Hoerl

I plan to create tiff files on the Mac OSX using libtiff (which by 
the way can be made into a universal 32/64 bit library quite easily).

The tile width is 128 and the length (height) 48. I can create the 
files using libtiff without error. They read in just fine in another 
program using libtiff. Also, Photoshop on the mac displays them just 
fine.

However, when I use any Apple's programs (Preview, Safari, etc) the 
images is all jumbled up (symmetric tiles look fine), so I entered a 
bug on their system. That said, I probably won't hear anything on 
this for ages.

The, it occurred to me - it could be a problem with libtiff, and 
maybe Photoshop uses libtiff, so it could be that Apple's reader was 
properly designed. [Thinking that the use of non-symmetric tiles is 
probably not very common.]

So, the purpose of this email: I'm looking for a way to definitively 
determine if libtiff correctly interprets the spec. What I can do is 
create an image with a single tile, no compression, then print it out 
byte by byte. Or maybe there is a better way?

David