Click to See Complete Forum and Search --> : Q: Applet run-time creates image file?


shuli
January 27th, 1999, 09:44 PM
My applet needs to create an image file at run time.

Could it be possible?


Thanks advance!

Shuli
January 27th, 1999, 09:44 PM
My applet needs to create an image file at run time.

Could it be possible?


Thanks advance!

David Salter
February 11th, 1999, 04:07 AM
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