CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    33

    Q: Applet run-time creates image file?



    My applet needs to create an image file at run time.

    Could it be possible?


    Thanks advance!




  2. #2
    Join Date
    Feb 1999
    Posts
    4

    Re: Q: Applet run-time creates image file?



    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured