Hi,
I have found a way to make a background transparent using ImageSharp. I will create a custom toolbar button in SfImageEditor to start the image manipulation.
What I need to know is the color of the pixel underneath the users finger? This is effectively a color picker.
So the flow will be:
- Load image.
- Select color picker toolbar button.
- Tap on image.
- Select color from tap.
- Call custom action and replace the tapped color with the transparent color.
- Reload the image.
Thanks
Mark.