Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Save For Web as part of an Action Droplet without overwriting the original file

New Here ,
Dec 16, 2016 Dec 16, 2016

I am trying to make a droplet for an action where i combine photos and save them for web.

The action works perfectly with a single file and saves the file to the correct directory. However since I am unaware of a way within the Export As (Save to Web) command to save the subsequent files as different names, when I run it as a droplet, it just overwrites the previous files. Since there is no Save As in the action I cannot override the command and choose unique file names in the directory.

Anyone know how to Save For Web with unique filenames, or a workaround for this labelling loop? Seems ridiculous that Export As is not treated as Saved As within an action.

3.8K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Dec 17, 2016 Dec 17, 2016

Actions do not have very good features for saving output files Photoshop scripting does.  The Image Processor Pro script is a Photoshop Plug-in so is has support for Photoshop Actions.  You can record using the Image Processor Pro in you action you use to create your Droplet.  What ever you use in the Image Processor Pro dialog will be recorded into your Actions step and used when the action step is played without displaying any dialog.   You should have no problem saving the image files you wan

...
Translate
Adobe
Community Expert ,
Dec 17, 2016 Dec 17, 2016
LATEST

Actions do not have very good features for saving output files Photoshop scripting does.  The Image Processor Pro script is a Photoshop Plug-in so is has support for Photoshop Actions.  You can record using the Image Processor Pro in you action you use to create your Droplet.  What ever you use in the Image Processor Pro dialog will be recorded into your Actions step and used when the action step is played without displaying any dialog.   You should have no problem saving the image files you want where you want them save with the names you want.

The script will not overwrite files it would add a sequence number to your name and save your image with a unique name.

JJMack
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines