-
1. Re: 'Save as jpeg' shortcut possible? - in same folder as open file
Curt Y Nov 29, 2012 7:52 AM (in response to adam!!)1 person found this helpfulYou can use File/scripts/image processor to do this, but takes several clicks.
-
2. Re: 'Save as jpeg' shortcut possible? - in same folder as open file
adam!! Nov 29, 2012 8:05 AM (in response to Curt Y)Thanks, nearly!
I managed to combine it with an Action and assign it to an F key - but it's missing 2 things:
- Pressing F6, instead of 'running' the image processor script, opens the dialog box so I have to click it
- The script does all of the open files, not just the single one I'm working on
But thanks, that reduces it to 1 button press and a click! Can anyone reduce that to 1 button press??
Thanks!
-
3. Re: 'Save as jpeg' shortcut possible? - in same folder as open file
Curt Y Nov 29, 2012 8:44 AM (in response to adam!!)You could set up a shortcut key. "How To" in this link.
-
4. Re: 'Save as jpeg' shortcut possible? - in same folder as open file
c.pfaffenbichler Nov 29, 2012 8:52 AM (in response to adam!!)1 person found this helpful- Automatically save it in the same folder as my .PSD
- Save it as '10' quality in the jpeg settings
- No dialog boxes, as soon as I press the button, it saves it - if there's already a .jpeg of the same name, it creates a '-1','-2' etc.
A Script can do all that and if you use a Configurator Panel to trigger it this becomes a one-click-task.
-
5. Re: 'Save as jpeg' shortcut possible? - in same folder as open file
c.pfaffenbichler Nov 29, 2012 9:00 AM (in response to adam!!)1 person found this helpfulThe Script Paul Riggott offered in
http://forums.adobe.com/message/4454061#4454061
would not work on Mac, I’m afraid, but it might provide a starting point.
-
6. Re: 'Save as jpeg' shortcut possible? - in same folder as open file
Curt Y Nov 29, 2012 9:03 AM (in response to adam!!)1 person found this helpfulIf you want to pursue the scripting option place your request in PS scripting forum at http://forums.adobe.com/community/photoshop/photoshop_scripting
-
7. Re: 'Save as jpeg' shortcut possible? - in same folder as open file
adam!! Nov 29, 2012 9:31 AM (in response to adam!!)Thanks everyone! I've posted in Scripts and will wait for a bite!
-
8. Re: 'Save as jpeg' shortcut possible? - in same folder as open file
DimPan Nov 19, 2014 5:16 PM (in response to adam!!)Greetings,
A lot of people are having the same issue regarding the Save As command in Actions. However, the solution is simple and it requires no scripting.
Try this: Create a folder (eg. temp) in a removable media (usb flash drive) and use this folder (temp) when you record the "Save As" action. When you're done recording, eject that media.
The next time you playback your action, Photoshop will take you to the same location as your opened file, since it cannot locate the previous destination (temp). It will however ask for a filename (identical to the opened one) so you can click OK, or hit Enter. Quite useful when you want to eg. save your opened raw files to JPG in the same folder.
Please notice that it is important that you DO create a folder in the removable media. If you go ahead without a folder, Photoshop (when you eject the media) will save to a hidden folder in System called Volumes (Mac OS), which is hidden by default.
I've tried it on a Mac, but I'm sure it works the same on Windows as well.
Hope this helped. Just remember NOT to insert that media when you playback your action in the future. Rename the media if necessary.