Results 1 to 4 of 4

Thread: VBA Combine PNG/JPG to an animated Gif

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    You're on the right track with your function to read the image files. To combine them into a GIF, you'll need to look into libraries or APIs that support image manipulation and GIF creation. There are several options out there, like ImageMagick or the .NET Framework's System.Drawing namespace.
    Once you've got your images loaded, you can set the duration for each frame (in seconds) and save the result as an animated GIF. Don't forget to compress image sizes to keep your GIF file manageable!
    Good luck with your VBA adventure!
    Last edited by Aussiebear; 05-16-2025 at 03:59 PM.

Tags for this Thread

Posting Permissions

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