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
February 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.02.12 21:10 "warning and errors", by Philip Watkinson
2009.02.12 22:53 "Re: warning and errors", by Frank Warmerdam
2009.02.12 23:06 "Re: warning and errors", by Philip Watkinson
2009.02.12 23:56 "Re: warning and errors", by Bob Friesenhahn
2009.02.13 00:07 "Re: warning and errors", by Frank Warmerdam
2009.02.13 08:21 "Re: warning and errors", by Joris Van Damme
2009.02.13 15:15 "Re: warning and errors", by Philip Watkinson
2009.02.13 15:57 "Re: warning and errors", by Edward Lam
2009.02.13 18:28 "Re: warning and errors", by Bob Friesenhahn
2009.02.13 17:27 "Re: warning and errors", by Bob Friesenhahn
2009.02.13 08:34 "Re: warning and errors", by Joris Van Damme

2009.02.12 23:56 "Re: warning and errors", by Bob Friesenhahn

On Thu, 12 Feb 2009, Philip Watkinson wrote:

> We want to use Libtiff in a production evironment. We don't want
> warnings/error messages unless there is a critical error (the image is
> corrupt).
>
> 1. Is there a listing of warnings which indicate that the image is corrupt?
> 2. If Libtiff generates an error, can I assume it is a critical error?

TIFF is a very flexible format.  There are proprietary usages of TIFF 
which require special tags in order for the proprietary software to be 
able to read the file correctly.  If a program using libtiff opens one 
of these files then the result may be gibberish.  However, the user is 
likely to see a wrong looking image.

In my experience, it is safe to simply ignore libtiff warnings most of 
the time.

If libtiff generates an error then something is severely wrong with 
the file, there is a bug in libtiff, or there is a limitation in the 
run-time environment (e.g. not enough memory).  Errors are serious.

Bob
======================================
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/