Show
Ignore:
Timestamp:
08/16/06 00:27:28 (18 years ago)
Author:
jerome
Message:

Added template for TIFF conversion method.

Files:
1 modified

Legend:

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

    r360 r362  
    8282        """Counts pages in a document.""" 
    8383        raise RuntimeError, "Not implemented !" 
     84         
     85    def convertToTiffMultiPage24NC(self, outputfile, dpi) : 
     86        """Converts the input file to TIFF format, X dpi, 24 bits per pixel, uncompressed. 
     87           Writes TIFF datas to the outputfile file object. 
     88        """    
     89        raise RuntimeError, "Not implemented !"