Pillow/src/libImaging
2024-10-28 09:58:23 -05:00
..
Access.c Use (void) to indicate no parameters 2024-09-07 00:01:25 -05: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 [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00: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 Return early if either width or height is zero 2024-09-05 15:46:54 +10:00
Chops.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
codec_fd.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
ColorLUT.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
Convert.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
Convert.h Include CMYK to RGB convert as unpacker 2023-10-06 16:05:03 +11:00
ConvertYCbCr.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00: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 [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
Draw.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00: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 [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
Filter.c Support BuiltinFilter for I;16* images 2024-10-05 01:12:51 +10:00
FliDecode.c Prevent division by zero 2024-09-30 19:48:53 +10:00
Geometry.c Check image value before use 2024-09-20 19:20:53 +10:00
GetBBox.c Updated comments 2024-08-14 15:28:34 +04:00
Gif.h [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-04-25 12:51:24 +00:00
GifDecode.c Fix some typos. 2022-05-14 12:46:46 +08:00
GifEncode.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
HexDecode.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
Histo.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
Imaging.h use mode structs in _imaging.c 2024-10-28 09:58:22 -05:00
ImagingUtils.h [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-04-25 12:51:24 +00:00
ImDib.h Format with ClangFormat 2021-01-03 14:17:51 +11:00
ImPlatform.h Use s# in PyArg_ParseTuple 2024-09-08 17:30:23 +04:00
Jpeg.h use mode structs in encode.c and decode.c 2024-10-28 09:58:23 -05:00
Jpeg2K.h Remove weird comments 2024-09-11 20:40:46 +10:00
Jpeg2KDecode.c Remove weird comments 2024-09-11 20:40:46 +10:00
Jpeg2KEncode.c Remove weird comments 2024-09-11 20:40:46 +10:00
JpegDecode.c use (void) for empty function parameters 2024-08-28 08:08:08 -05:00
JpegEncode.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
Matrix.c extract band count check 2024-04-23 13:06:22 -05:00
Mode.c add special modes 2024-10-28 09:58:22 -05:00
Mode.h use mode structs in encode.c and decode.c 2024-10-28 09:58:23 -05: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 Not needed since memcpy is used here 2024-07-28 16:24:51 +04:00
PackDecode.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
Palette.c Use "gray" more consistently 2023-10-19 19:12:01 +11:00
Paste.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
PcdDecode.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
PcxDecode.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
PcxEncode.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
Point.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
Quant.c Fix undefined variable 2024-08-07 06:38:46 +10:00
QuantHash.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
QuantHash.h [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00: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 [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-10-07 17:56:23 +00:00
QuantOctree.h Format with ClangFormat 2021-01-03 14:17:51 +11:00
QuantPngQuant.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
QuantPngQuant.h [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
QuantTypes.h Format with ClangFormat 2021-01-03 14:17:51 +11:00
RankFilter.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
Raw.h Format with ClangFormat 2021-01-03 14:17:51 +11:00
RawDecode.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
RawEncode.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
Reduce.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
Resample.c Support all resampling filters when resizing I;16* images 2024-09-28 14:27:40 +10:00
Sgi.h Add end-of-file-fixer to pre-commit 2023-09-25 16:45:38 +03:00
SgiRleDecode.c Merge pull request #8413 from radarhere/sgirle_memory 2024-10-01 13:52:22 +03:00
Storage.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-19 12:14:54 +00:00
SunRleDecode.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
TgaRleDecode.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
TgaRleEncode.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
TiffDecode.c Do not close provided file handles with libtiff 2024-10-11 19:37:56 +11:00
TiffDecode.h [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
Unpack.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
UnpackYCC.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
UnsharpMask.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
XbmDecode.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
XbmEncode.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
ZipCodecs.h Format with ClangFormat 2021-01-03 14:17:51 +11:00
ZipDecode.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
ZipEncode.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00