I'm looking to see if this is possible and if so how to do it. I want the user to upload an image with a white background. The image can be anything from a pair of shoes to a hat. The website will then automatically turn that white background transparent then store it. What I want to know is there a way using HTML Canvas/CSS to transform that white background to 100% transparency?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can have a look at this answer, which explains nicely how to change colors in an image using javascript : How to change color of an image using jquery However, you should do this using server side code, and be aware that results may vary, as just removing a color will not look nice on the edges of your object. |
|||
|
|
fuzzoption (2nd example) can help in some cases – Pekka 웃 Jul 28 '12 at 7:11