Show
Ignore:
Timestamp:
08/16/06 01:12:57 (18 years ago)
Author:
jerome
Message:

Initial support for the computation of ink coverage for PostScript?
input files.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/pkpgpdls/pdlparser.py

    r362 r363  
    8383        raise RuntimeError, "Not implemented !" 
    8484         
    85     def convertToTiffMultiPage24NC(self, outputfile, dpi) : 
     85    def convertToTiffMultiPage24NC(self, fname, dpi) : 
    8686        """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. 
    8888        """    
    8989        raise RuntimeError, "Not implemented !"