All PIL related issues.
Bases: dict
Assert that the tag is writable. This can raise an NotWritableTagError because of several reasons:
Parameter: | tag (string) – tag name |
---|---|
Returns: | True, if writable |
Return type: | bool |
Get the log contents.
Returns: | the log |
---|---|
Return type: | string |
The photo can become dirty in two ways:
In case the image size has changed it will update the Exif.Photo.PixelXDimension and Exif.Photo.PixelYimension accordingly.
Returns: | True, if dirty |
---|---|
Return type: | boolean |
Log a message
Parameter: | message (string) – message |
---|
Parameters: |
|
---|
Use get_photo() to obtain a photo from a filename.
Provide attribute access to the variables.
Parameter: | d (dict) – a dumped metadata dictionary |
---|
>>> d = {'date': '2008-11-27 13:54:33', 'tuple': (1, 2)}