After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 103953 - Save as does not work for gif files
Save as does not work for gif files
Status: RESOLVED NOTABUG
Product: eog
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-01-20 09:21 UTC by Balamurali Viswanathan
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description Balamurali Viswanathan 2003-01-20 09:21:59 UTC
When I open a gif file in eog  and try to save as a *.gif it gives me an
error, and the file is not saved. The error says unsupported file type.
This problem is not seen with jpg, jpeg and png file types.
It is seen only with the following types
bmp, gif, ico, pnm, ras, svg, tga, tiff, xbm, xpm
Is this a bug or expected behaviour. Thanks.
Comment 1 Federico Mena Quintero 2003-01-22 17:19:35 UTC
This is expected.  There only is code to write PNG and JPEG files.

This should actually use the GdkPixbuf saving code, but it was written
before GdkPixbuf supported that.

[Not that GdkPixbuf supports all the formats by itself...]

I'll mark this as NOTABUG.