Results 1568 comments of John Cupitt

I don't think there's a bug here, but we could probably improve magicload's colour handling. Let's leave this open as an enhancement.

Hi again, you need: ``` vips copy 3198.avif[n=-1] x.avif ``` By default, libvips only opens the first page of a many page (or many frame) image. Set `n` to the...

Hi @mary-11, By "selecting the first three", do you mean removing the low res levels? Or removing the largest three levels? TIFFs are ordered from highest res (largest number of...

Hi @knoppmyth, Oh dear, that sounds bad. I'll investigate later this week.

I downloaded the tarball, thanks. I was able to reproduce this in ubuntu 23.10 with libvips master and this prog: ```python #!/usr/bin/env python3 import sys import pyvips input_directory = sys.argv[1]...

I tried in C and it also fails, so it's not python: ```C /* compile with: * * gcc -g -Wall try345.c `pkg-config vips --cflags --libs` */ #include int main(int...

It could be a stack overflow, I guess, I'll check.

Sorry, I've been distracted on other projects. Please have a go if you have time!

Does anyone have a link to a good test image?