Pillow/depends
Andrew Murray 19ba2dd6d7
Use rgb.rowBytes in overflow check (#18)
* Removed skip_unless_feature on methods when class is already skipped

* Test speed less than slowest and greater than fastest

* Updated type hints

* Only access angle when AVIF_TRANSFORM_IROT flag is present

* Added AVIF_ROOT

* Only define normalize_quantize_value if it will be used

* Build libavif after libjpeg

* Use rgb.rowBytes in overflow check

* Group EXIF info

* Removed __loaded

* If brew is not installed, use /usr prefix

* Sort AVIF codecs alphabetically

* Updated rav1e license

* Fixed catching warning, as per #8505

* Simplified code

* Fixed typos

* Test further scenarios

* Use y* to parse bytes

---------

Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
2025-02-02 20:03:13 -05:00
..
download-and-extract.sh Disable wget progress bar but not all output 2024-01-21 16:52:59 +02:00
install_extra_test_images.sh Use 'rmdir' instead of 'rm -r' 2023-02-08 10:11:54 +02:00
install_imagequant.sh Updated libimagequant to 4.3.4 2025-01-24 23:40:21 +11:00
install_libavif.sh Use rgb.rowBytes in overflow check (#18) 2025-02-02 20:03:13 -05:00
install_openjpeg.sh Updated openjpeg to 2.5.3 2024-12-10 06:25:48 +11:00
install_raqm_cmake.sh Add end-of-file-fixer to pre-commit 2023-09-25 16:45:38 +03:00
install_raqm.sh Updated raqm to 0.10.2 2024-09-23 09:29:16 +10:00
install_webp.sh Updated libwebp to 1.5.0 2024-12-20 14:46:01 +11:00
README.rst Remove old Travis CI config 2020-12-19 21:57:32 +02:00
termux.sh Add end-of-file-fixer to pre-commit 2023-09-25 16:45:38 +03:00

Depends
=======

``install_openjpeg.sh``, ``install_webp.sh``, ``install_imagequant.sh``,
``install_raqm.sh`` and  ``install_raqm_cmake.sh`` can be used to download,
build & install non-packaged dependencies; useful for testing on CI.

``install_extra_test_images.sh`` can be used to install additional test images
that are used by CI.