Results 1568 comments of John Cupitt

I see: ``` $ vips --version vips-8.15.1 $ vips im_vips2tiff PalaisDuLouvre.tif output_image.tif:jpeg:90,tile:256x256,pyramid ``` I can view it in vd and eog: ![image](https://github.com/user-attachments/assets/cd2d8e99-996e-4fed-8f6c-375ebab9429a) ![image](https://github.com/user-attachments/assets/c0466159-b425-43ce-a37d-bd7f915fbe31) Here's the file it generated: www.rollthepotato.net/~john/output_image.tif It...

You are using the old vips7 syntax, which is deprecated. The new CLI syntax is: ``` $ vips tiffsave PalaisDuLouvre.tif output_image.tif --compression jpeg --Q 90 --tile-width 256 --tile-height 256 --pyramid...

Did you download the image I made and test that? I tried that image in QuPath 0.5 and I see: ![image](https://github.com/user-attachments/assets/f3199fae-f8e5-4c73-b3b4-61633e3ba522) What version of QuPath are you using?

Maybe QuPath on mac is using some system library that can't read these files? In any case, it's clearly a bug in your image viewer, the file is correct.

I suppose it's also picking up a buggy library. Did you download the version of the image that I made?

I tried in macos Preview and the image looks fine. Did you download the version of the image that I made? What do you see with that exact file in...

Nice! Yes, maybe a separate repo is better.

Ah fantastic! That's so cool. I'll test here as well. Shall we put you on the `authors` list as well? What email addr would you prefer?

Is is possible to invert the sense of this option? I'm sure most people should use the netvips binaries rather than the system ones. So `pip install pyvips` has the...