2008.12.17 20:54 "[Tiff] Deleting tags from a directory", by Frank Warmerdam

2009.01.22 16:31 "Re: [Tiff] libtiff 4.0.0beta3", by Bob Friesenhahn

As for the tools, tiffcrop fails to compile on Windows. stdint.h is not available on Windows. I only took a quick look and I'm not sure if it's necessary?

It is an error for tiffcrop to be using stdint.h at all since stdint.h is not portable, and facilities are already in place to make up for it. Libtiff should not require more than c'89.

 #ifndef HAVE_GETOPT
  extern int getopt(int, char**, char*);
+extern int optind;
  #endif

This little bit may be important to other platforms as well.

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