We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I notice some weird dark borders applying mask using Imagick. Using GD, mask is very slow but borders seems ok.
mask
Thought?
$image = Image::make('image.png'); $cutContour = Image::make('cut_contour.png'); $image->mask($cutContour, true); return $image->response();
image.png: https://pasteboard.co/GOrgBx4.png cut_contour.png: https://pasteboard.co/GOrgUf2.png
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I notice some weird dark borders applying
mask
using Imagick.Using GD,
mask
is very slow but borders seems ok.Thought?
This is the code:
These are the original images:
image.png: https://pasteboard.co/GOrgBx4.png
cut_contour.png: https://pasteboard.co/GOrgUf2.png
Result with Imagick
Result with GD
The text was updated successfully, but these errors were encountered: