Pillow/src/libImaging
2023-03-31 22:30:36 +11: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 Merge branch 'main' into i16n 2023-03-13 14:33:26 +11: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 Format with ClangFormat 2021-01-03 14:17:51 +11: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 Format with ClangFormat 2021-01-03 14:17:51 +11: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 remove unused ImagingAccess->line() method def 2022-11-12 17:15:50 -06:00
ImagingUtils.h Changed URLs to HTTPS 2021-07-12 21:00:36 +10:00
ImDib.h Format with ClangFormat 2021-01-03 14:17:51 +11:00
ImPlatform.h Merge pull request #5807 from DWesl/tkimaging-on-cygwin 2021-12-30 00:08:31 +11: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 Changed maximum comment length to 65531 2023-03-29 19:25:35 +11: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 Fixed bug with rounding pixels to palette 2022-06-18 04:09:41 -04: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 Fixed warning that nLeft is set but not used 2023-03-31 22:30:36 +11: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 Support creating BGR;15, BGR;16 and BGR;24 images 2023-03-20 00:30:10 +11: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 Initialize libtiff buffer 2022-10-29 12:02:03 +03: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 Support unpacking I;16N 2022-12-28 18:57:24 +11: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