Results 1568 comments of John Cupitt

... though stripping the profile isn't always a great idea. It would be better to find out what's triggering this error. If you can find a sample image and a...

Yes, with current libvips you need to detect CMYK images and use `icc_import` before the `colourspace`. libvips 8.8 has better CMYK handling and this problem should just go away. Your...

For image#1 I would do: ```php #!/usr/bin/php

Looks like that works for your clown image too. I'm not sure why you saw that error. For a fallback profile, I'd recommend: https://github.com/libvips/nip2/blob/master/share/nip2/data/cmyk.icm Public domain, high-quality, nice results with...

It's due in spring, I think. There's one planned feature still to go in (being able to thumbnail complete animations), but otherwise it's done.

Hello @jarodium, that's a good idea. libvips 8.9 lets you define custom input and output streams, so you could make one which wrote b64. It's not available from php-vips yet,...

Hi, I've almost finished a rewrite of php-vips to use the new FFI module. It should make it easy to support the target/source API. The code (in progress still) is...

Let's track streaming here: https://github.com/libvips/php-vips/issues/101

Hi @jesseforrest, sorry, no idea, I've never tried php8. I had a quick look at some guides and I think it'll probably just work, but someone would need to do...

It seems quite a few tests fail. Looks like there will need to be a bit of minor dev work. ``` john@banana ~/GIT/php-vips-ext (master) $ make test Build complete. Don't...