| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2006.05.30 18:04 "Re: libtiff writes zero valued tile offsets and byte counts", by Chris CoxOn 5/30/06 1:42 AM, "Gerben Vos" wrote: > > Thomas Sharpless wrote: > > > > My scanning camera app writes tiled tiff images using libtiff under Win32. > > The images are readable by PhotoShop (6.01) but not by PaintShop Pro 7 or > > libtiff itself. The problem seems to be that all the tile offsets and > > bytecounts in the file are zero (their number is correct). Can anyone tell > > me why? > > It's hard to image that such a file would be readable by Photoshop (unless it > applies some heuristics when it encounters a nonconforming TIFF file). Yes, Photoshop does try to read a lot of non-conforming TIFF images. For the case given, it should only work if compression == none (so we can compute the tile size). Chris |
|||||||