Show
Ignore:
Timestamp:
11/21/07 23:05:51 (16 years ago)
Author:
jerome
Message:

Added parser for all image formats supported by PIL.

Files:
1 moved

Legend:

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

    r500 r501  
    3939            return False 
    4040        else :     
     41            self.logdebug("DEBUG: Input file seems to be an image in the %s (%s) format." % (image.format, image.format_description)) 
    4142            return True 
    4243