Search found 136 matches

by txuku
Mon Feb 24, 2020 10:21 am
Forum: Help Me
Topic: Script to create a text layer
Replies: 1
Views: 3838

Re: Script to create a text layer

Bonjour Not yet awake .......... I come across your old post Not sure if I understood everything here is a script /CalcTextName.jsx var doc = app.activeDocument; var nameDoc = doc.name; var nameLayer = nameDoc ; doc.activeLayer.name = nameLayer; //alert( doc.activeLayer.kind.contents ); // if there ...
by txuku
Wed Nov 13, 2019 6:46 am
Forum: Help Me
Topic: How my CEP extension can listen to [Select] event but only for [historyState]?
Replies: 4
Views: 7490

Re: How my CEP extension can listen to [Select] event but only for [historyState]?

Bonjour

exactly! :oops:

But this forum is not oriented to the htlm rather the jsx.
by txuku
Thu Oct 17, 2019 7:24 am
Forum: Automation & Image Workflow
Topic: Automation - script or action?
Replies: 8
Views: 16969

Re: Automation - script or action?

Bonjour

For the money ? :)
by txuku
Wed Aug 21, 2019 5:44 am
Forum: Help Me
Topic: Multiple image selection batch process
Replies: 2
Views: 3918

Re: Multiple image selection batch process

Bonjour

The best is to post some pictures to show the desired work.

You need to create a Photoshop action that calls the .jsx script
by txuku
Tue Jul 30, 2019 5:43 pm
Forum: Automation & Image Workflow
Topic: Watermark on Various Dimension
Replies: 6
Views: 14619

Re: Watermark on Various Dimension

Bonjour

You should open your own post !!!

In the Help Me forum :)
by txuku
Fri Jun 21, 2019 7:37 am
Forum: Photoshop Scripting - General Discussion
Topic: Is there any script/plugin to search for a specific color in the swatches panel?
Replies: 6
Views: 7509

Re: Is there any script/plugin to search for a specific color in the swatches panel?

Bonjour

I'm not sure I understand what you want ..........

You can have a look at this POST about selectColorRange() by Mike Hale! :)
by txuku
Thu Jun 20, 2019 7:16 am
Forum: Questions, Suggestions and Feedback
Topic: Why code lines indentations are not displayed anymore !?
Replies: 7
Views: 29095

Re: Why code lines indentations are not displayed anymore !?

Bonjour I do not know where the bar is located here ................. :) i am sorry for the lack of posts here! And I fall back on the forum Adobe (Space Photoshop scripting - pseudo dominic filiol) or I meet you sometimes with pleasure. But I do not like the aspect of the Adobe forum !!! I regret i...
by txuku
Fri May 17, 2019 6:30 am
Forum: Photoshop Scripts
Topic: straighten crop - CS2 to CS6 (and CC?)
Replies: 1
Views: 25815

Re: straighten crop - CS2 to CS6 (and CC?)

Bonjour


It's the same script


But
I used an if concerning the absence of angle measure:



Line 95
if (! Angle)
:)
by txuku
Mon Nov 05, 2018 10:33 am
Forum: Photoshop Scripting - General Discussion
Topic: Using npm modules in Photoshop script
Replies: 2
Views: 13316

Re: Using npm modules in Photoshop script

Bonjour

With Adobe Extension Manager

For which version of Photoshop ?