Replace one color with another. #1738
Answered
by
jazzzsoftware
jazzzsoftware
asked this question in
Q&A
|
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. |
Answered by
jazzzsoftware
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 :) |
3 replies
Answer selected by
jazzzsoftware
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 :)