Changeset 252 for pkpgcounter/trunk/pkpgpdls/tiff.py
- Timestamp:
- 09/03/05 00:40:57 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/tiff.py
r235 r252 36 36 bigendian = (chr(0x4d)*2) + chr(0) + chr(0x2a) 37 37 if self.firstblock[:4] in (littleendian, bigendian) : 38 if self.debug : 39 sys.stderr.write("DEBUG: Input file is in the TIFF format.\n") 38 self.logdebug("DEBUG: Input file is in the TIFF format.") 40 39 return 1 41 40 else :