phatch-dev team mailing list archive
-
phatch-dev team
-
Mailing list archive
-
Message #01179
[Bug 532194] [NEW] Test suite should not try to edit metadata of png or gif images
Public bug reported:
actionlist: /home/stani/Desktop/repo/lucid/tests/output/actionlists/delete_tags_Method=One.phatch
Error 0:Can not apply action Delete Tags on image 'bee.png' in folder:
/home/stani/Desktop/repo/lucid/tests/input
Format PNG does not support overwriting "Exif_Image_ImageDescription".
Action:{'fields': {'Method': u'One',
'Tag': 'Exif_Image_ImageDescription',
'__enabled__': 'yes'},
'label': 'Delete Tags'}
Traceback (most recent call last):
File "/home/stani/Desktop/repo/lucid/phatch/core/api.py", line 617, in apply_action_to_photo
photo = action.apply(photo, read_only_settings, cache)
File "/home/stani/Desktop/repo/lucid/phatch/actions/delete_tags.py", line 46, in apply
del info[tag]
File "/home/stani/Desktop/repo/lucid/phatch/core/pil.py", line 317, in __delitem__
self.assert_writable(tag)
File "/home/stani/Desktop/repo/lucid/phatch/core/pil.py", line 426, in assert_writable
% {'format': self['format'], 'tag': tag})
NotWritableTagError: Format PNG does not support overwriting "Exif_Image_ImageDescription".
** Affects: phatch
Importance: Low
Assignee: Nadia Alramli (nadiana)
Status: Confirmed
--
Test suite should not try to edit metadata of png or gif images
https://bugs.launchpad.net/bugs/532194
You received this bug notification because you are a member of Phatch
Developers, which is subscribed to Phatch.
Status in Phatch = Photo & Batch!: Confirmed
Bug description:
actionlist: /home/stani/Desktop/repo/lucid/tests/output/actionlists/delete_tags_Method=One.phatch
Error 0:Can not apply action Delete Tags on image 'bee.png' in folder:
/home/stani/Desktop/repo/lucid/tests/input
Format PNG does not support overwriting "Exif_Image_ImageDescription".
Action:{'fields': {'Method': u'One',
'Tag': 'Exif_Image_ImageDescription',
'__enabled__': 'yes'},
'label': 'Delete Tags'}
Traceback (most recent call last):
File "/home/stani/Desktop/repo/lucid/phatch/core/api.py", line 617, in apply_action_to_photo
photo = action.apply(photo, read_only_settings, cache)
File "/home/stani/Desktop/repo/lucid/phatch/actions/delete_tags.py", line 46, in apply
del info[tag]
File "/home/stani/Desktop/repo/lucid/phatch/core/pil.py", line 317, in __delitem__
self.assert_writable(tag)
File "/home/stani/Desktop/repo/lucid/phatch/core/pil.py", line 426, in assert_writable
% {'format': self['format'], 'tag': tag})
NotWritableTagError: Format PNG does not support overwriting "Exif_Image_ImageDescription".
Follow ups
References