X Tutup
The Wayback Machine - https://web.archive.org/web/20210204235115/https://github.com/vinta/awesome-python/pull/1579
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pyvips #1579

Merged
merged 4 commits into from Jul 27, 2020
Merged

Add pyvips #1579

merged 4 commits into from Jul 27, 2020

Conversation

@jcupitt
Copy link
Contributor

@jcupitt jcupitt commented Jul 26, 2020

note: This is a repost of #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.

jcupitt added 4 commits Aug 4, 2018
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/jcupitt/libvips/wiki/Speed-and-memory-use

It's 3x faster than ImageMagick and needs 5x 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 memory leaks.
since pyvips has a new home
I just noticed that modules are sorted alphabetically within sections.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
X Tutup