NAME

extension_autosave2 - Periodically save all open images to temporary files

SYNOPSIS

<None>

DESCRIPTION

Every so many seconds (configurable), go through open images, and if modified, save a copy in ~/.gimp-autosave2. On startup, if unsaved images were open, reopen them.

TEMPORARY PROCEDURES

autosave2_configure - Edit settings

Set whether active, and how often to save.

SYNOPSIS

<Toolbox>/Edit/Autosave2 _settings...

PARAMETERS

  [PF_TOGGLE, 'active', 'Autosave active', 1],
  [PF_SLIDER, 'interval', "Save interval in seconds", 120, [5, 600, 5]],

AUTHOR

Ed J, based on an idea by Rain.

DATE

2014-05-24

LICENSE

As Gimp-Perl.