AWARE SYSTEMS
TIFF and LibTiff Mail List Archive

Thread

2001.02.07 00:52 "Tag types", by Lyle
2001.02.07 17:00 "Re: Tag types", by Frank Warmerdam
2001.02.07 17:26 "Re: Tag types", by Lyle
2001.02.07 17:27 "Re: Tag types", by Helge Blischke

2001.02.07 17:27 "Re: Tag types", by Helge Blischke

I'm running the following code:

int32 height = 0;
int32 width = 2048;
..
..
..
TIFFSetField(tif, TIFFTAG_IMAGEWIDTH, width);
TIFFSetField(tif, TIFFTAG_IMAGELENGTH, height);

Expecting the tags to be set as longs, but they are being set as short.

Doesn't the spec state that these tags may be stored as short or long?

Helge

H.Blischke@srz-berlin.de
H.Blischke@srz-berlin.com
H.Blischke@acm.org