Skip to content

Commit 4676684

Browse files
authored
Merge pull request vinta#2984 from 23f2000649-a11y/master
Fix http to https for PIL and ImageMagick links
2 parents 4a1f899 + 79c6fc3 commit 4676684

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -896,14 +896,14 @@ _Libraries for file manipulation._
896896

897897
_Libraries for manipulating images._
898898

899-
- [pillow](https://github.com/python-pillow/Pillow) - Pillow is the friendly [PIL](http://www.pythonware.com/products/pil/) fork.
899+
- [pillow](https://github.com/python-pillow/Pillow) - Pillow is the friendly [PIL](https://www.pythonware.com/products/pil/) fork.
900900
- [pymatting](https://github.com/pymatting/pymatting) - A library for alpha matting.
901901
- [python-barcode](https://github.com/WhyNotHugo/python-barcode) - Create barcodes in Python with no extra dependencies.
902902
- [python-qrcode](https://github.com/lincolnloop/python-qrcode) - A pure Python QR Code generator.
903903
- [pyvips](https://github.com/libvips/pyvips) - A fast image processing library with low memory needs.
904904
- [scikit-image](https://github.com/scikit-image/scikit-image) - A Python library for (scientific) image processing.
905905
- [thumbor](https://github.com/thumbor/thumbor) - A smart imaging service. It enables on-demand crop, re-sizing and flipping of images.
906-
- [wand](https://github.com/emcconville/wand) - Python bindings for [MagickWand](http://www.imagemagick.org/script/magick-wand.php), C API for ImageMagick.
906+
- [wand](https://github.com/emcconville/wand) - Python bindings for [MagickWand](https://www.imagemagick.org/script/magick-wand.php), C API for ImageMagick.
907907

908908
## Audio & Video Processing
909909

0 commit comments

Comments
 (0)