Results 1 to 3 of 3

Thread: How to create an animated GIF file with some BMP files?

  1. #1
    Join Date
    Nov 2010
    Posts
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default How to create an animated GIF file with some BMP files?

    How to create an animated gif file in Qt? I'm using a QGLWidget, I hope to create an animated gif file when the scene in the QGLWidget is changing.

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: How to create an animated GIF file with some BMP files?

    This has nothing to do with Qt.
    Did you try google on creating animated gifs?
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: How to create an animated GIF file with some BMP files?

    Quote Originally Posted by accordionist View Post
    How to create an animated gif file in Qt?
    As far as I remember Qt doesn't write animated gifs. It only reads them. If you want to record your GL widget then using animated gifs is probably a bad decision anyway as gif can only display 256 colours. Better dump images you want to animate to disk and then use some external tool (like mencoder or ffmpeg) to assemble them into a proper avi or mpeg video.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Replies: 0
    Last Post: 23rd April 2009, 10:38
  2. rst2qhc: easily create qt help files
    By ralsina in forum Qt Programming
    Replies: 1
    Last Post: 23rd February 2009, 15:49
  3. Files needed to create a package
    By vermarajeev in forum Qt Programming
    Replies: 4
    Last Post: 30th April 2007, 14:22
  4. Replies: 3
    Last Post: 17th July 2006, 18:57
  5. is the Qtopia support animated GIF file...
    By ethos0714 in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 23rd February 2006, 12:26

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.