Changeset 363 for pkpgcounter/trunk/pkpgpdls/pdlparser.py
- Timestamp:
- 08/16/06 01:12:57 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/pdlparser.py
r362 r363 83 83 raise RuntimeError, "Not implemented !" 84 84 85 def convertToTiffMultiPage24NC(self, outputfile, dpi) :85 def convertToTiffMultiPage24NC(self, fname, dpi) : 86 86 """Converts the input file to TIFF format, X dpi, 24 bits per pixel, uncompressed. 87 Writes TIFF datas to the outputfile file object.87 Writes TIFF datas to the file named by fname. 88 88 """ 89 89 raise RuntimeError, "Not implemented !"