Results 1568 comments of John Cupitt

Though I'd probably use `jpeg` rather than `lzw`.

You'd need to share a lot more information. Maybe your blue channel has fallen off somehow? I see: ``` $ ~/try/vips2ome.py nina.jpg x.tif ``` Then in QuPath 0.5.1: ![Image](https://github.com/user-attachments/assets/c5c64f33-861f-44fc-9144-929dc0cb1d56) So...

Hi again, is this an image from openslide? They have an alpha channel, could that be it? Can you share the image? If not, maybe: ``` im = pyvips.Image.new_from_file(sys.argv[1]) im...

I don't think it needs the `A` or `S` to be tallest. Any character that sits exactly on the baseline will work, since it's measuring baseline from logical. For example,...

Hi @fuaiyi007, sure, I think it should be pretty easy. It's too late for the 8.18 cycle (we're in feature freeze), let's try this in 8.19.

I think adding `rawload_source` sounds simplest. We could use it to implement `vipsload_source` as well, which is currently missing.

Hello @Starbix, I thought I'd repeat something said in chat so we have a record. Another possible approach (which I think is maybe what you were proposing in chat) could...

We need to get libvips 8.18 out of the door pretty soon, let's move this to the 8.19 cycle in the first half of nest year.

Great! I'll have some time after June next year.