John Cupitt
John Cupitt
A duplicate bug report with some useful sample images: https://github.com/libvips/libvips/issues/4212
Hi @geomaster, I agree the libvips webp API needs fixing. I think we should design a new API that reflects webp best practice and has options that match `cwebp` as...
`size_t` is always correct for the size of memory objects, but it's 32-bits on win32 32-bit builds, which means it's too small for the size of filesystem objects. `size_t` is...
Ah thank you for fixing this Kleis. It looks great, let's merge.
I merged to master as well.
There's a TIFF tag for JXL compression: ``` $ grep -i jxl *.h tiff.h:#define COMPRESSION_JXL 50002 /* JPEGXL: WARNING not registered in Adobe-maintained registry */ ``` So I suppose we'd...
No, I'll be looking at HDR and streamed encode and decode under the NGI grant.
I've no immediate plans. I'm finishing nip4 right now, then a conference, then some work on DICOM, then the next libvips, and then the NGI grant, I think. Maybe after...
Ah, no problem, it's just a question of scheduling. Too much to do, too little time, etc. Plus I'm a little unsure how useful it'd be. I don't know of...
Hi @tpendragon, libvips `tiffload` supports sub-byte values (1, 2, 4 bits) plus whole byte values (8, 16, 32, 64 bits), but not fractional values (eg. 10, 12, etc.). It wouldn't...