summaryrefslogtreecommitdiff
path: root/graphics/py-imaging/patches
AgeCommit message (Collapse)AuthorFilesLines
2011-01-03Fix building and disable TKINTER on Darwin.adam1-20/+9
2010-07-19recognize a 16bit greyscale format with "white is zero" (which isdrochner1-0/+12
generated by some neutron image plate detector) -- PIL is lacking some infrastructure here so it gets treated like "black is zero" but this is fine for me because I don't want to interpret it photometrically anyway
2009-12-11update to 1.1.7drochner1-9/+19
changes: misc bugfixes and improvements, too much to list here, see the CHANGES file for details
2007-01-20Include the FreeType2 component of PIL. Bump revision.joerg1-10/+1
2005-10-12update to 1.1.5drochner2-219/+37
changes: + Runs under Python 1.5.2 and newer, including 2.4. You may need additional libraries to build under 1.5.2; see instructions below. + New build procedure. The setup.py file now configures and builds the core library as well as the bindings, in one step. + Added stub drivers for BUFR, FITS, GRIB, HDF5, and WMF files. Stub drivers can identify the file format, but relies on application-provided drivers to read or write images in that format. + Added experimental "LA" mode support. An "LA" image is an "L" image with an attached transparency layer. + Added "RankFilter", "MinFilter", "MedianFilter", and "MaxFilter" classes to the ImageFilter module. + Improved support for applications using multiple threads on systems with multiple processors and/or hyperthreading processors. + Added EXIF GPSInfo read support for JPEG files. + Lots of bug fixes and performance tweaks. pkgsrc note: freetype and tiff support isn't built yet, should be separate pkgs
2004-02-26build libImaging.a with -fPIC, it goes into a dynamic objectdrochner1-6/+10
2003-06-27update to 1.1.4drochner1-25/+146
changes: Version 1.1.4 adds improved build scripts, truetype/opentype font support, memory mapping support also for non-Windows platforms, screen and clipboard grabbing on Windows, support for CSS-style color strings, support for IPTC/NAA and EXIF metadata, and more. pkgsrc note: We don't build the truetype component yet -- this might go into a separate pkg to get more finegrained dependencies. (Py-Imaging is supposed to work offline to, ie w/o X11.)
2003-06-07Use @JPEGDIR@ in patch file instead of hardcoding /usr/pkg.jmmv1-2/+2
2002-09-03update to 1.1.3drochner2-3/+91
changes: + Adapted to Python 1.6, 2.0, 2.1 and 2.2. This version also runs under 1.5.2, but probably not under versions older than that. + To reduce module dependencies, the Tkinter support has been moved to a separate binary module. + The JPEG decoder is more tolerant for broken files. As long as all image data can be read, it won't complain. + An ANTIALIAS downsampling filter has been added. + Includes distutils build script (setup.py) for 2.0 and later. + The usual crop of bug fixes and performance tweaks.
2001-03-10Update to 1.1.1, provided by Jarkko Torppa in pkg/10807.wiz1-4/+6
Major changes since 1.0b1: RGBa support, improved 16bit support, PCX support, improved GIF encoder, and lots of bugfixes.
1999-09-20Fix include/library path of jpeglib.sakamoto1-0/+11