Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Support for php-vips #1980

Open
ildyria opened this issue Aug 19, 2023 · 0 comments
Open

[Enhancement] Support for php-vips #1980

ildyria opened this issue Aug 19, 2023 · 0 comments
Labels
enhancement New feature or request Low Priority Low priority issues

Comments

@ildyria
Copy link
Member

ildyria commented Aug 19, 2023

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 ildyria added enhancement New feature or request Low Priority Low priority issues labels Aug 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Low Priority Low priority issues
Projects
None yet
Development

No branches or pull requests

1 participant