Pillow/src/libImaging
2023-07-17 23:50:59 +10:00
..
Access.c Support accessing I;16N pixels 2022-12-28 18:58:16 +11:00
AlphaComposite.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
Bands.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
Bcn.h Added BC5_SNORM reading 2021-05-18 17:44:21 +10:00
BcnDecode.c Removed gamma correction 2022-10-10 20:48:18 +11:00
Bit.h Format with ClangFormat 2021-01-03 14:17:51 +11:00
BitDecode.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
Blend.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
BoxBlur.c Raise ValueError during filter operation as well 2023-01-11 20:02:10 +11:00
Chops.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
codec_fd.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
ColorLUT.c Only use ASCII characters in C source file 2022-10-26 11:17:28 -07:00
Convert.c Set C palette to be empty by default 2023-07-17 23:04:43 +10:00
ConvertYCbCr.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
Copy.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
Crop.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
Dib.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
Draw.c Raise an error if co-ordinates are incorrectly ordered 2023-03-01 11:22:35 +11:00
Effects.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
EpsEncode.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
Except.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
File.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
Fill.c Return from ImagingFill early if image has a zero dimension 2022-12-30 16:48:33 +11:00
Filter.c Removed unused argument 2023-06-10 15:57:05 +10:00
FliDecode.c Merge pull request #5659 from wiredfool/fli_framesize 2021-09-05 14:14:58 +03:00
Geometry.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
GetBBox.c Renamed variable 2023-04-29 19:11:02 +10:00
Gif.h Added setting to convert to RGB only at a different palette 2022-03-22 20:28:49 +11:00
GifDecode.c Fix some typos. 2022-05-14 12:46:46 +08:00
GifEncode.c Add comment to reference GIF LZW specification. 2021-03-30 17:35:21 -06:00
HexDecode.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
Histo.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
Imaging.h Merge branch 'main' into apng 2023-06-14 11:26:42 +10:00
ImagingUtils.h Restored 32-bit support 2023-06-27 14:43:58 +10:00
ImDib.h Format with ClangFormat 2021-01-03 14:17:51 +11:00
ImPlatform.h Merge branch 'main' into int_def 2023-06-14 09:11:41 +10:00
Jpeg.h Use jpeg_write_marker to write comment 2022-12-05 13:57:26 +11:00
Jpeg2K.h Renamed "add_plt" to "plt" 2023-03-27 22:38:29 +11:00
Jpeg2KDecode.c Fixed behaviour change from #5901 endian fix 2022-04-12 23:12:54 +10:00
Jpeg2KEncode.c Fixed signedness comparison warning 2023-06-07 22:33:55 +10:00
JpegDecode.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
JpegEncode.c switch to #z for comment parameter 2022-12-05 17:46:54 +00:00
Matrix.c Release the GIL when applying matrix conversion to images 2022-07-05 15:13:39 -04:00
ModeFilter.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
Negative.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
Offset.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
Pack.c Support packing I;16N 2022-12-28 17:47:38 +11:00
PackDecode.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
Palette.c Removed comment 2023-07-17 23:50:59 +10:00
Paste.c Moved mode check outside of loops 2022-10-09 08:48:07 +11:00
PcdDecode.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
PcxDecode.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
PcxEncode.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
Point.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
Quant.c Set C palette to be empty by default 2023-07-17 23:04:43 +10:00
QuantHash.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
QuantHash.h Format with ClangFormat 2021-01-03 14:17:51 +11:00
QuantHeap.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
QuantHeap.h Format with ClangFormat 2021-01-03 14:17:51 +11:00
QuantOctree.c Fixed palette index for zeroed color in FASTOCTREE quantize 2021-12-11 16:07:45 +11:00
QuantOctree.h Format with ClangFormat 2021-01-03 14:17:51 +11:00
QuantPngQuant.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
QuantPngQuant.h Format with ClangFormat 2021-01-03 14:17:51 +11:00
QuantTypes.h Format with ClangFormat 2021-01-03 14:17:51 +11:00
RankFilter.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
Raw.h Format with ClangFormat 2021-01-03 14:17:51 +11:00
RawDecode.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
RawEncode.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
Reduce.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
Resample.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
Sgi.h Format with ClangFormat 2021-01-03 14:17:51 +11:00
SgiRleDecode.c Fix OOB read in SgiRleDecode.c 2021-03-01 19:04:19 +11:00
Storage.c Removed unused variable 2023-06-10 14:26:28 +10:00
SunRleDecode.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
TgaRleDecode.c When reading past the end of a scan line, reduce bytes left 2022-05-17 11:53:24 +03:00
TgaRleEncode.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
TiffDecode.c Added comment 2023-06-05 15:07:11 +10:00
TiffDecode.h Replaced uint16 and uint32 with uint16_t and uint32_t to resolve TIFF deprecations 2021-05-01 00:51:39 +10:00
Unpack.c Fixed calling putpalette() on L and LA images before load() 2023-05-28 06:44:34 +10:00
UnpackYCC.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
UnsharpMask.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
XbmDecode.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
XbmEncode.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
ZipCodecs.h Format with ClangFormat 2021-01-03 14:17:51 +11:00
ZipDecode.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
ZipEncode.c Format with ClangFormat 2021-01-03 14:17:51 +11:00