The fix is now in the bazaar repository. I'll try to add it to my ppa
soon.

$ bzr diff
=== modified file 'phatch/core/pil.py'
--- phatch/core/pil.py  2008-04-05 19:23:49 +0000
+++ phatch/core/pil.py  2008-06-01 10:30:43 +0000
@@ -148,9 +148,9 @@
         return
     try:
         image   = pyexiv2.Image(location)
+        image.readMetadata()
     except:
         return
-    image.readMetadata()
     #exif & iptc
     for keys in [image.exifKeys(),image.iptcKeys()]:
         for key in keys:

$ bzr commit -m "fix indexed colour bug for pyexiv2"
Committing to: /home/stani/sync/python/phatch/trunk/
modified phatch/core/pil.py
Committed revision 534.


** Changed in: phatch
       Status: In Progress => Fix Committed

-- 
Phatch cannot manipulate with color indexed png
https://bugs.launchpad.net/bugs/236462
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to