Photoshop Script Save Layers

  Рет қаралды 3,032

William Campbell

William Campbell

Күн бұрын

Пікірлер: 35
@wc7
@wc7 Ай бұрын
I'm very busy at the moment will add to my to do list. Glad you like the script.
@jamesmassa1999
@jamesmassa1999 4 ай бұрын
Take a moment to visit this gentlemen’s site, excellent information! Thank you again for your assistance, William!🙂
@paconaranjo
@paconaranjo Ай бұрын
Thanks for the script. Are you possible to add support for AVIF and WebP? It would be of great help to save a lot of time in the layout of comics.
@bharamappabandak9226
@bharamappabandak9226 2 жыл бұрын
Yur are amazing sir 👌👌👌👌👌👌
@wc7
@wc7 2 жыл бұрын
Thank you!
@bharamappabandak9226
@bharamappabandak9226 2 жыл бұрын
@@wc7 well come🙏🙏
@nirphotoartjaiminbhavsar6782
@nirphotoartjaiminbhavsar6782 2 жыл бұрын
Nice sr
@wc7
@wc7 2 жыл бұрын
Thanks.
@ramyadel3686
@ramyadel3686 Жыл бұрын
Hey William Firstly , thanks for your fantastic script I hope to ask you is there a similar script in illustrator for saving sublayers not whole layer as jpg - png - pdf with high resolution for printing .
@wc7
@wc7 Жыл бұрын
I don't have a script for that yet. I will add creating such a script to my list of future projects. In the meantime, try a web search for "illustrator script save layers". I got a few interesting results, but not sure if any of the solutions handle sub-layers.
@crristox
@crristox 6 ай бұрын
Is it possible so that it instead of using dashes it exports with the actual spaces? Instead of being "Image-1_Adjustment" it exports as "Image 1_Adjustment"?
@wc7
@wc7 6 ай бұрын
The script isn't adding any dashes. It's in the image name. Rename the image from "Image-1" to Image 1" then run the script.
@crristox
@crristox 6 ай бұрын
@@wc7 Awesome thank you! It works. I'll be toying with this a bit, I'm looking for a script that could do just that because the one I have (made with chat GPT for myself) it's really swift but it can't save images without adding dashes.
@wc7
@wc7 6 ай бұрын
@@crristox You can also rename the output files. On macOS simply select the files in Finder, right-click, Rename, and change dash to space. Or get a file renaming utility -- macOS search web for "Better Finder Rename". Windows "Better File Rename". These are invaluable tools anyway. I use them daily. Other choice is edit the script. Find the line... baseName = baseName.trim(); After it add a blank line and add to it... baseName = baseName.replace("-", " "); That changes dashes to spaces.
@fysun5837
@fysun5837 2 жыл бұрын
May I ask which version of Photoshop is used in the video? At present, it is running in PS CC 2020 version, and an exception is reported.
@wc7
@wc7 2 жыл бұрын
23.5.1. The script isn't doing anything I wouldn't expect any reasonably recent version of PS to handle OK. Could you please respond with the line and error description? I'll look into it. Might be something besides the PS version to blame.
@fysun5837
@fysun5837 2 жыл бұрын
@@wc7 Ok, I'm currently using version 21.2.11, and the error message is Line 468: A regular Photoshop error occurred, this feature may not work in this version of Photoshop. - The parameter of the command "Specify configuration file" is currently invalid.
@wc7
@wc7 2 жыл бұрын
@@fysun5837 Line 468 is copying the color profile name from the original image to the duplicated layer image. I suspect the image in question does not have color management enabled so it doesn't have a profile name. I can update the script this morning to catch the error, but for now could you assign a profile to the image and try again? And let me know if that works, which would confirm my hunch. Thank you for your feedback.
@wc7
@wc7 2 жыл бұрын
I have fixed the script. Download again from the webpage and it should now work OK. Let me know if not. www.marspremedia.com/software/photoshop/save-layers
@fysun5837
@fysun5837 2 жыл бұрын
@@wc7 Yes, your guess is right. Before my PSD document was "CMYK" color mode, I changed to "RGB" and succeeded. In terms of the speed of the script, I don't know if the process would be improved if I copied the elements layer by layer to the blank document. The current mode of the script is to copy the entire document and delete the layers one by one, which is a little inefficient.
@atamainw
@atamainw Жыл бұрын
Se puede crear un script to save JPG 2000?
@wc7
@wc7 Жыл бұрын
I can. I'll add it to my list. But a script isn't really necessary. Create an Action to do it. To process a folder use the Action with Batch Automation (File menu -> Automate -> Batch...)
@atamainw
@atamainw Жыл бұрын
@@wc7 save psd layers to JPEG 2000 it does not work with ---Action with Batch Automation (File menu -> Automate -> Batch...). You can help me?
@wc7
@wc7 Жыл бұрын
@@atamainw I just tried and it works. Likely when recording the Action you'll need to choose "Save As Copy" because otherwise I couldn't get JPEG 2000 to show up as an option. Then in Batch Automate choose both input and output folders, and click the checkbox "Override Action Save As Commands". If further trouble, study how to record Actions, and how to use them in Batch Automation, and what the options are.
@atamainw
@atamainw Жыл бұрын
@@wc7 Batch Automation works with input and output folders, but i want working at Choose File⇒Scripts⇒Load Files into Stack, with layers opens in photoshop--- i want "Save As Copy" all open layers to "Save As Copy ⇒ JPEG 2000
@wc7
@wc7 Жыл бұрын
@@atamainw A separate JPF of each layer? You didn't say that. Yes a script is needed for that. But it will take Scripting Listener. There isn't anything in the scripting API for saving JPF.
@daulatjain5702
@daulatjain5702 Жыл бұрын
PASSPHOTO SCRIPT FOR PHOTOSHOP define custom size
@wc7
@wc7 Жыл бұрын
I plan to make a script that should help, but in the meantime, have you considered using Photoshop Data Merge (Variables) to accomplish this? It can be done without a script, just more work setting up. helpx.adobe.com/photoshop/using/creating-data-driven-graphics.html
@PHIHUNG_S79
@PHIHUNG_S79 2 жыл бұрын
Hello. can you help me write a script in photoshop? Can I communicate with you by email?
@wc7
@wc7 2 жыл бұрын
I have a tutorial series about making scripts: kzbin.info/aero/PL5Ib-T2waUE5hdJLmHahWL4JwBe84hrJr I am willing to answers questions from users who make the effort to write scripts and need help occasionally with a problem that has them stumped. If "help" is me writing the entire script, that's fine too, but that's contracted programming for a fee, how I make a living. I both give out advice and create entire solutions, whichever is needed is up to the user. I may be contacted through my website: www.marspremedia.com/contact/
@PHIHUNG_S79
@PHIHUNG_S79 2 жыл бұрын
@@wc7 Thank. I will contact you !
Photoshop Script Save Copy
10:03
William Campbell
Рет қаралды 2,9 М.
Adobe Script Tutorial 27 Working With Layers
14:39
William Campbell
Рет қаралды 1,4 М.
Каха и лужа  #непосредственнокаха
00:15
А что бы ты сделал? @LimbLossBoss
00:17
История одного вокалиста
Рет қаралды 12 МЛН
CAN YOU DO THIS ?
00:23
STORROR
Рет қаралды 46 МЛН
Photoshop Script Layers Text To CSV
3:54
William Campbell
Рет қаралды 552
How To Crop Multiple Images in Photoshop
4:48
JTSGraph
Рет қаралды 4,1 М.
Adobe Script Tutorial 33 Photoshop Save Large Document Format (PSB)
4:27
Photoshop Script Merge Images To Layers
2:46
William Campbell
Рет қаралды 917
InDesign Script Layers To Photoshop
3:37
William Campbell
Рет қаралды 1,8 М.
Adobe Script Tutorial 28 Rename or Number Layers
6:13
William Campbell
Рет қаралды 1,1 М.
Photoshop Script Batch Size And Mask
5:45
William Campbell
Рет қаралды 1,4 М.
Creating Personalized Graphics More Efficiently With CSV Files and Photoshop
13:04
College Sports Communicators
Рет қаралды 1,9 М.
Tour my digital workflow and how I use Lightroom and Photoshop
29:06
Дешёвые клавиатуры - имба!😍
1:00
Корнеич
Рет қаралды 2,7 МЛН
Subscribe for more Coding Tips!🔥 #aitools #codingcomplex #codinglife #program #aicoding
0:28
Claude Ams - Programming Guru 💻
Рет қаралды 9 МЛН
Самое большое защитное стекло
0:43
Romancev768
Рет қаралды 643 М.
Мучительная смерть  HUAWEI Mate XT
0:58
Кик Обзор
Рет қаралды 353 М.