how can i remove or transparent image background in uwp like auto background remover?
Loading
how can i remove or transparent image background in uwp like auto background remover?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Deepak RawatPosted Apr 20, 2023, 10:41 AM
To remove or make transparent the background of an image in a UWP (Universal Windows Platform) app, you can use the Win2D library
Shweta LodhaPosted Dec 30, 2021, 7:58 PM
Dipa MehtaPosted Dec 30, 2021, 4:21 PM
Hi Lalit,
Currently, UWP apps could not create backgrounds that are totally transparent. As an alternative way, I suggest that you could try to use Acrylic material to fill your background. Acrylic is a type of Brush that creates a partially transparent texture. You can apply acrylic to app surfaces to add depth and help establish a visual hierarchy.
You could check the acrylic effect and how to user it from this link: Acrylic material(https://docs.microsoft.com/en-us/windows/apps/design/style/acrylic)
Thanks.