You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Could be an interesting alternative to imagick & GD for image processing.
The text was updated successfully, but these errors were encountered: