Hello Jerry, I tried your code and it does exactly what I wanted, thank you. But I need so more more orientation. The process I'm doing is
1.get the ImageProducer of my image 2.apply the image filter 3.createImage from the resulting image producer 4.wait with a mediaTracker for the image to be ready and the resulting image is what I need but, all these steps are too slow for my pourpose. I need to apply this effect to 2 images that are the "walls" of the corridor, and the view of this walls changes with MouseDragged and still the movement must look smooth. Also I have to apply this imageFilter to the frames of a playing avi movie. I thinked of the idea of using buffered images, but there would be a lot of them and a lot of memory used. any comments are highly appreciated, thanks Jonathan =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA2D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
