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
1=== modified file 'CHANGELOG'
2--- CHANGELOG 2013-04-19 18:59:16 +0000
3+++ CHANGELOG 2014-01-04 11:34:41 +0000
4@@ -1,6 +1,10 @@
5 Changelog for nautilus-image-manipulator
6
7 ================================
8+1.4 - Unreleased
9+ * Compatibility with Pillow >= 1.0.
10+
11+================================
12 1.3 - 2013-04-19 (r240)
13 * We now have a logo!
14 * Add dl.free.fr as upload destination (LP #1098695)
15
16=== modified file 'nautilus_image_manipulator/ImageManipulations.py'
17--- nautilus_image_manipulator/ImageManipulations.py 2013-03-20 21:52:45 +0000
18+++ nautilus_image_manipulator/ImageManipulations.py 2014-01-04 11:34:41 +0000
19@@ -19,7 +19,7 @@
20 from gi.repository import GObject
21 import zipfile
22 import subprocess
23-import Image
24+from PIL import Image
25 import logging
26 try:
27 from gi.repository import GExiv2

Subscribers

People subscribed via source and target branches