2001.02.07 00:52 "Tag types", by Lyle

2001.02.07 17:26 "Re: Tag types", by Lyle

Thanks for the response all. It looks like I need to try forcing the type to unsigned long. The problem is that another piece of software is being used to look at the tiffs I'm creating. It seems to have a problem with images whose height/width is between SHRT_MAX and USHRT_MAX. It must be using signed instead of unsigned because it is coming up with negative values in this range. It can, however, open tiffs from other sources having height/width tagged as longs.

Lyle