From 32facd21149afbfaa6a37ed96a9f1178b3b9b314 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Fri, 20 Sep 2019 12:53:06 +0100 Subject: [PATCH] insert pyvips alphabetically I just noticed that modules are sorted alphabetically within sections. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cc47b2..f34a3c9 100644 --- a/README.md +++ b/README.md @@ -716,11 +716,11 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [pyBarcode](https://pythonhosted.org/pyBarcode/) - Create barcodes in Python without needing PIL. * [pygram](https://github.com/ajkumar25/pygram) - Instagram-like image filters. * [python-qrcode](https://github.com/lincolnloop/python-qrcode) - A pure Python QR Code generator. +* [pyvips](https://github.com/libvips/pyvips) - A fast image processing library with low memory needs. * [Quads](https://github.com/fogleman/Quads) - Computer art based on quadtrees. * [scikit-image](http://scikit-image.org/) - A Python library for (scientific) image processing. * [thumbor](https://github.com/thumbor/thumbor) - A smart imaging service. It enables on-demand crop, re-sizing and flipping of images. * [wand](https://github.com/dahlia/wand) - Python bindings for [MagickWand](http://www.imagemagick.org/script/magick-wand.php), C API for ImageMagick. -* [pyvips](https://github.com/libvips/pyvips) - A fast image processing library with low memory needs. ## Implementations