This repository was archived by the owner on Oct 8, 2024. It is now read-only.
2 files changed
+2
-2
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
|
Submodule Pillow updated 70 files
- .ci/install.sh+6-1
- .github/workflows/macos-install.sh+6-1
- .github/workflows/test-docker.yml-1
- .github/workflows/test-windows.yml+7
- CHANGES.rst+6
- Makefile+7
- Tests/32bit_segfault_check.py+1-1
- Tests/check_fli_oob.py+1-1
- Tests/check_imaging_leaks.py+1-1
- Tests/check_jp2_overflow.py+1-1
- Tests/conftest.py+5
- Tests/createfontdatachunk.py+1-1
- Tests/helper.py+17
- Tests/images/avif/exif.avif
- Tests/images/avif/hopper.avif
- Tests/images/avif/hopper_avif_write.png
- Tests/images/avif/icc_profile.avif
- Tests/images/avif/icc_profile_none.avif
- Tests/images/avif/star.avifs
- Tests/images/avif/star.gif
- Tests/images/avif/star.png
- Tests/images/avif/star180.png
- Tests/images/avif/star270.png
- Tests/images/avif/star90.png
- Tests/images/avif/transparency.avif
- Tests/images/avif/xmp_tags_orientation.avif
- Tests/images/hopper.dds
- Tests/images/imagedraw_rounded_rectangle_non_integer_radius_given.png
- Tests/images/imagedraw_rounded_rectangle_non_integer_radius_height.png
- Tests/images/imagedraw_rounded_rectangle_non_integer_radius_width.png
- Tests/images/uncompressed_rgb.png
- Tests/oss-fuzz/python.supp+16
- Tests/oss-fuzz/test_fuzzers.py+8-1
- Tests/test_file_avif.py+686
- Tests/test_file_dds.py+15-7
- Tests/test_file_eps.py+4-1
- Tests/test_file_jpeg.py+19-6
- Tests/test_file_libtiff.py+13-4
- Tests/test_file_pdf.py+14-2
- Tests/test_file_png.py+4-1
- Tests/test_file_webp_metadata.py+10-4
- Tests/test_image.py+4-1
- Tests/test_image_resample.py+12-3
- Tests/test_image_thumbnail.py+1
- Tests/test_imagedraw.py+23
- Tests/test_sgi_crash.py-1
- depends/install_libavif.sh+76
- docs/Guardfile+1-1
- docs/handbook/image-file-formats.rst+71-3
- docs/installation.rst+29-9
- docs/reference/features.rst+1
- docs/reference/plugins.rst+8
- selftest.py+1-1
- setup.py+17-1
- src/PIL/AvifImagePlugin.py+215
- src/PIL/BlpImagePlugin.py+5-3
- src/PIL/DdsImagePlugin.py+5-3
- src/PIL/FtexImagePlugin.py+2-2
- src/PIL/IcnsImagePlugin.py+5-1
- src/PIL/Image.py+1-1
- src/PIL/ImageDraw.py+9-16
- src/PIL/__init__.py+1
- src/PIL/_version.py+1-1
- src/PIL/features.py+2
- src/_avif.c+805
- src/decode.c+1-1
- src/encode.c+1-1
- src/libImaging/Jpeg2KDecode.c+4
- winbuild/build.rst+1
- winbuild/build_prepare.py+44
0 commit comments