How to make a particular color transparent
I have a colorful png and i only want to remove white color
How will i do it without any background removal app (i mean using script)
How to make a particular color transparent
I have a colorful png and i only want to remove white color
How will i do it without any background removal app (i mean using script)
Just use code similar to what the background removal app would use. Refer to my Image Transparency Adder/Trimmer scenario's code.
I implemented java.awt and javax.swing classes (for file operations) in the scenario which are not HTML5 friendly. Just download and look at code in Pix class (mainly, setTransaprent(Color) method).