My applet needs to create an image file at run time.
Could it be possible?
Thanks advance!
Printable View
My applet needs to create an image file at run time.
Could it be possible?
Thanks advance!
If you mean you need to create a GIf or a JPEG, then there are several
libraries available that do this. Take a look at Obrador's Essential JPEG
library.
Don't forget the security restrictions from an applet though!
Dave