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

Hi, I am a new in image processing. I am trying to convert whole slide image to DZI format using pyvips. When I process a 166MB wsi image, it works...

Hello :) My python application is repetitively accessing a single TIFF image image stored on a network associated system (NAS) for long periods of time. It is likely that we'll...

## Environment - Vips: `vips-8.14.1` - pyvips: 2.2.1 - gcc ``` $ g++ --version Apple clang version 14.0.0 (clang-1400.0.29.202) Target: x86_64-apple-darwin22.3.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin ``` - cffi: ```...

Currently i am working on digital microscope. I have to scan whole slide and then stitch them together to create a single image. i am scanning the slide in snake...

Hello author, I have read the doc but could not fully understand affine API. For example, I want to rotate an image around its center. I used to use opencv...

Hi, I am wondering if there is any ways to save an image to deepzoom file very fast? I am using `img.dzsave` but for an image like `` it takes...

I have been using pyvips lib for to convert string of text to an image and that image to bitmap array of 1 and 0. The problem which i am...

For reference i am sending you the 2 images with 20 pixel overlap. So i can find exact displacement for exact overlap. ![3_4](https://user-images.githubusercontent.com/48545766/219275024-89dda442-38ea-420d-9771-4cb20f1f9812.png) ![3_3](https://user-images.githubusercontent.com/48545766/219275035-95d9089e-750d-4dea-8a53-c79961490e25.png) ```python #!/usr/bin/python import sys import pyvips...

Is there scope to support pickle dumping for pyvips Images in the future? Currently, it fails - see minimal example to reproduce below: ``` import pickle import pyvips slide_path =...

Hello, I have been using Pyvips to process the whole slide images. I noticed that it usually took very long time to save pyramidal tiffs using pyvips.image.tiffsave (could be hours)....