Skip to main content
e-onn
Inspiring
May 8, 2024
Answered

Convert photoshop atn to jsx

  • May 8, 2024
  • 1 reply
  • 2438 views

I have a number of photoshop actions that i would like to convert to jsx.

What is the simplest way to do this, ?

I recall an atn to jsx conversation tool? a few years back but is there a simple way now.?

Thanks 

This topic has been closed for replies.
Correct answer Davide_Barranca12040269

Stephen's answer is the correct one—I'd also like to point out that you can use Alchemist by Jaroslav Bereza. People use Alchemist a ton, but few know it's actually a suite of helper plugins: Alchemist, Sorcerer and Occultist (I know...  Eastern-European humour 😁)

Occultist implements a custom ATN parser:

It's rather handy and super-quick.
Anyway, probably the Czech Republic has to be considered part of Central Europe—Wikipedia says both definitions are acceptable. I'll ask Jarda.

 

1 reply

Stephen Marsh
Community Expert
Community Expert
May 8, 2024

For ExtendScript .JSX you still need to use a script from xbytor:

 

https://sourceforge.net/projects/ps-scripts/files/xtools/v2.3/xtools-2_3.zip/download

For UXP .PSJS one can convert to batchPlay code as a built-in feature when enabled in prefs.

 

It's one or the other, the two can't be mixed.

e-onn
e-onnAuthor
Inspiring
May 8, 2024

Thanks so much Stephen. will give it a go.

Appreciate the help.

ian

e-onn
e-onnAuthor
Inspiring
May 8, 2024

Works super well.

Thanks again