summaryrefslogtreecommitdiff
path: root/graphics/py-imaging
AgeCommit message (Collapse)AuthorFilesLines
2002-06-23Add preliminary buildlink2.mk files where there is already an existingjlam1-0/+7
buildlink.mk file. These are all generated by hand and look mostly correct, but are untested.
2002-02-14update to 1.1.2drochner2-6/+6
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.
2002-01-22add this for dependant packagesdrochner1-0/+6
2002-01-19use python buildlink filedrochner2-22/+30
2002-01-02Fer heaven's sake, if you call ${MAKE} manually, prepend ahubertf1-2/+2
"${SETENV} ${MAKE_ENV}" esp. if variables are needed to find includes. How did this work when tested???
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-10Update to 1.1.1, provided by Jarkko Torppa in pkg/10807.wiz6-18/+33
Major changes since 1.0b1: RGBa support, improved 16bit support, PCX support, improved GIF encoder, and lots of bugfixes.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-28Update to use python 2.0.wiz2-8/+8
2000-01-02replaced some commands by their ${COMMAND} counterpartswiz1-3/+3
1999-09-20Fix include/library path of jpeglib.sakamoto3-2/+16
1999-04-14Uodate to 1.0b1 and for Python 1.5.2tsarna2-6/+6
1999-03-08s/make/${MAKE}/gagc1-3/+3
1998-12-27Install PIL include files in ${PREFIX}/include/PIL, since it seems sometsarna1-1/+5
other packages may want them.
1998-12-26PIL, the Python Imaging Librarytsarna6-0/+63