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.

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.
@2540042
Copy link

2540042 commented Sep 30, 2023

Print ("trying to learn")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants