Writing WebP files in PHP, without GD or libwebp
Published
I’ve published PicoWebP, a WebP encoder written in PHP that works without GD, Imagick, libwebp or cwebp. It preserves transparency and colour profiles, supports resumable conversion, and trades speed for the ability to run on hosts without native image tools.