pyvips
pyvips copied to clipboard
python binding for libvips using cffi
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.   ```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)....