Raj Siva-Rajah
Raj Siva-Rajah
Hey @subomi. Would you consider adding GitLab to the community version too? (as an alternative to GitHub)
It happens when switching over to the the largest breakboint (1600px).
Hey @paescuj! Sure, it's for an icon picker in a drag-and-drop editor. Categories make it much easier for users to find what they're looking for.
> I guess it should somehow also contain the information about variants (solid, outline) then? That would be awesome, yeah! I'm currently scraping the `/icons` folder and assigning the variant...
Guys, @mrtiff hasn't had any GitHub activity since Nov 2022: https://github.com/mtriff. So it's safe to say this package is no longer maintained. There's a fork that seems to be active:...
Did a couple more tests with larger output dimensions. webp definitely seems to be working, just not as efficiently as cwebp: ``` // php-vips (webp) Image::thumbnail($inputPath, 1000) ->writeToFile(base_path('test.webp'), ['Q' =>...
Thanks for the info @jcupitt. I haven't tested using the CLI. Do you get the same results using `Image::thumbnail`?
Same problem with the CLI in Debian Bookworm. Original file: [https://images.pexels.com/photos/813011/pexels-photo-813011.jpeg](https://images.pexels.com/photos/813011/pexels-photo-813011.jpeg) Commands: ``` vipsthumbnail image.jpeg -s "16x16!" -o sm.jpeg vips webpsave sm.jpeg vips.webp --Q 20 --strip cwebp sm.jpeg -o cwebp.webp...
@jcupitt Interesting - it's Debian-specific. Results in an Ubuntu 22.04 container: Is it possible there's an issue with the Debian packages?
I've created a reproduction repository: https://github.com/binaryfire/vips-webp-debian-issue. You just need to clone the repo and run: ``` ./build-debian.sh docker run --rm -it debian-vips /bin/bash cd root ./test.sh ``` Then check out...