T O P I C R E V I E W |
mdgodfrey |
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. |
2 L A T E S T R E P L I E S (Newest First) |
mdgodfrey |
Posted - Jul 15 2013 : 15:27:39 Thanks |
w2m |
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 |
|
|