Lychee icon indicating copy to clipboard operation
Lychee copied to clipboard

[Enhancement] Support for php-vips

Open ildyria opened this issue 10 months ago • 0 comments

Could be an interesting alternative to imagick & GD for image processing.

php-vips is a binding for libvips 8.7 and later that runs on PHP 7.4 and later.

libvips is fast and needs little memory. The vips-php-bench repository tests php-vips against imagick and gd. On that test, and on my laptop, php-vips is around four times faster than imagick and needs 10 times less memory.

ildyria avatar Aug 19 '23 12:08 ildyria