ok, thanks to the help provided on this forum i can now edit and change images using Java2D but i have another question concerning this.
i’ve found that unless the image already has a transparent pixel, it isn’t possible to colour an image transparent. This, i believe, is attributed to the ColorModel used to create the “copy” of the image. So my question is, is there anyway to create my own ColorModel that will allow transparent pixels if wanted.
Mike Lomax