| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2007.05.04 21:06 "TIFFSetField and float values", by Mahmoudi Wafato have libtiff configured you should added file header, le libtif.lib and add the path of the header file . if you haven't a message like "can't found tiffio.h" so you didn't welle your libtiff. to set Xresolution and Yresolution use TIFFSetField (out, TIFFTAG_XRESOLUTION , 100.0); TIFFSetField (out, TIFFTAG_YRESOLUTION ,100.0); so as you can see the parameter is a float |
|||||||