adding suffix to file name and re-saving
I need a simple script that saves the open file as a jpeg at 80% compression to the same directory as the original, while adding a suffix to the end of the file name. So for instance, if the file open is "image.png", I'd like it saved as "image_thumb.jpg". I've tried to create my own, but I just don't have the chops for scripting. Can anyone help?
