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

How to apply filter to ONLY non transparent part of the image #133

Open
Adeel984 opened this issue Dec 21, 2022 · 1 comment
Open

How to apply filter to ONLY non transparent part of the image #133

Adeel984 opened this issue Dec 21, 2022 · 1 comment

Comments

@Adeel984
Copy link

First of all thanks for this great package, I need to apply filter to images which has transparent background but when i apply filter it shows filter color on the transparent side.

Any help would be highly appreciated.

Thank you.
Screenshot_1671641377

@alexpovkolas
Copy link

If anybody still needs that a composition filter does the trick:

<DstInComposition resizeCanvasTo={"srcImage"} srcImage={<Image style={style} source={yourImage} />} dstImage={<YourFilter {...props} />} />

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

2 participants