mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-18 05:01:00 -05:00
[PR #1101] [CLOSED] add pyvips #987
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/1101
Author: @jcupitt
Created: 8/4/2018
Status: ❌ Closed
Base:
master← Head:add-pyvips📝 Commits (3)
93c18d4add pyvips7a89993update URL32facd2insert pyvips alphabetically📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
pyvips is a binding for the libvips image processing library. It's fast and only needs a little memory.
For example, on this benchmark:
https://github.com/libvips/libvips/wiki/Speed-and-memory-use
It's 5x faster than ImageMagick and needs 10x less memory.
pyvips works on all python versions on all platforms, is LGPL, can be simply installed with pip, has complete documentation, has a large test suite, and has no known memory leaks.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.