i = getImage (getDocumentBase(), "rosey.jpg");
GrayImageFilter gif = new GrayImageFilter ();
j = createImage (new FilteredImageSource (i.getSource(), gif));
TransparentImageFilter tf = new TransparentImageFilter (.5f);
k = createImage (new FilteredImageSource (j.getSource(), tf));
l = createImage (new FilteredImageSource (i.getSource(), tf));