Is there a way to convert an Image object to a byte[] ? THanks, Ike
Oliver Wong - 14 Jun 2006 17:36 GMT
> Is there a way to convert an Image object to a byte[] ? THanks, Ike
There are many ways, each one leading to a different sequence of bytes.
For example, saving the image to the PNG format will yield a significantly
different byte sequence than the BMP format.
- Oliver
Mark Space - 14 Jun 2006 19:11 GMT
> Is there a way to convert an Image object to a byte[] ? THanks, Ike
*coughrtfmcough*
http://java.sun.com/docs/books/tutorial/2d/index.html