> > All we know for sure is that the only way to get > the > > Raster is to make a BufferedImage using read(0) > which > > guarantees a performance hit. > > I am not that sure. You seem to be asking for > something > more than the Raster. :-) As Robert suggested at > http://forums.java.net/jive/thread.jspa?messageID=2808 > 13 > you might be able to get the raw color space info > from > image metadata.
Actually, I want less than the Raster. All I really want is the data in the dataBuffer. But I want it as an array of int's. As for getting, "...the raw color space info from image metadata..." I would really appreciate some example code. I'm too stupid to figure out that one myself. So if Robert is reading this, perhaps you could post a simple example of how to read the image metadata. [Message sent by forum member 'demonduck' (demonduck)] http://forums.java.net/jive/thread.jspa?messageID=280887 =========================================================================== 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".