pyvips icon indicating copy to clipboard operation
pyvips copied to clipboard

python binding for libvips using cffi

Results 193 pyvips issues
Sort by recently updated
recently updated
newest added

Hello, I am having some performance doubts. My use case is resizing a large image into 3 different ones on a single core VPS. It goes like this, a single...

question

**Is your feature request related to a problem? Please describe.** When getting this error on a script someone else wrote it's not obvious what's happening and what the problem is...

Hello, thanks for creating vips and providing excellent documentation. When i do `pip install pyvips` on my Mac running OS Catalina I get the following errors. I have vips version...

bug
in development

Hello. I created [aur package](https://aur.archlinux.org/packages/python-pyvips/). Hope you'll join to maintain it

Can we get Windows conda-forge builds? I only use Conda on windows, (I just don't see the usefulness of Conda on Linux/macOS) so Conda installs of pyvips not working for...

help wanted

Hi, I usually use nip2 to join multiple image tiles to one large dataset (using image, join, array) and export the dataset to bigtif files (e.g. 250.000 x 150.000 pixels)....

question

This is an attempt to spot all geometry issues in VIPS resizing at once. Pillow 7.0 has been released today (no SIMD version yet) and I've implemented a new resizing...

enhancement

Link: https://github.com/vinta/awesome-python/pull/1101 It needs 20 +1s to get on the list.

help wanted

I installed libvips on Ubuntu 20.04 by 'vips-8.10.0.tar.gz' and install pyvips with pip. Then `import pyvips` can work in Python 3.6 but cann't read any images, even `jpeg` or `png`...