Pillow/libImaging
2014-06-30 14:12:30 -07:00
..
Access.c reverted int32 changes 2013-12-30 21:00:32 -08:00
AlphaComposite.c
Antialias.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
Bands.c
Bit.h Forking PIL 2010-07-30 22:52:47 -04:00
BitDecode.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
Blend.c
Chops.c
Convert.c Now using the rgbT2rgba conversion for L+transparency to RGBA, dropping the palette hack 2013-11-26 13:04:10 -08:00
ConvertYCbCr.c
Copy.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
Crc32.c
Crop.c
Dib.c Clean up defines and includes for Windows 2014-05-09 21:05:30 +02:00
Draw.c
Effects.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
EpsEncode.c
Except.c
File.c
Fill.c
Filter.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
FliDecode.c
Geometry.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
GetBBox.c
Gif.h Change unsigned INT16 to UINT16 2014-04-30 11:30:44 +02:00
GifDecode.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
GifEncode.c
HexDecode.c
Histo.c Switching to strncpy, fixing potential buffer overflow in palette as well 2013-03-14 20:46:23 -07:00
Imaging.h Fix test_imagedraw failures 2014-06-25 00:07:07 -07:00
ImDib.h Clean up defines and includes for Windows 2014-05-09 21:05:30 +02:00
ImPlatform.h Fix msvc warning: 'inline' : macro redefinition 2014-06-24 22:23:17 -07:00
Incremental.c Clean up defines and includes for Windows 2014-05-09 21:05:30 +02:00
Jpeg.h
Jpeg2K.h Added support for OpenJPEG 2.1. 2014-05-27 12:43:54 +01:00
Jpeg2KDecode.c Add tests and fix a 16bit vs 32bit integer bug 2014-06-25 14:06:56 -04:00
Jpeg2KEncode.c Merge the rest of the patches 2014-06-25 11:42:06 -04:00
JpegDecode.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
JpegEncode.c
Lzw.h Change unsigned INT16 to UINT16 2014-04-30 11:30:44 +02:00
LzwDecode.c Forking PIL 2010-07-30 22:52:47 -04:00
Matrix.c Forking PIL 2010-07-30 22:52:47 -04:00
ModeFilter.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
MspDecode.c
Negative.c Forking PIL 2010-07-30 22:52:47 -04:00
Offset.c
Pack.c MM and II 16 bit integer tiffs pack/write properly using libtiff on bigendian platform 2013-10-21 22:37:20 +00:00
PackDecode.c
Palette.c Switching to strncpy, fixing potential buffer overflow in palette as well 2013-03-14 20:46:23 -07:00
Paste.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
PcdDecode.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
PcxDecode.c Move image to first xsize*bands bytes, rather than including padding if stride > xsize*bands, fixes #523 2014-02-15 22:41:02 -08:00
PcxEncode.c Use even stride when saving odd sized .pcx files 2014-03-03 23:05:50 -08:00
Point.c
Quant.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
QuantHash.c
QuantHash.h Make quantization code more portable 2013-04-08 00:52:15 +02:00
QuantHeap.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
QuantHeap.h Make quantization code more portable 2013-04-08 00:52:15 +02:00
QuantOctree.c
QuantOctree.h Make quantization code more portable 2013-04-08 00:52:15 +02:00
QuantTypes.h
RankFilter.c
Raw.h
RawDecode.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
RawEncode.c
Storage.c mixed 8ch tabs + spaces -> 4 space indent 2013-12-13 15:17:43 -08:00
SunRleDecode.c
TgaRleDecode.c Forking PIL 2010-07-30 22:52:47 -04:00
TiffDecode.c Removing unused, redundant compression variable. Actual compression setting is in the imagefiledirectory 2013-11-21 20:37:52 -08:00
TiffDecode.h Don't carve out exceptions for py2.4 compilers anymore 2014-06-18 16:08:50 -07:00
Unpack.c Removed unused function 2014-06-30 14:12:30 -07:00
UnpackYCC.c Forking PIL 2010-07-30 22:52:47 -04:00
UnsharpMask.c Forking PIL 2010-07-30 22:52:47 -04:00
XbmDecode.c
XbmEncode.c
Zip.h
ZipDecode.c
ZipEncode.c