GNOME Bugzilla – Bug 470459
The flatten image/animation of gif export plugin is not keept
Last modified: 2008-01-15 14:13:29 UTC
keep the parameters choosen for animation or flatten image in memory for at least next 'save' (the choice could be eventually different for save as), but save is more often used with new version of the animation. Other information: Some parameters are keept between saves (frame diff, time of frames display, etc... This could help economise at least one click to an already fastidious and repetitive operation.
The gif-save plug-in should probably attach a "gif-save-options" parasite to the image, similar to the "jpeg-save-options" parasite that is used by the jpeg plug-in. This would contain the values used recently for that image (regardless of what is done in other images). It could also have a separate "gif-save-defaults" parasite for storing the user-configurable defaults (using "Load/Save defaults" buttons). This part is related to bug #63610 or the extension with multiple presets proposed in bug #120829.
*** This bug has been marked as a duplicate of 75459 ***