Hi!
I have some problems loading textures with JAI;
PlanarImage planarImage = JAI.create("fileload", fileName);
Texture texture = new TextureLoader(planarImage.getAsBufferedImage());
results in incorrect colors (i.e. yellow gets turquoise).
Without using JAI the colors are correct, but the loading is very slow
(15 seconds compared to 4 with JAI).
Thankful for any tips!
Regards,
Fredrik
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".