
Thread
2001.02.07 00:52 "Tag types", by Lyle
Help Please,
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.
Thanks,
Lyle