-
Notifications
You must be signed in to change notification settings - Fork 379
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
applyMask() not working #750
Comments
Hey, thanks for reporting this, sorry about the delay - Is this still an issue? If so, would you be able to contribute a failing test case? |
Hi, |
@antoligy
Let me know if you need anything else. |
Thanks for this, I'll take a look most likely this evening! 😄 |
ping @antoligy ;) |
@retosteffen It seems that this issue got forgotten. Easily happens! Since it's so old and not mentioned much anymore, I have decided to close it. If it's still an issue for you, or anyone, please open a new issue so that we know it's a current problem to debug. And thanks @antoligy for the intention to fix this, if you have any more context to this issue and would like to contribute a new issue (Even if not working on a PR), I'd be super grateful. Thanks! :) |
I tried to create a new Filter that transforms square thumbnails into round thumbnails with a mask on a PNG file.
(If I'm correct transforming jpg into png files isn't yet implemented in this bundle.)
But the applyMask() doesn't work, it just gives me back the same file.
Is this not yet part of the bundle or am I doing something wrong?
The text was updated successfully, but these errors were encountered: