Merge lp:~garyvdm/nautilus-image-manipulator/pillow-compat into lp:nautilus-image-manipulator

Proposed by Gary van der Merwe
Status: Needs review
Proposed branch: lp:~garyvdm/nautilus-image-manipulator/pillow-compat
Merge into: lp:nautilus-image-manipulator
Diff against target: 27 lines (+5/-1)
2 files modified
CHANGELOG (+4/-0)
nautilus_image_manipulator/ImageManipulations.py (+1/-1)
To merge this branch: bzr merge lp:~garyvdm/nautilus-image-manipulator/pillow-compat
Reviewer Review Type Date Requested Status
Emilien Klein Pending
Review via email: mp+200453@code.launchpad.net

Description of the change

This adds compatibility with Pillow >= 1.0 . It still works with the original PIL.

See http://pillow.readthedocs.org/en/latest/installation.html

To post a comment you must log in.

Unmerged revisions

241. By Gary van der Merwe

Add compatibity with Pillow >= 1.0

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'CHANGELOG'
--- CHANGELOG 2013-04-19 18:59:16 +0000
+++ CHANGELOG 2014-01-04 11:34:41 +0000
@@ -1,6 +1,10 @@
1Changelog for nautilus-image-manipulator1Changelog for nautilus-image-manipulator
22
3================================3================================
41.4 - Unreleased
5 * Compatibility with Pillow >= 1.0.
6
7================================
41.3 - 2013-04-19 (r240)81.3 - 2013-04-19 (r240)
5 * We now have a logo!9 * We now have a logo!
6 * Add dl.free.fr as upload destination (LP #1098695)10 * Add dl.free.fr as upload destination (LP #1098695)
711
=== modified file 'nautilus_image_manipulator/ImageManipulations.py'
--- nautilus_image_manipulator/ImageManipulations.py 2013-03-20 21:52:45 +0000
+++ nautilus_image_manipulator/ImageManipulations.py 2014-01-04 11:34:41 +0000
@@ -19,7 +19,7 @@
19from gi.repository import GObject19from gi.repository import GObject
20import zipfile20import zipfile
21import subprocess21import subprocess
22import Image22from PIL import Image
23import logging23import logging
24try:24try:
25 from gi.repository import GExiv225 from gi.repository import GExiv2

Subscribers

People subscribed via source and target branches