hello again! let's say I have a png file and I want to change all the red colors to another color. is it possible? what's the code? tnx again guys
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
5
posted
0
let's say I have a png file and I want to change all the red colors to another color. is it possible? what's the code?
Where are you processing the image? I don't know how to do that in the mobile, but on the server-side you can use Java Advanced Imaging for manipulating the PNG image. Here's my attempt to code a sample using the JAI API (not compiled, no guarantees of any sort):