mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 11:28:17 -04:00
report tiff version string
This commit is contained in:
parent
0151ec934c
commit
e8fef96e62
@ -208,6 +208,10 @@ TypeHandle PNMFileTypeTIFF::_type_handle;
|
|||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
PNMFileTypeTIFF::
|
PNMFileTypeTIFF::
|
||||||
PNMFileTypeTIFF() {
|
PNMFileTypeTIFF() {
|
||||||
|
if (pnmimage_tiff_cat.is_debug()) {
|
||||||
|
pnmimage_tiff_cat.debug()
|
||||||
|
<< TIFFGetVersion() << "\n";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user