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 #1101

Closed
wants to merge 3 commits into from
Closed

add pyvips #1101

wants to merge 3 commits into from

Conversation

jcupitt
Copy link
Contributor

@jcupitt jcupitt commented 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/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.
@jeffshek
Copy link

+1 ... just want to say how awesome this package has been for the organization i work for

@jcupitt
Copy link
Contributor Author

jcupitt commented Aug 14, 2018

No problem, glad it's useful!

You can vote +1 by clicking on the smiley face at the top-right of a post and selecting the thumbs up.

Copy link

@fosslinux fosslinux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jcupitt
Copy link
Contributor Author

jcupitt commented Aug 28, 2018

Thank you!

@jcupitt jcupitt closed this Aug 28, 2018
@jcupitt
Copy link
Contributor Author

jcupitt commented Aug 28, 2018

Oh huh, not merged, sorry.

@jcupitt jcupitt reopened this Aug 28, 2018
since pyvips has a new home
@vinta vinta force-pushed the master branch 2 times, most recently from 23abd09 to 40cd98b Compare June 6, 2019 19:55
I just noticed that modules are sorted alphabetically within sections.
@stale stale bot added the stale label Nov 7, 2019
@stale stale bot closed this Nov 7, 2019
@jcupitt
Copy link
Contributor Author

jcupitt commented Nov 7, 2019

I think this is awaiting merge rather than stale.

@jcupitt jcupitt mentioned this pull request Jul 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants