CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 1999
    Location
    India
    Posts
    11

    Dynamic gif generation

    Is there any way through which I can convert a java graphics dynamically to a gif or a jpeg image


  2. #2
    Join Date
    Dec 1999
    Location
    Chonghe, Taipei County, Taiwan, R.O.C.
    Posts
    231

    Re: Dynamic gif generation

    you may consider the following url for converting image to gif image .
    http://www.acme.com/
    Or you may consider Java2D for the jpeg image.
    good luck
    Alfred Wu


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