Pillow/libImaging
2017-10-25 13:42:51 +00:00
..
Access.c
AlphaComposite.c
Bands.c
BcnDecode.c Fixed bc5 decoding 2017-08-03 11:07:51 +02:00
Bit.h Forking PIL 2010-07-30 22:52:47 -04:00
BitDecode.c
Blend.c remove unnecessary ImagingCopyInfos 2017-09-15 00:30:49 +03:00
BoxBlur.c create dirty images for some operations 2017-08-06 14:22:58 +03:00
Chops.c Use ImagingNewDirty when possible 2017-08-17 03:23:13 +03:00
codec_fd.c
Convert.c
ConvertYCbCr.c
Copy.c rename ImagingCopyPaletteInfo to ImagingCopyPalette 2017-09-19 20:42:13 +03:00
Crc32.c
Crop.c rename ImagingCopyPaletteInfo to ImagingCopyPalette 2017-09-19 20:42:13 +03:00
Dib.c
Draw.c one div for blending 2017-08-27 12:40:53 +03:00
Effects.c
EpsEncode.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
Except.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
File.c Removed 'Debugging' open_ppm call that didn't check file provided parameters for sanity 2016-10-03 07:27:02 -07:00
Fill.c create dirty images for some operations 2017-08-06 14:22:58 +03:00
Filter.c
FliDecode.c FLI overflow error fix and testcase CVE-2016-0775 2016-02-04 08:13:02 -08:00
Geometry.c oops 2017-09-19 21:01:34 +03:00
GetBBox.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
Gif.h
GifDecode.c fix for issue #2811 2017-10-25 13:42:51 +00:00
GifEncode.c Malloc check, #1715 2016-06-08 06:21:38 -07:00
HexDecode.c
Histo.c
Imaging.h Merge pull request #2769 from wiredfool/pr_2638 2017-10-01 20:56:18 +01:00
ImagingUtils.h fix comment [ci skip] 2017-09-14 14:02:30 +03:00
ImDib.h Don't use int to handle type 2015-10-01 14:54:32 +01:00
ImPlatform.h Disable undef on pypy 2017-04-19 13:27:59 -07:00
Jpeg.h
Jpeg2K.h Removed whitespace from blank lines 2016-09-03 12:23:42 +10:00
Jpeg2KDecode.c Removed whitespace from blank lines 2016-09-03 12:23:42 +10:00
Jpeg2KEncode.c Removed whitespace from blank lines 2016-09-03 12:23:42 +10:00
JpegDecode.c use RGBX rawmode for JPEG encoding as well 2017-08-11 04:10:55 +03:00
JpegEncode.c Merge pull request #1989 from uploadcare/jpeg-loading-without-convertion 2017-08-31 15:10:38 +01:00
Lzw.h Change unsigned INT16 to UINT16 2014-04-30 11:30:44 +02:00
LzwDecode.c
Matrix.c create dirty images for some operations 2017-08-06 14:22:58 +03:00
ModeFilter.c Merge branch 'master' into imaging-copy-palette-info 2017-09-19 20:51:52 +03:00
Negative.c
Offset.c rename ImagingCopyPaletteInfo to ImagingCopyPalette 2017-09-19 20:42:13 +03:00
Pack.c Added L;16/B pack functions 2017-09-29 13:41:39 +00:00
PackDecode.c
Palette.c Malloc check, #1715 2016-06-08 06:21:38 -07:00
Paste.c one div for blending 2017-08-27 12:40:53 +03:00
PcdDecode.c PCD decoder overruns the shuffle buffer, Fixes #568 2016-02-02 05:46:26 -08:00
PcxDecode.c Removed trailing whitespace 2015-10-11 21:24:35 +11:00
PcxEncode.c fix any errors 2016-07-28 05:30:27 +03:00
Point.c rename ImagingCopyPaletteInfo to ImagingCopyPalette 2017-09-19 20:42:13 +03:00
Quant.c Use ImagingNewDirty when possible 2017-08-17 03:23:13 +03:00
QuantHash.c Remove unreachable code (if 0) 2015-03-05 21:07:16 +02:00
QuantHash.h
QuantHeap.c Removed whitespace from blank lines 2016-09-03 12:23:42 +10:00
QuantHeap.h Make quantization code more portable 2013-04-08 00:52:15 +02:00
QuantOctree.c Fixed typos 2016-08-14 16:44:56 +10:00
QuantOctree.h Make quantization code more portable 2013-04-08 00:52:15 +02:00
QuantPngQuant.c Fix libimagequant facade header 2016-05-21 21:11:54 +02:00
QuantPngQuant.h
QuantTypes.h BUG: add typedef uint64_t for msvc 2013-09-27 15:03:27 -07:00
RankFilter.c rename ImagingCopyPaletteInfo to ImagingCopyPalette 2017-09-19 20:42:13 +03:00
Raw.h Forking PIL 2010-07-30 22:52:47 -04:00
RawDecode.c Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
RawEncode.c Forking PIL 2010-07-30 22:52:47 -04:00
Resample.c
Sgi.h change uint32_t to UINT32 since stdint.h is not defined in old Visual C++ versions 2017-09-29 09:15:51 +00:00
SgiRleDecode.c malloc checks, overflow and errors 2017-09-29 11:01:10 +00:00
Storage.c Fix size_t not defined in PyPy 2017-10-01 22:16:13 -07:00
SunRleDecode.c Update http to https 2017-02-14 11:27:02 +02:00
TgaRleDecode.c Forking PIL 2010-07-30 22:52:47 -04:00
TiffDecode.c Fix for issue #2206 2016-11-23 06:14:06 -08:00
TiffDecode.h Removed trailing whitespace 2016-06-30 20:12:50 +01:00
Unpack.c
UnpackYCC.c
UnsharpMask.c sharp alpha channel 2014-11-22 01:58:31 +03:00
XbmDecode.c Forking PIL 2010-07-30 22:52:47 -04:00
XbmEncode.c
Zip.h Cleanup WS, courtesy of @Arfrever 2013-06-30 18:42:19 -04:00
ZipDecode.c
ZipEncode.c Fixed typos 2016-10-02 21:31:53 +11:00