I would vote for #1 - get rid of the classes entirely in Java 7.  The warning 
is already out there when compiling in Java 6.. there is no sense in dragging 
it on.

I would also vote for rewriting the JPEG loaders in Image I/O as they are quite 
poor performance-wise (and so is com.sun.image.codec.jpeg.JPEGCodec).  I expect 
you could at the very least double the performance.  The last I heard the 
existing codecs did not make use of vector instructions 
(SSE/MMX/Altivec/whatever), whereas any respectable implementation would.  
That's one of the primary reasons vector instructions like MMX were added to 
processors so many years ago.
[Message sent by forum member 'swpalmer' (swpalmer)]

http://forums.java.net/jive/thread.jspa?messageID=214236

===========================================================================
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".

Reply via email to