GNOME Bugzilla – Bug 675662
Support saving as .gif file
Last modified: 2012-05-12 10:25:37 UTC
When viewing a .gif file in eog and trying to save it to da different location via 'Save as' I get the following error message: 'File format is unknown or unsupported' 'Image Viewer could not determine a supported writable file format based on the filename. Please try a different file extension like .png or .jpg.'
GIF is not supported as far as I know, plus it's not a format that I would recommend to use.
1.: I can view GIF with eog, so I would count that as supported. 2.: I don't recommend using GIF either, but if you got a bunch of files why not look trough them first, saving the ones you need first and afterwards converting them? Also: how does not recommending GIF make a reason for not being able to save it when it's displayed in the first place? 3.: What does 'Save as' do different than simply copying the content if it didn't change? So why should this be limited to any kind of files if the file loads in the first place?
(In reply to comment #2) > 1.: I can view GIF with eog, so I would count that as supported. We explicitly distinct between formats we can read and write as we depend on GdkPixbuf support for this right now. > 2.: I don't recommend using GIF either, but if you got a bunch of files why not > look trough them first, saving the ones you need first and afterwards > converting them? > Also: how does not recommending GIF make a reason for not being able to save it > when it's displayed in the first place? > 3.: What does 'Save as' do different than simply copying the content if it > didn't change? So why should this be limited to any kind of files if the file > loads in the first place? Well, that's the problem we have due to the distinction above. Actually the menu is missing something like an "Save a (unmodified) Copy" which would handle this case. This is not limited to GIFs. SVGs have the same limitation for example. --- Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 545578 ***