vips

Create Vips Image from Numpy RGB array for big images

Create Vips Image from Numpy RGB array for big images Question: I was trying to output a large, generated image with PIL/Pillow, but it breaks when the image sizes get bigger. So based on things I read on SO, I’m trying to use Vips. My generated data is a numpy array of RGB values. I …

Total answers: 1