Skip to main content
Known Participant
June 10, 2016
질문

Photoshop Action that can autosave 50 design

  • June 10, 2016
  • 2 답변들
  • 7132 조회

I have tried to do a Action that can autosave 50 design in one time but i need to change the T-shirt Mockup Name after that because the Action has to be set in that way

I need your help to create a Batch Automate Action that can unlimitedly

1. Autosave the design in "Your Design" Smart Object after I scale the design right.

2. Export the T-shirt Mockup out (with design on it) with the same name as the Deign File Name.

For example in the attached picture, After I scale design (BTS-SNK21, BTS-SNK24, BTS-SNK25....). I will manually save each design and then export the T-shirt Mockup which takes a long time.

Here is source file http://www.mediafire.com/download/eztdjp5h273fjf3/Unisex_Crewneck.psd

Thanks in advance

이 주제는 답변이 닫혔습니다.

2 답변

Stephen Marsh
Community Expert
Community Expert
December 6, 2018

If I understand correctly, you have multiple layered PSD files and you simply wish to save out various combinations of the variable layers and the static base image, as per the upper screenshot? Or is as per the lower screenshot, where only the variable layer text is saved and not the bottom base image?

Will there ALWAYS be 5 variable layers above the single visible static base layers as per your screenshots? You mentioned 50 designs, not 5... Also the downloaded PSD template had a very different layer structure to what is shown above.

What is the final desired file format to be exported from the variable layer name combined with the bottom visible base image – PSD with layers? PNG, JPEG etc?

Participating Frequently
December 7, 2018

@Stephen_a_marsh

Yes yes and yes...

Basically... I have a basic static tshirt mockups... EXACTLY the same... except for the colors...

something like this:

and I have a PNG file like this... (same size.. I made them myself... and I continue to make them everyday... and I also have 2 staffs who makes them every day.. I also have purchased a couple that was ready made... that is why I have over 9000 of them...)

and I want the end result to be like this... a jpg..

pls pls pls... thanks a lot in advance!

Stephen Marsh
Community Expert
Community Expert
December 7, 2018

I can’t promise anything, a lot depends on you, such as my previous request:

Can you provide download samples of half a dozen of the variable text image files and a couple of the base colour shirts in the exact file formats, sizes etc. that you hope to finally batch process?

5 colours x 9000 variables = 45,000 final JPG files? Where does 50 come from? Are the 9000 images in folders of 50 items?

In order for me to help you, you need to help me by keeping it concise and informative.

Feel free to PM me if you don’t wish to post a link to the sample production assets in a public forum.

JJMack
Community Expert
Community Expert
June 11, 2016

IMO you template is too complex hard to use and is a large file with a structure not easy to understand.  I simplifies your 215MB PSD  with many layers including large smart object layers to a smaller 48MB PSD file with few layer that is easy to comprehend and simple to batch populated using a script. The Template can be customized before running the script or populated collages can be opened later to change the text the color and tweak the image placement.

You can  also try doing what you want using a template designed for Photoshop Data Driver graphics. The text would be  via png overlay images rather than text replacement. Two Image replacement the png on top of the image.  All image files would need to have the correct size the fit the template.

You could also write a custom script actions can not use to select the correct text based on filename.....

Can also be done with the my Photo Collage toolkit with a simpler template that two images locations one which is on top of the other and careful file naming so the two image will sort together in the correct order a jpeg and a png for the text. The png image would need also the be created so it will align correctly.  The transparency make that difficult.  You need to add pixels with 1% opacity one pixel to the top left bounds and another to the bottom right bounds of the canvas. The text png need to have the aspect ratio as the text image location.  Image and text will be resized for their locations. Best results when the aspect ratios match the image location in the collage template. Text  need to be correct aspect ratio  you do not want text being masked off.

JJMack
Known Participant
June 11, 2016

Thanks mack, I just try BatchOneImageCollage but scritp says background layers is not available although i have make one background layer below the layers, would you please tell me steps how to compete this task in steps.

Thanks for your help and cooperation i really appreciated your help.

JJMack
Community Expert
Community Expert
June 11, 2016

There is only one background layer possible in a Photoshop document. It is a special layer type the bottom layer that has its transparency locked and have the name Background. That layer does not support transparency.  You can have a normal layer names Background as the bottom layer and not be a Photoshop Background layer. That is most likely your problem,  You can download the T-Shirt.PSD I created using your PSD.

http://www.mouseprints.net/old/dpr/T-Shirt.psd

JJMack