mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-07 00:14:48 -05:00
[PR #1579] [MERGED] Add pyvips #10411
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/1579
Author: @jcupitt
Created: 7/26/2020
Status: ✅ Merged
Merged: 7/27/2020
Merged by: @vinta
Base:
master← Head:add-pyvips📝 Commits (4)
93c18d4add pyvips7a89993update URL32facd2insert pyvips alphabeticallyfc54824Merge branch 'master' of https://github.com/vinta/awesome-python into add-pyvips📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
note: This is a repost of https://github.com/vinta/awesome-python/pull/1101 -- that PR had 21 +1s, but was autoclosed for being stale.
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.