Hello,
I am decoding video and have an array used to store all the pixel
information in one frame. It is made up of 3 integer values from 0-255 used
to specify RGB colour repeated for every pixel in the frame, in order.
(somewhere around 25 000 pixels).
What is the most efficient way to display this info? I have been looking in
the java2D stuff and all I can find is setPixel. This just doesn't sound too
effiecient.
Anyone have any ideas?
Thank you,
Abel Rauch
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
===========================================================================
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".