
Thread
2002.02.20 02:26 "Re: stdarg.h", by Michael Still
I'm trying to use TIFFSetField and am having trouble understanding stdarg.h
You shouldn't need to know anything about stdarg to use TIFFSetField(), simply pass the three arguements:
- TIFF *
- the key value for that field (see tiff.h) -- they all start with TIFFTAG_
- and the value
e.g. TIFFSetField(image, TIFFTAG_PHOTOMETRIC, PHOTOMETRIC_MINISBLACK);
Cheers,
Mikal
Michael Still (mikal@stillhq.com) UMT+11hrs