report tiff version string

This commit is contained in:
David Rose 2003-08-01 00:36:47 +00:00
parent 0151ec934c
commit e8fef96e62

View File

@ -208,6 +208,10 @@ TypeHandle PNMFileTypeTIFF::_type_handle;
////////////////////////////////////////////////////////////////////
PNMFileTypeTIFF::
PNMFileTypeTIFF() {
if (pnmimage_tiff_cat.is_debug()) {
pnmimage_tiff_cat.debug()
<< TIFFGetVersion() << "\n";
}
}
////////////////////////////////////////////////////////////////////