Author |
Topic  |
|
mdgodfrey
 
USA
59 Posts |
Posted - Jul 15 2013 : 15:02:38
|
Can someone tell me where ioTiff_G4Fax is defined. I get an undeclared identifier error. Doesn't seem to be in the help which unit it is in. |
|
w2m
   
USA
1990 Posts |
Posted - Jul 15 2013 : 15:21:50
|
It is in the help file (version 4.3.1): ImageEn, unit imageenio <(.pas) This is the unit>
TIOTIFFCompression Declaration type TIOTIFFCompression = (ioTIFF_UNCOMPRESSED, ioTIFF_CCITT1D, ioTIFF_G3FAX1D, ioTIFF_G3FAX2D, ioTIFF_G4FAX, ioTIFF_LZW, ioTIFF_OLDJPEG, ioTIFF_JPEG, ioTIFF_PACKBITS, ioTIFF_ZIP, ioTIFF_DEFLATE, ioTIFF_UNKNOWN);
William Miller Adirondack Software & Graphics Email: w2m@frontiernet.net EBook: http://www.imageen.com/ebook/ Apprehend: http://www.frontiernet.net/~w2m/index.html |
 |
|
mdgodfrey
 
USA
59 Posts |
Posted - Jul 15 2013 : 15:27:39
|
Thanks |
 |
|
|
Topic  |
|
|
|