GIF Saving? Topic is solved

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
Xangis
Earned some good credits
Earned some good credits
Posts: 122
Joined: Fri Apr 14, 2006 9:49 pm
Location: Beaverton, OR
Contact:

GIF Saving?

Post by Xangis »

The GIF patent expired in 2003/2004. The wxWidgets docs say that wxImage cannot write a GIF. Is that still true or has that been added by now?

If GIF saving was added, do you know in what version it first appeared?
WinVista/7: VC++ .Net 2010 / Ubuntu 11.04: gcc4.4.3 [2.8.12 on all]
okurtsev
Experienced Solver
Experienced Solver
Posts: 54
Joined: Mon Jan 25, 2010 3:26 pm
Location: Ukraine, Kiev

Post by okurtsev »

Yes, the GIF format may now be used freely.

But it seems that GIF saving have not appeared yet in wxWidgets. I've not hear any information about changes.
C++, Win XP-32, Win7-64, WinVista-32, MS VS 2005, 2008, 2010
Auria
Site Admin
Site Admin
Posts: 6695
Joined: Thu Sep 28, 2006 12:23 am
Contact:

Post by Auria »

This is probably because by the time the GIF patent expired, PNG had already taken over GIF; so probably no one saw any interest in saving GIF files. But of course this is open source, so if you have any interest in doing so you can contribute the code to the developers
"Keyboard not detected. Press F1 to continue"
-- Windows
Xangis
Earned some good credits
Earned some good credits
Posts: 122
Joined: Fri Apr 14, 2006 9:49 pm
Location: Beaverton, OR
Contact:

Post by Xangis »

Even if it's less popular now, GIF is still one of the most common file formats -- certainly more so than a lot of the others that are supported, so it is probably worth having.

It looks like The GIMP can save GIFs. Maybe they have some code we can pilfer... err, I mean, adopt?
WinVista/7: VC++ .Net 2010 / Ubuntu 11.04: gcc4.4.3 [2.8.12 on all]
Post Reply