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
October 2005

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

2005.10.22 13:47 "checking test images", by <ryuki_dono@yahoo.de>
2005.10.25 11:25 "Re: checking test images", by <ryuki_dono@yahoo.de>
2005.10.25 13:38 "Re: checking test images", by Frank Warmerdam
2005.10.25 14:37 "Re: checking test images", by Bob Friesenhahn
2005.10.26 12:06 "Re: checking test images", by <ryuki_dono@yahoo.de>
2005.10.26 14:43 "Re: checking test images", by Frank Warmerdam
2005.10.26 17:47 "Re: checking test images", by <ryuki_dono@yahoo.de>
2005.10.26 18:05 "Re: checking test images", by Bob Friesenhahn
2005.10.26 18:59 "Re: checking test images", by Joris Van Damme
2005.10.26 19:47 "Re: checking test images", by Bob Friesenhahn
2005.10.26 21:38 "Re: checking test images", by <ryuki_dono@yahoo.de>
2005.10.26 22:06 "Re: checking test images", by Frank Warmerdam

2005.10.25 11:25 "Re: checking test images", by <ryuki_dono@yahoo.de>

Since there was no reply yet I debuged the problem. Here are the tifflib 
warnings and errors for the testimages 
(http://www.remotesensing.org/libtiff/images.html).

caspian.tif
warning: unknown field with tag 7795500 (0x76f348) encountered
err Sorry, can not handle images with 64-bit samples
flower-separated-planar-08.tif err Sorry, can not handle image
flower-separated-planar-16.tif err Sorry, can not handle image
flower-minisblack-06.tif err Sorry, can not handle images with 6-bit 
samples
flower-minisblack-10.tif err Sorry, can not handle images with 10-bit 
samples
flower-minisblack-12.tif err Sorry, can not handle images with 12-bit 
samples
flower-minisblack-14.tif err Sorry, can not handle images with 14-bit 
samples
flower-minisblack-24.tif err Sorry, can not handle images with 24-bit 
samples
flower-minisblack-32.tif err Sorry, can not handle images with 32-bit 
samples
flower-rgb-planar-02.tif err Sorry, can not handle image
flower-rgb-planar-04.tif err Sorry, can not handle image
flower-rgb-planar-10.tif err Sorry, can not handle images with 10-bit 
samples
flower-rgb-planar-12.tif err Sorry, can not handle images with 12-bit 
samples
flower-rgb-planar-14.tif err Sorry, can not handle images with 14-bit 
samples
flower-rgb-planar-24.tif err Sorry, can not handle images with 24-bit 
samples
flower-rgb-planar-32.tif err Sorry, can not handle images with 32-bit 
samples
flower-palette-16.tif err Sorry, can not handle image
flower-separated-contig-16.tif err Sorry, can not handle image
flower-rgb-contig-02.tif err Sorry, can not handle image
flower-rgb-contig-04.tif err Sorry, can not handle image
flower-rgb-contig-10.tif err Sorry, can not handle images with 10-bit 
samples
flower-rgb-contig-12.tif err Sorry, can not handle images with 12-bit 
samples
flower-rgb-contig-14.tif err Sorry, can not handle images with 14-bit 
samples
flower-rgb-contig-24.tif err Sorry, can not handle images with 24-bit 
samples
flower-rgb-contig-32.tif err Sorry, can not handle images with 32-bit 
samples
dscf0013.tif warning: Bogus "¼òv" field, ignoring and calculating from 
imagelength
quad-jpeg.tif
warning: unknown field with tag 7795500 (0x76f348) encountered
err Œ5T: Unknown tag 7795528
zackthecat.tif
warning: unknown field with tag 7795500 (0x76f348) encountered
warning: unknown field with tag 7795500 (0x76f348) encountered
warning: unknown field with tag 7795500 (0x76f348) encountered
warning: unknown field with tag 7795500 (0x76f348) encountered
err Sorry, requested compression method is not configured
smallliz.tif
warning: unknown field with tag 7795500 (0x76f348) encountered
warning: unknown field with tag 7795500 (0x76f348) encountered
warning: unknown field with tag 7795500 (0x76f348) encountered
warning: unknown field with tag 7795500 (0x76f348) encountered
warning: unknown field with tag 7795500 (0x76f348) encountered
warning: unknown field with tag 7795500 (0x76f348) encountered
warning: unknown field with tag 7795500 (0x76f348) encountered
err Sorry, requested compression method is not configured
quad-lzw.tif warn Old-style LZW codes, convert file

I didn't know that libtiff was so limited. Or did I something wrong? I 
think quad-jpeg and zackthecat can't
be decoded because of my missing JPEG support in my build. But whats 
with all the 2 to 64 Bit pixeldepth?
What's with the contig files?

Thanks for the help.