SFML community forums

Help => Graphics => Topic started by: Kobie on December 23, 2010, 05:21:18 am

Title: Edit: Deleted.
Post by: Kobie on December 23, 2010, 05:21:18 am
Edit: Deleted.
Title: GIF image format
Post by: Laurent on December 23, 2010, 08:10:29 am
I think both SDL and SFML are a very bad choice for such a program ;)

What you need is a "real" windowing framework like Qt. It will load every format that you possibly want, and give you all the windowing functions that you need (setTitle). SFML and SDL are made for real-time multimedia; an image viewer doesn't exactly fit in this category.

By the way, GIF is badly supported in open-source libraries because as far I as know, it was still patented until recently.
Title: GIF image format
Post by: Laurent on December 23, 2010, 08:28:39 am
I don't see why Qt wouldn't be fast enough (whether you're talking about loading images or displaying them). At least, SFML is probably not faster anyway.