Q
Qu0ll
BufferedImage does not appear to implement Serializable so I don't know how
to send an instance of this class from a server to an applet. The server
will not necessarily have the image file stored locally so I cannot use
ImageIO from the applet as the server will acquire the image from yet
another server. Ideally I would like to transmit the image as a Base64
encoded section in an XML file.
So what are the options for transmitting a BufferedImage? How do I encode
it into Base64?
--
And loving it,
-Qu0ll (Rare, not extinct)
_________________________________________________
(e-mail address removed)
[Replace the "SixFour" with numbers to email me]
to send an instance of this class from a server to an applet. The server
will not necessarily have the image file stored locally so I cannot use
ImageIO from the applet as the server will acquire the image from yet
another server. Ideally I would like to transmit the image as a Base64
encoded section in an XML file.
So what are the options for transmitting a BufferedImage? How do I encode
it into Base64?
--
And loving it,
-Qu0ll (Rare, not extinct)
_________________________________________________
(e-mail address removed)
[Replace the "SixFour" with numbers to email me]