-
Hi, I start with an image of a blue t-shirt on a white background. I want to replace the white with the transparent color. How can I achieve this? Thanks Mark. |
Beta Was this translation helpful? Give feedback.
Answered by
Surfrat
Jul 27, 2021
Replies: 1 comment 3 replies
-
I solved this by using ImageSharp. I have a Skia solution here but I could not get it to work in SkiaSharp. I investigated other libraries and ImageSharp did the job. Here is the solution. I would prefer to just use SkiaSharp so please post the SkiaSharp solution if you get it to work :) |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Surfrat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I solved this by using ImageSharp.
I have a Skia solution here but I could not get it to work in SkiaSharp.
I investigated other libraries and ImageSharp did the job. Here is the solution.
I would prefer to just use SkiaSharp so please post the SkiaSharp solution if you get it to work :)