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

[MediaBundle] Use Imagick in all image filters #727

Open
FabianLiebl opened this issue Aug 23, 2019 · 0 comments
Open

[MediaBundle] Use Imagick in all image filters #727

FabianLiebl opened this issue Aug 23, 2019 · 0 comments

Comments

@FabianLiebl
Copy link
Member

Some pictures use special color spaces, which leads to wrong colors in their formats after usage of our filters. This only seems to be the case when we use the default GD library, Imagick seems to not have that problem.
We already added a default usage of Imagick (if available) to ImageFilter.php and ImageBlurFilter.php, but we should also add it to BackgroundFilter.php and ImageZoomFilter.php.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant