Search found 6 matches
- Fri Oct 23, 2020 10:06 am
- Forum: Help Me
- Topic: Photoshop Script failed at looping through layers
- Replies: 3
- Views: 6188
Photoshop Script failed at looping through layers
Hello, I have a script that does the following: loops through layers, saves each layer in a separate folder (name of folder same as layer name) saved layer images have names "nameofthedocument, nameofthelayer.png" Now I wanted to add text item on top of those layers while they are saving a...
- Thu Sep 24, 2020 5:00 pm
- Forum: Photoshop Scripting Services
- Topic: How much money and time for this?
- Replies: 1
- Views: 12152
How much money and time for this?
how much money to make a script
check if layer with variable exists, then rename layer and execute action 1 and then rename layer again.
if layer not exists, then execute action 2 and rename layer?
thank you, I already have a somewhat working script just needs some fixx.
check if layer with variable exists, then rename layer and execute action 1 and then rename layer again.
if layer not exists, then execute action 2 and rename layer?
thank you, I already have a somewhat working script just needs some fixx.
- Thu Sep 24, 2020 4:32 am
- Forum: Help Me
- Topic: Interesting script, hard to make?! hmm
- Replies: 4
- Views: 5252
Re: Interesting script, hard to make?! hmm
This is what we did now but now it stupidly instead of changing layers name from 0 to the variable value workingLAyer (which was loaded in from a text file) it stupidly somehow leaves layer 0 as it is and changes another layers name. :x please anyone help????????? function somename(){ #target photos...
- Sun Sep 20, 2020 4:53 am
- Forum: Help Me
- Topic: Interesting script, hard to make?! hmm
- Replies: 4
- Views: 5252
Re: Interesting script, hard to make?! hmm
Hello anyone?
- Thu Sep 17, 2020 9:31 pm
- Forum: Help Me
- Topic: Interesting script, hard to make?! hmm
- Replies: 4
- Views: 5252
Re: Interesting script, hard to make?! hmm
Hello I have hired a developer to make a script that does these things: HEre is the script: Now the problem with this script is that it executes action "NOTEXISTS" twice. I have no idea why. 0 This code is made in JavaScript to be run by Photoshop to do the following described below. Here ...
- Thu Sep 03, 2020 6:19 pm
- Forum: Help Me
- Topic: Interesting script, hard to make?! hmm
- Replies: 4
- Views: 5252
Interesting script, hard to make?! hmm
SO I have a bunch of demands but from what I have to do I am struggling with couple of issues here: How to read content from a text file on a computer and >> load it into a variable. How to exactly check if a layer exist? How to execute a action if it does exist? how to execute another action if it ...