Skip to content

Instantly share code, notes, and snippets.

@matkoniecz
Created April 22, 2017 05:03
Show Gist options
  • Save matkoniecz/58567f26c588279c8437f32060bde5f7 to your computer and use it in GitHub Desktop.
Save matkoniecz/58567f26c588279c8437f32060bde5f7 to your computer and use it in GitHub Desktop.
From fd5b6a7152d326e0b01d8f6b5ca29be904c92752 Mon Sep 17 00:00:00 2001
From: Mateusz Konieczny <matkoniecz@gmail.com>
Date: Sat, 22 Apr 2017 06:58:58 +0200
Subject: [PATCH] PIL is dead, recommend pillow directly
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index c2fc42348..d720dfd8e 100644
--- a/README.md
+++ b/README.md
@@ -80,13 +80,13 @@ The following packages are optional:
https://gramps-project.org/wiki/index.php?title=Gramps_4.2_Wiki_Manual_-_Manage_Family_Trees#Archiving_a_Family_Tree
Only rcs is needed, NO python bindings are required
-* **PIL**
+* **pillow**
Python Image Library is needed to crop
images and also to convert non-JPG images to
JPG so as to include them in LaTeX output.
(For Python3 a different source may be needed,
- python-imaging or python-pillow or python3-pillow)
+ python-pillow, python3-pillow or python-imaging)
* **GExiv2**
--
2.11.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment