Hi,

maybe your problem has somethin gto do with different datatypes
you use. with the Toolkit version you are using a java.awt.Image and
with the javamedia version you use a java.awt.image.BufferedImage.
As far as I know there are some differences in the internal representation
of the image data (due to alpha capabilitiy for the BufferedImage).

Hope this helps

Sven

============================================
Sven Reimers
TU Hamburg-Harburg
Institut of Automatic Control


=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 2D Home Page: http://java.sun.com/products/java-media/2D/

Reply via email to