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

`find_load` and `find_save` would be useful for deciding what options are available to `new_from_file` etc. Take the implementation from eg.: https://github.com/libvips/pyvips/blob/master/pyvips/vimage.py#L347-L350 See https://github.com/libvips/libvips/issues/2953 for details.

enhancement

When I run `pytest` in the root pyvips folder, more often than not I'm getting this at the very end: ``` ===================================================================== warnings summary ====================================================================== tests/test_progress.py::TestProgress::test_progress_fields /opt/anaconda3/lib/python3.8/site-packages/_pytest/unraisableexception.py:78: PytestUnraisableExceptionWarning: Exception ignored...

Hello, I have a question about a discrepancy between the docs and the actual package. I want to use image resize with sending optional gap as it is referred to...

Hello there, I tried to follow the installation tips on the readme. I used conda install. conda install -c conda-forge pyvips conda install -c conda-forge/label/cf202003 pyvips but it failed. any...

I am trying to write large PNGs (its on a Kubernetes node with 8GB RAM). - I seem to be able to write large PNGs (e.g. 70MB on disk) by...

I have a number of NDPI image files that I am reading using pyvips. However, while I can clearly see that these images have metadata if I open them using...

Hi, I have a TIFF image that the size is 54757x67953, I tried to use tiffsave( ) and write_to_file( ) to covert the image to pyramidal tiff format, but they...

Hello, I'm trying to understand how to optimize and run this operation as fast as possible: I have several wsi which I would like to rotate/translate and then join together...

How would you feel about a PR adding one or more Jupyter notebooks to demonstrate the use of the library with inline graphical outputs? github renders notebooks natively, so they...

Dear expert: Hello! How can I apply the `GroupLasso` in pyvips so that it can be done for each pixel of the image and `w_hat[0]`,`w_hat[3]` can be known to judge...