molly wrote:
mine didn't go to the desktop, There are no numbered files there and no dialogue comes up asking where you want to save. When I click snapshot, it just flashes then doesn't show up anywhere. I saw where Graechan posted about making folders but maybe that was another script, unless mine is outdated Mine says Aug 2011 on it
Edit: I just found them in my Molly folder. Now if I could just get a dialogue that allows me to save them to a folder in case I would want them for a tute or something.
Perhaps a little explanation is in order.
Firstly, the script was written back before the Save command was split into Save and Export. Back then, saving an image to a PNG file required three separate dialogs: 1) whether to save just the active layer or save the composited result of all layers, 2) the name of the file, 3) the quality and other PNG options. The way Exporting is currently handled by GIMP simplifies this process somewhat and the script is not quite as beneficial as it was when written (though the timestamp filenaming is still nice).
Secondly, as stated by others, the script saves the time-stamped files back to the same directory from which the original image was loaded. However, images might be created by means other than loading a file from a directory; e.g., "File->New", screenshots or scans, or any of the "File->Create" logos and buttons. For these "non-file" images I decided the script should save the timestamped files to GIMP's default save directory. The default save directory is specified as a property of the desktop shortcut icon for the GIMP program (right-click on the GIMP icon on your desktop, choose Properties, and you should see a setting such "Starts In:").
I had considered adding a separate command that would present a dialog allowing you to select a directory and specify a name, however, it would still be necessary to have the no-dialog version; one of the main points of script was to simplify saving those timestamped snapshots. Thus, I would need both menu commands. Having two commands to perform one task seemed overkill, especially since the setting of the output directory and filename can readily be accomplished by performing a "File->Save" and creating a file in the target directory, though admittedly without actually needing to save the file.
So the script does have a command that provides a dialog that allows you to save the files to a particular folder -- the command is "File->Save" (or "File->Export"). Though it is not part of the script, it can be considered part of the process of using the script. Any script I would write to accomplish saving files to a particular folder would just end up doing the same thing as "File->Save".
I realize it would probably be preferable if the timestamped snapshot files were all placed in a subdirectory of the the folder containing the original file, but Script-fu did not have the ability to create folders at the time (it still doesn't, but
hopefully such will be available in 2.10).