Search found 129 matches
- Sun Dec 20, 2020 10:41 am
- Forum: Photoshop Scripting: Code Snippets
- Topic: Select tool list
- Replies: 7
- Views: 8708
Re: Select tool list
Bonjour If this can be useful for a French jsx programmer - I have this personal work: //Chris Whitaker //www.Funkybunnies3d.com // //simply cycle through a few important tools, //you can edit this by checking the list of tools at the bottom // //PaulMR did most of this work, I just set it up to cyc...
- Tue Dec 08, 2020 7:11 am
- Forum: Help Me
- Topic: help: how to have a tag decoding a jsxbin code
- Replies: 12
- Views: 1030
Re: help: how to have a tag decoding a jsxbin code
Bonjour
If it is a script supplied with Photoshop
You go to the scripts directory
you save them in .jsxbin
can you compare them with yours?
In general when I create a script I give it a name which recalls its use!
You change the extension to .jsx and give it a try?
If it is a script supplied with Photoshop
You go to the scripts directory
you save them in .jsxbin
can you compare them with yours?
In general when I create a script I give it a name which recalls its use!
You change the extension to .jsx and give it a try?
- Fri Dec 04, 2020 8:29 am
- Forum: Help Me
- Topic: PNGSaveOptions
- Replies: 1
- Views: 266
Re: PNGSaveOptions
Bonjour you must consult the javascript help - here C: \ Program Files \ Adobe \ Adobe Photoshop CC (64 Bit) \ Scripting \ Documents and search for "ExportOptionsSaveForWeb"! I have this lying around on my pc: var exportOptions = new PNGSaveOptions(); //var type = ExportType.PNG24; var fileSpec = ne...
- Thu Dec 03, 2020 12:22 pm
- Forum: Help Me
- Topic: Search and Replace in a text file
- Replies: 4
- Views: 444
- Wed Dec 02, 2020 8:13 pm
- Forum: Help Me
- Topic: Search and Replace in a text file
- Replies: 4
- Views: 444
- Mon Nov 30, 2020 7:30 am
- Forum: Photoshop Scripting Services
- Topic: How much money and time for this?
- Replies: 1
- Views: 1236
Re: How much money and time for this?
Bonjour
Would it be nice to provide the script?
And explain what variable means for a layer? Her name ???
Would it be nice to provide the script?
And explain what variable means for a layer? Her name ???
- Tue Oct 27, 2020 5:02 pm
- Forum: Help Me
- Topic: Photoshop Script failed at looping through layers
- Replies: 3
- Views: 522
Re: Photoshop Script failed at looping through layers
Bonjour
Thanks to you !
It's clearer but I still have no idea !!!
Thanks to you !
It's clearer but I still have no idea !!!

- Sat Oct 24, 2020 8:37 am
- Forum: Help Me
- Topic: Photoshop Script failed at looping through layers
- Replies: 3
- Views: 522
Re: Photoshop Script failed at looping through layers
Bonjour
A written script is easier to consider than a video for a foreigner ???
A written script is easier to consider than a video for a foreigner ???

- Fri Sep 25, 2020 8:54 am
- Forum: Help Me
- Topic: Reveal workspace
- Replies: 4
- Views: 678
Re: Reveal workspace
Hum........
To late !
To late !

- Fri Sep 25, 2020 5:38 am
- Forum: Help Me
- Topic: Reveal workspace
- Replies: 4
- Views: 678
Re: Reveal workspace
Bonjour You can use the script event manager and this script with as event:Launch the application // ======================================================= var id114 = charIDToTypeID( "slct" ); var desc30 = new ActionDescriptor(); var id115 = charIDToTypeID( "null" ); var ref16 = new ActionReferenc...