Search found 45 matches

by wasfiwasfi
Mon Apr 23, 2018 3:28 am
Forum: Help Me
Topic: Looking for help with text layer incrementing and saving as jpg
Replies: 3
Views: 6342

Re: Looking for help with text layer incrementing and saving as jpg

here is the psd template, just to make sure you don't use a different psd structure...
otherwise you will need to point the script to the correct text layer index.
Sorry for being late to reply, i was very busy
Cheers,
Wasfi
by wasfiwasfi
Mon Apr 23, 2018 3:19 am
Forum: Help Me
Topic: Selecting a distinct color from an image
Replies: 1
Views: 4585

Re: Selecting a distinct color from an image

interesting !!
by wasfiwasfi
Mon Apr 23, 2018 3:03 am
Forum: Help Me
Topic: Looking for help with text layer incrementing and saving as jpg
Replies: 3
Views: 6342

Re: Looking for help with text layer incrementing and saving as jpg

var OrigionalText = app.activeDocument.layers[0].textItem.contents; var Name = decodeURI(activeDocument.name).replace(/\.[^\.]+$/, ''); var Path = decodeURI(activeDocument.path); var docName = activeDocument.name; for(var i = 1; i<101 ; i++){ app.activeDocument.layers[0].textItem.contents = app.act...
by wasfiwasfi
Sat Mar 17, 2018 2:30 pm
Forum: Help Me
Topic: GUI with sliders that change opacity on multiple layers
Replies: 3
Views: 6943

Re: GUI with sliders that change opacity on multiple layers

yes, by using a script that runs at the end of the action.
by wasfiwasfi
Sun Dec 03, 2017 7:35 pm
Forum: Help Me
Topic: Dynamic Selection
Replies: 1
Views: 3338

Re: Dynamic Selection

it is possible
by wasfiwasfi
Sun Dec 03, 2017 7:30 pm
Forum: Help Me
Topic: get text layer properties via Action manager
Replies: 2
Views: 5389

Re: get text layer properties via Action manager

Hi make sure the layer in question is selected aL = app.activeDocument.activeLayer; if(aL.kind == LayerKind.TEXT) { aLname = aL.name; aLbounds = aL.bounds; aLWidth = aL.bounds[2]-aL.bounds[0]; aLHeight = aL.bounds[3]-aL.bounds[1]; aLpostScriptFontName = aL.textItem.font; aLFontSize = aL.textItem.siz...
by wasfiwasfi
Mon Nov 27, 2017 9:11 pm
Forum: Help Me
Topic: CC upgrade and my script now doesn't seem to work.
Replies: 2
Views: 4380

Re: CC upgrade and my script now doesn't seem to work.

i can help you to fix it.
please contact me
by wasfiwasfi
Mon Nov 27, 2017 9:08 pm
Forum: Photoshop Scripting Services
Topic: looking for a photoshop script developer
Replies: 8
Views: 33909

Re: looking for a photoshop script developer

Hi

do you still need help ?
by wasfiwasfi
Sat Nov 18, 2017 11:27 pm
Forum: Help Me
Topic: one step up in folder structure
Replies: 3
Views: 5225

Re: one step up in folder structure

Do you mean search/scan for subfolders !?