Photoshop :: Action File Save
May 11, 2012
Working from Lightroom in PS - trying to record action to simply flatten layers and File Save back to Lightroom. PS records specific file path of original image used when action was recorded. Is there a way to eliminate this specific path?
View 1 Replies
ADVERTISEMENT
Nov 18, 2012
I did a search around, and did not find the answer. Basically I have attempted to create an action in Photoshop CS6 which will save a file in the tiff format after i crop the image. I want the file name to be the name of the image (which is supposed to change depending on name of the image) like this:
1280x720_MGXXX.tiff, where, in my case the XXX represents DIFFERENT NUMBERS.
I want to apply the action to one image at a time. Each image has a different number (name). I record the action, add the 1280x720 text to the image name in the Save dialog. I am saving the image in a different folder from the source file. The source file name is _MGXXXX.tiff (again XXXX is a number like 2220...).
When I run the action on a file, say "_MG2221.tiff" it adds the 1280x720, and saves the file. When I apply the action on the next file (_MG2222.tif), the action overwrites the existing file, 1280x720_MG2221.tif, with the image. The action always uses the name I entered in the Save dialog!! I think I was able to do this in CS4 and CS5.
I want to be able to open a file, crop and adjust it, and then save in a diff location with 1280x720 pretended to the file name.
View 2 Replies
View Related
Feb 25, 2009
I've got Photoshop CS4 and have created an action. However, for the life of me, I can't figure out how to save the action to a file so I can share it with others. The action converts a PSD to JPG and exports it for the web. How do you save an action so you can share it? I don't want to share all of my actions -- just this one.
View 1 Replies
View Related
Sep 16, 2005
way to save a file in a certain format through an action?
Like I want an image to be always saved in tiff when I run an action.
View 9 Replies
View Related
Jun 5, 2012
I've run into the Photoshop CS5 bug whereby an action with save-as truncates the filename (and adds " copy").
For the original bug, see for example:
[URL]......
View 6 Replies
View Related
Aug 30, 2013
I have created an action script where I change the color of the objects in a photo and then have the action automatically save for web as a PNG-24 image. My issue is that the save for web continually overwrites the existing file at that location. Is there anyway to prevent this from happening?
View 7 Replies
View Related
Feb 25, 2012
'm trying to make an action to automate the saving of one photoshop file to multiple different jpegs. Basically what I am doing is producing team pictures from a psd template. I will do player #1 then save as #1jpeg, #2 save as #2jpeg, etc up to 20 players. I tried to make an action but it won't allow me to insert a file name. It would be straight forward if I could get a stop in there. how I could automate this
View 5 Replies
View Related
May 8, 2013
needs to overlay a grid over a photo and then save it as another file. In CS5.5 or earlier, no problem, but in CS6 it is not working for either of us.
The batch action (run from either Photoshop or Bridge) stops and prompts at the Save command every time no matter what format we save it in (psd, png, jpg, save for web, etc.).
I have been through the Web and the Adobe Forums and cannot find a work around for this. He cannot just hit enter everytime the popup window comes up because he has over 2700 photos to put this grid on.
View 2 Replies
View Related
Sep 4, 2012
I'm trying to set up an action to save a batch of files I creating using the variables tool (as detailed in this video: [URL]), I'll go into the Actions window, and record myself saving the current file in .Ai format, and then stop recording. Seems pretty simple, but when I set that action to run a batch on my dataset it saves all the files without an extension. Am I missing another step where I set the file format that the action is supposed to save with? I'm confused. I've tried this using a few different file formats and they all come up the same.
this is what my Output looks like:
and my simple action:
View 2 Replies
View Related
Oct 4, 2013
When I record a save for web action that exports my artboard in 3 file sizes. 100%, 200% and 400% it works for the first few files.
Then suddenly after a while the first export changes its width and height from 100% to 111%, but not just 111% width and height equally. No it pulls it out of proportion too.
When I manually enter 100% again it all pops back to the correct aspect ration.The 200% and 400% still behave as expected.
If I rerecord it it starts working again. But that defeats the purpose.
View 2 Replies
View Related
Apr 16, 2013
I tried following action script code to save PDF file with color profile attached:
var saveOps: PDFSaveOptions = new PDFSaveOptions();
saveOps.colorConversionID = ColorConversion.COLORCONVERSIONTODEST;
saveOps.colorDestinationID = ColorDestination.COLORDESTINATIONWORKINGCMYK;
saveOps.colorProfileID = ColorProfile.INCLUDEDESTPROFILE;
doc.saveAs(pdfFile, saveOps);
But got following errors: error an Illustrator error occurred: 1346458189 ('PARM'). What is the correct way to save PDF file with color profile?
View 1 Replies
View Related
Aug 25, 2008
I am attempting to execute a set of actions containing two "Save" commands. The first works fine while the second does not. (The destination folder is ignored and the file is saved in the same folder as the first Save.) The only difference I can see is that the second "Save" is modal and the other is not. The fact that the destination folder is contained in the action makes me think this ought to work and I'm missing something obvious.
I have a JPG of the action set but I can't see how to attach it....
View 4 Replies
View Related
Jul 6, 2013
I've created an action that uses the save for web dialogue to optimise images for the web. When I use the batch command to process a full folder of images, even though I have "Override action "save as" command" checked, it ignores this and still uses the location that was used when the action was created.
Apparently this is a known issue in CS6 and previous versions but whether this has been fixed in Photoshop CC?
View 7 Replies
View Related
Jan 16, 2013
I have created an action where I do some stuff with the picture and then I save the file to a shared network drive while using the "Save for Web" function. While recording the action everything works fine but when I run the action I got a error that Photoshop can't save the file because the Path does not exist / Is unavailable. It is stuck while he want's to run the "Save for Web" part of the action.
I tried the mapped path (Z:files...) and the UNC path (\fileservusersdjametfiles...) but both did not work.I am using Photoshop CS5 and Windows 7 Professional (64Bit).
View 4 Replies
View Related
Oct 26, 2013
I'm trying to make an action that would perform some operations on images and save them to two different folders (as PDF and as JPG). Here's what my action looks like:
I make a droplet out of this action, and run it on a directory with a bunch of jpg files. However, all files are saved the same two locations: "archivepages_c.pdf" and "archivejpeg600pages_c.jpg".
View 2 Replies
View Related
Apr 25, 2008
I have a question about actions.
When I create an Action that involves File, Save As.. it hardcodes the directory name I was using during recording. I want it to use the same directory as the open document. Is there a way to do this?
I.e., when I record the action on the file /path1/xyz.psd, and then try to run it on /path2/abc.psd, it will save the document abc.psd in /path1 rather than /path2.
View 5 Replies
View Related
Mar 5, 2004
when I use the 'Save for web' option, choose 'gif 128 Dithering' and click on the save-button, PS wants to save an html-file (like slices in Imageready).
When this occurs I have to rename the file-extension into gif and choose 'pictures only'.
This sometimes becomes a problem with actions and batch-processing.
For example: I've made a simple action which resizes all pics to 180 pixels and saves them as gif for web. This action stops, when the 'save for web' option wants to save the file as html.
I want the gifs to have the same name as the original file, so I can't just name them pic001, pic002 and so on.
Has this something to do with the original files being bmp's?
View 5 Replies
View Related
Nov 29, 2006
Im trying to record a SAVE action.
After I have done my adjustments to an image, I usually click the X
View 2 Replies
View Related
Feb 10, 2009
Is it possible to insert a "stop" in the action for save for the web, just before actual save. Basically i want to be able to name my file manually (use distinctive names), but just to automate the picture size option and quality (which don't change). I know that i can write an action for an image resize and than save it with my desired file name, but i was wondering if i can do it all in "one shot" without the altering of original image.
View 1 Replies
View Related
Aug 7, 2009
I am trying to create an action that will, take the photo i am working with, change from 16 Bit to 8 Bit, and then save as a jpeg in the folder that the RAW file is saved. I have tried to set it up but i cannot figure out how to make the photos save in the right folder. i.e they always save to the folder that was used during the recording of the action.
View 2 Replies
View Related
Aug 5, 2004
Using PS7 I need to make an action that allows me to type in a different name each time when saving a file. ... this is basic but I just can't seem to get it.
More detail is... I have a .psd file that gets changed and then saved from 5 to 15 different ways to another computer on a network. The problem is being able to save the file as a number from "500" to "1299." Is there another way to do this without having an action for each number?
View 9 Replies
View Related
Aug 2, 2012
I made an action that does a bunch of stuff, and then saves as to a folder. How do I change the save to destination within the action? Every so often I need to save to a new location.
View 2 Replies
View Related
Apr 16, 2012
I'd like to save certain action attributes as text to archive along with adjustment files for archived image group adjustments. how to copy this to clipboard as text?
View 8 Replies
View Related
Apr 3, 2013
My Problem in Photoshop CS5: Action is not running automatically while I trying to save PDF to JPG, in the batch process:
Followed following steps:
Opened PDF fileCreated new auction (F2)Flatten imageSave as JPGClose fileTo Run Batch:
Opened Batch dialogue boxSelected set/action nameSource: selected as “Folder”Directed location using “Choose” buttonAnd no selected any check boxes under the “Choose” buttonClicked “OK” Now all the PDFs are opened one after another but not execute the selected action.
View 5 Replies
View Related
Apr 13, 2008
This wasn't happening before, but now, every time I use a 'save' action, "copy" is inserted after the filename even if no other image with the same filename/extension is in the folder.
I don't know how to attach an image of my action, but would be happy to send a jpg via email if any one wishes.
View 5 Replies
View Related
Jul 20, 2009
I have some deifned actions in CS4. At one point I would like to save the file at a pre-defined quality. When I record that Save As part it also stores the path where to save the file to. I would like to remove that path. How can I do it?
View 6 Replies
View Related
Nov 26, 2008
i create an action with a save for web command, i change the image size to 400x400 pixels. But when i run the action on a larger or smaller image the image size will change proportionatly. Not 400x400pixels. If i add to the action before i save for web to resize the image through the menu commands i end up with lost resolution.
View 13 Replies
View Related
Aug 15, 2008
I just re-built my PC with Vista x64 and re-installed PS CS3 from scratch upgrading to 10.0.1 from the auto update. I need this for LR2 to integrate.
Since the re-build (I was on XP x64 previously) one of my actions which includes a 'Save As', which saves the image to a specified directory and as a JPG (not the directory the image opens from), is unexpectedly displaying the 'save as' dialog, waiting for manual input. This opens on the source image directory, suggesting it's ignored the suggested destination path, and it suggests the PSD file type rather than JPG as suggested in the action. It seems to be looking for input simply because it thinks I'm trying to overwrite the original image file.
View 1 Replies
View Related
Aug 10, 2012
I am trying to resize one image to 4 different sizes. So far I have an action created to do all of this, with only one minor problem. Whenever it saves the images, they are always saved as the wrong file name. I was wondering if there would be a way to keep the original file name, but then add a suffix to it- all within the action.
If it's not possible to automatically add a suffix, how do I keep the original file name when it's saving within the action?
I found an older post (URL...) that was very similar to what I'm trying to accomplish, but the question was never fully resolved.
View 3 Replies
View Related
Nov 13, 2013
Basically, my action processes a picture in different ways and saves each version in different folders within a main folder on the desktop. The action works fine but as soon as I rename or delete the main folder, the change is reflected in the action which forces me to re-record the "save as" parts of it. I would like to use the same folder structure since I have duplicates of it.
Is it something new in PS CC or specific to the Mac OS (Maverick)?
View 5 Replies
View Related
Apr 18, 2013
I have Photoshop CS6 and I'd like to know how to create an action to save multiple photos in a batch command. I've been searching the Web, but I haven't been able to locate anything useful on this (except one article for CS5). Seems a bit odd. Anyway, I already know how to create an action, but what I'm stuck on is having the action pause and open a dialogue box so I can do things like name a photo, choose the size I want in the Save for Web dialogue, etc.
View 5 Replies
View Related