add python-pillow The friendly PIL fork (Python Imaging Library)

This commit is contained in:
groni
2016-06-19 11:40:37 +02:00
parent aadbd160bc
commit b979242919
11 changed files with 243 additions and 2 deletions
@@ -0,0 +1,11 @@
--- python-imaging-1.1.6.old/Sane/_sane.c 2006-12-03 07:12:22.000000000 -0500
+++ python-imaging-1.1.6/Sane/_sane.c 2007-04-03 22:08:41.000000000 -0400
@@ -1156,7 +1156,7 @@
SANE_Device *dev;
SANE_Status st;
PyObject *list;
- int local_only, i;
+ int local_only=0, i;
if (!PyArg_ParseTuple(args, "|i", &local_only))
{