CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2006
    Posts
    306

    Generate animated .gif from two images?

    I was wondering if you can create an animated .gif from two images, so can you?

    The images would be the same size so no extra conditions(?) there.

    I'm having a live image being pulled from a website every so often, like 10 minutes, and I want to compile all the saved images into a short .gif file.

    I could just get a program to do it for me, but what's the fun in that? I also need to be working on my image manipulation, because I have little experience in that.

  2. #2
    Join Date
    Jun 2008
    Posts
    2,477

    Re: Generate animated .gif from two images?

    I don't know of any built in functions for this in .NET. If I'm wrong, someone correct me. If there aren't, I would suggest using a third party library for conversion instead of rolling your own. If you really wanted to, you could check out the spec on GIF images and do the conversion yourself I guess.

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