Hi there, my name is Daniel and I'm from Spain.
I am developing a small program which cuts images by the color.
That's will be easiest to explain using an example image. I have got this image:
http://dl.dropbox.com/u/944667/Ejemplo1.png
And I want to create a new image just with the purple form, without the black frame.
Does anyone have any idea? I am using Java 2D so I think that I need to create an Object "Shape" with the purple area of the first image.
Thank you!!!
Best regards, Daniel.