[PR #1579] [MERGED] Add pyvips #12738

Closed
opened 2026-04-27 02:10:12 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: masterHead: add-pyvips


📝 Commits (4)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1579 **Author:** [@jcupitt](https://github.com/jcupitt) **Created:** 7/26/2020 **Status:** ✅ Merged **Merged:** 7/27/2020 **Merged by:** [@vinta](https://github.com/vinta) **Base:** `master` ← **Head:** `add-pyvips` --- ### 📝 Commits (4) - [`93c18d4`](https://github.com/vinta/awesome-python/commit/93c18d44f630030b4e23f180a6becea2cdb235d0) add pyvips - [`7a89993`](https://github.com/vinta/awesome-python/commit/7a89993e8fac796c8d66edf839604491c1896553) update URL - [`32facd2`](https://github.com/vinta/awesome-python/commit/32facd21149afbfaa6a37ed96a9f1178b3b9b314) insert pyvips alphabetically - [`fc54824`](https://github.com/vinta/awesome-python/commit/fc5482470bcfe13e2e9bb7caaca8108d6408200c) Merge branch 'master' of https://github.com/vinta/awesome-python into add-pyvips ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 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](https://github.com/libvips/pyvips) is a binding for the [libvips image processing library](https://libvips.github.io/libvips/). 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](https://pypi.org/project/pyvips/), has [complete documentation](https://libvips.github.io/pyvips), has a large test suite, and has no known memory leaks. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-27 02:10:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#12738