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 currently working on whole slide histology images, and my workflow involves several steps. First, I divide these images into tiles (grid base). Next, I determine whether each...

I'm trying to convert pdf to png, do some stuff with image and then upload result to s3, which needs to save image in buffer or like file. Everything works...

Hello, I'm working on a Torch dataset that directly reads tiles using pyvips from multiple WSI histopathological images in any given sequence. This means the first tile could be from...

Hi, We have SVS files coming out of Leica GT450 and we are applying icc profile application using pyvips. We perform bandsplit, arrayjoin, metadata injection and finally using tiffsave to...

Hi, I'm just wondering, is there going to be a new release of pyvips soon? libvips 8.15 introduces highway for simd which is exciting, however current pyvips v2.2.1 on PyPI...

Hi! I just want to let you know that the installation method using conda is currently not working, at least for me. Here's the error that I got when trying...

Hi, recently, I tried to use pyvips to generate WSI patches, but I encountered a problem. Given a coordinate list shaped like N × 2, where N is the number...

Hi, I am attempting to draw polygons onto an Image using `svgload_buffer`. The Image size is roughly 100k×200k. The problem arises when I try to read data from the created...

>>> import pyvips >>> text = pyvips.Image.text(" The package is on the way. It can be", dpi=600) spaces disappear https://github.com/libvips/pyvips/assets/47808515/da2272ee-6285-4065-968a-474dd549b96b)

import pyvips svs_file = 'file.mrxs' img = pyvips.Image.new_from_file(svs_file, level=0) img2 = img.crop(x1, y1, h, w) img2 = np.asarray(img2, dtype=np.uint8) I got an attribute error from "level=0"