Nahil A. Sobh

Results 11 comments of Nahil A. Sobh

Hi @jcupitt -- looking back at release libvips version 8.15.1 I noticed that Q >=90 is not supported. But in the statement above by @sinamcr7 (copied here): image.tiffsave('wsi3.tiff', tile=True, compression='jpeg',...

I used 8.15.3 with this image: http://merovingio.c2rmf.cnrs.fr/iipimage/PalaisDuLouvre.tif vips --version vips-8.15.3 vips im_vips2tiff PalaisDuLouvre.tif output_image.tif:jpeg:90,tile:256x256,pyramid and got falsely colored image. Thx.

I'm getting this output in qupath

```python import matplotlib.pyplot as plt import matplotlib.image as mpimg img = mpimg.imread("output_image.tif") plt.imshow(img) plt.show() ``` and got this

I tried with Q=89 and got this

I think v 8.15.3 can not take Q>=90 and generate the correct compressed image.

But how come the python image viewers showed the same false colors as qupath