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
January 2009

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

2009.01.14 15:32 "tiffset and multi-page files", by Wendell Dingus
2009.01.14 16:12 "Re: tiffset and multi-page files", by Frank Warmerdam

2009.01.14 15:32 "tiffset and multi-page files", by Wendell Dingus

$ tiffset -s 306 "2002:11:20 09:57:36" test.tif 
$ tiffinfo test.tif 
test.tif: Warning, incorrect count for field "DateTime" (25, expecting 20);
tag trimmed. 
DateTime: 2002:11:18 16:50:40 
DateTime: Tue Nov 19 10:59:37 2002 

I have a bunch of multi-page G4 TIFFs produced by someone with some
braindead(?) software that put the DateTime tag in as 25 characters and in
an incorrect format. I've been trying to correct them with tiffset and have
just discovered that for a multi-page TIFF, it only fixes page 1. Any idea
how to correct all the pages without tiffsplitting it and doing them
individually? 

Thanks... 

PS. LibtTIFF 3.8.2 on a CentOS 5.2 box.