John Cupitt
John Cupitt
I'm glad the workaround helped, but it'd be good to fix the issue you had. Let's leave this open as a reminder.
I think tilecache uses `cache->lock` to protect `ref_count`, so that shouldn't make any difference. Another possibility is lazy image open. When you open a JPEG in random access mode, it...
Hi @DarthSim, I believe that breaks spec --- EXIF orientation in HEIF is supposed to be ignored, see: https://github.com/strukturag/libheif/issues/227#issuecomment-642165942 For a workaround, I think we'd need to detect that this...
Good idea, let's do this in the 8.14 cycle.
OK, done! Thanks for the suggestion @tintou.
@kleisauke I thought this might be handy for bindings like NetVips. Rather than having to add API for every libvips configure option, we can just have a single vips operation...
Notes: - Maybe this should be called `options`? The name `configure` sounds too much like autotools and compile time configuration. - We could allow read of settings as well as...
Sure, it looks interesting and should be simple to support. Let's tag this as an enhancement.
I had a quick go: https://github.com/libvips/libvips/tree/add-qoi It's unfinished -- we'd need to add some stuff to qoi.h: - something to read the header - something to detect a qoi image...
Yes, I've had hangs when older versions of the library are picked up by mistake. Just wipe the install area and retry.