I want my image, a buffered Image, to have a transparent background, I first tries using a png, then a gif, then I tried using imageFilters but I could also not hit it off, so now I decided to use a simple jpeg, set the background to a color and then get rid of that color, again, I assume imageFilters would fit for that, but I don't know exactly how to use them, the color I want to get rid of is 0xff00d8 (Magenta).
Can anyone help with a way to do this, or an example?