mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
insert pyvips alphabetically
I just noticed that modules are sorted alphabetically within sections.
This commit is contained in:
parent
7a89993e8f
commit
32facd2114
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
* [pyBarcode](https://pythonhosted.org/pyBarcode/) - Create barcodes in Python without needing PIL.
|
||||||
* [pygram](https://github.com/ajkumar25/pygram) - Instagram-like image filters.
|
* [pygram](https://github.com/ajkumar25/pygram) - Instagram-like image filters.
|
||||||
* [python-qrcode](https://github.com/lincolnloop/python-qrcode) - A pure Python QR Code generator.
|
* [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.
|
* [Quads](https://github.com/fogleman/Quads) - Computer art based on quadtrees.
|
||||||
* [scikit-image](http://scikit-image.org/) - A Python library for (scientific) image processing.
|
* [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.
|
* [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.
|
* [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
|
## Implementations
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue