From b66588e93951c34e6e2274a4cb64dafb63dc3102 Mon Sep 17 00:00:00 2001 From: drochner Date: Thu, 14 Feb 2002 11:39:46 +0000 Subject: update to 1.1.2 Changes: + Adapted to Python 2.1. Among other things, all uses of the "regex" module has been repleased with "re". + Fixed attribute error when reading large PNG files (this bug was introduced in maintenance code released after the 1.1.1 release) + Ignore non-string objects in sys.path + Fixed Image.transform(EXTENT) for negative xoffsets + Fixed loading of image plugins if PIL is installed as a package. (The plugin loader now always looks in the directory where the Image.py module itself is found, even if that directory isn't on the standard search path) + The Png plugin has been added to the list of preloaded standard formats + Fixed bitmap/text drawing in fill mode. + Fixed "getextrema" to work also for multiband images. + Added transparency support for L and P images to the PNG codec. + Improved support for read-only images. The "load" method now sets the "readonly" attribute for memory-mapped images. Operations that modifies an image in place (such as "paste" and drawing operations) creates an in-memory copy of the image, if necessary. (before this change, any attempt to modify a memory-mapped image resulted in a core dump...) + Added special cases for lists everywhere PIL expects a sequence. This should speed up things like "putdata" and drawing operations. + The Image.offset method is deprecated. Use the ImageChops.offset function instead. + Changed ImageChops operators to copy palette and info dictionary from the first image argument. --- graphics/py-imagingtk/Makefile | 6 +++--- graphics/py-imagingtk/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'graphics/py-imagingtk') diff --git a/graphics/py-imagingtk/Makefile b/graphics/py-imagingtk/Makefile index 2b8cfdc5891..9cb4c27645f 100644 --- a/graphics/py-imagingtk/Makefile +++ b/graphics/py-imagingtk/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2002/01/28 17:37:24 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2002/02/14 11:39:47 drochner Exp $ # -DISTNAME= Imaging-1.1.1 -PKGNAME= py20-imagingtk-1.1.1 +DISTNAME= Imaging-1.1.2 +PKGNAME= py20-imagingtk-1.1.2 CATEGORIES= graphics MASTER_SITES= http://www.pythonware.com/downloads/ diff --git a/graphics/py-imagingtk/distinfo b/graphics/py-imagingtk/distinfo index 91235b42234..125424e5add 100644 --- a/graphics/py-imagingtk/distinfo +++ b/graphics/py-imagingtk/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 09:54:25 wiz Exp $ +$NetBSD: distinfo,v 1.3 2002/02/14 11:39:47 drochner Exp $ -SHA1 (python/Imaging-1.1.1.tar.gz) = 5262a4388ab0723dc0c5fd3c04c222aff616b7a9 -Size (python/Imaging-1.1.1.tar.gz) = 313612 bytes +SHA1 (python/Imaging-1.1.2.tar.gz) = 506e714bbac14a9f531ec529b8010ffc3a7f85f8 +Size (python/Imaging-1.1.2.tar.gz) = 336739 bytes -- cgit v1.2.3