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
March 2010

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

2010.03.15 23:35 "Error: "TIFFFetchDirectory: tmp.tif: Can not read TIFF directory count."", by Peng Yu
2010.03.16 01:49 "Re: Error: "TIFFFetchDirectory: tmp.tif: Can not read TIFF directory count."", by Bob Friesenhahn

2010.03.15 23:35 "Error: "TIFFFetchDirectory: tmp.tif: Can not read TIFF directory count."", by Peng Yu

I have the following file.

$ls -lgo
lrwxr-xr-x  1  10 2010-03-15 18:30 tmp.tif -> ../tmp.tif
$ls -lgo  ../tmp.tif
-rw-r--r-- 1 8986761209 2010-03-15 18:30 ../tmp.tif

Then I run the following command. But I get the following error. Is it
because that the tiff file is too large to be handled?

$tiffsplit tmp.tif tmp/tmp
TIFFFetchDirectory: tmp.tif: Can not read TIFF directory count.
TIFFReadDirectory: tmp.tif: Failed to read directory at offset 0.
$tiffsplit
LIBTIFF, Version 3.9.2
Copyright (c) 1988-1996 Sam Leffler
Copyright (c) 1991-1996 Silicon Graphics, Inc.

usage: tiffsplit input.tif [prefix]