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
Hi frends! libvips/php-vips is fast and low-memory usage graphic engine (for create image thumbnails, add watermarks and etc.). Bechmarks compare to imagick and GD → here.
And will be greate to support its in static-php-cli (and in my case, in FrankenPHP, based on static-php-cli ).
php-vips exists as PHP-FFI version and as standart binary php-extension (stiil supported in 1.x branch).
FFI-version cant be implemented on Linux (because PHP-FFI in static-php-cli not supported yet https://static-php.dev/en/guide/extensions.html what really makes it unusable for website hosting), for this reason i propose try to support as binary php-vips 1.x binary PHP-extension.
P.S. Thanks all static-php-cli team for awesome project!
The text was updated successfully, but these errors were encountered:
vips requires glib, glib requires meson, meson requires python. I can theoretically implement vips extension, but the cost is that python needs to be installed before compilation.
vips requires glib, glib requires meson, meson requires python. I can theoretically implement vips extension, but the cost is that python needs to be installed before compilation.
I think that would be more than acceptable, but the 2.x branch would be much preferred.
Hi frends! libvips/php-vips is fast and low-memory usage graphic engine (for create image thumbnails, add watermarks and etc.). Bechmarks compare to imagick and GD → here.
And will be greate to support its in
static-php-cli
(and in my case, in FrankenPHP, based on static-php-cli ).php-vips exists as PHP-FFI version and as standart binary php-extension (stiil supported in 1.x branch).
FFI-version cant be implemented on Linux (because PHP-FFI in
static-php-cli
not supported yet https://static-php.dev/en/guide/extensions.html what really makes it unusable for website hosting), for this reason i propose try to support as binary php-vips 1.x binary PHP-extension.P.S. Thanks all
static-php-cli
team for awesome project!The text was updated successfully, but these errors were encountered: