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

Is there a possibility of using pyvips to crop a high resolution polygon from an svs image. Something like this but without any pieces of surrounding tissue: I would like...

As a senior QA engineer I need to inspect differences in high resolution monochrome tiff files. Currently, as a tech-time project, I am using the pyvips python library to compare...

Hi, I am using pyvips to generate pyramidal tiffs for some bigger images and I am seeing some distortion of the images when I try to process a few images...

How to combine 2 vips images into a 2 page tiff? The 2 vips images look like:

I need to match the color distribution between some images using a custom algorithm. In order to estimate the distribution I would like to sample rgb values from the image....

I'm using `pyvips.Image.icc_transform` to convert an image's color space to sRGB. This API with a tiny, little flaw is also covert a sRGB image to sRGB. I need to detect...

question

hello, I need to draw many rectangles on a image, I understand pyvips copies the image in every operation so I'm wondering how can I bypass that, the docs say:...

I was trying to apply an histogram processing only in the H component of HSV colour space, but the assignment of the _result_ to the specified component _image_hsv[0]_ is producing...

Hi, I have a few processes making use of older vips python options ( gi.require_version('Vips', '8.0') ). To maximise the efficiency of processing larger numbers of images this was twined...

Is there a chance to get API mode on windows?