4
4
Fork 0
This repository has been archived on 2025-01-20. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
json-photoshop-scripting/Utility-Scripts/Convert-Actions-File
2024-02-24 13:35:32 +01:00
..
images First commit 2018-04-15 16:41:40 +02:00
Convert Actions File.js First commit 2018-04-15 16:41:40 +02:00
jamActions-min.jsxinc First commit 2018-04-15 16:41:40 +02:00
jamEngine-min.jsxinc First commit 2018-04-15 16:41:40 +02:00
jamJSON-min.jsxinc First commit 2018-04-15 16:41:40 +02:00
jamUtils-min.jsxinc First commit 2018-04-15 16:41:40 +02:00
README.md Fixed relative links in README.md files 2024-02-24 13:35:32 +01:00
Waves Frame.js First commit 2018-04-15 16:41:40 +02:00
Wood Frame – 50 pixel.js First commit 2018-04-15 16:41:40 +02:00

Convert Actions File

Description

“Convert Actions File” is an actions files utility script using the JSON Action Manager scripting library, and more specifically its module jamActions.

This stand-alone script written in JavaScript is used to convert a Photoshop actions file (.atn) into a folder of directly executable scripts (.js) which can be further edited; they are made up of sequential calls to the function jamEngine.jsonPlay.

Please refer to the Photoshop Actions File Format page for detailed information about the structure of an actions file.

Convert Actions File Dialog (Mac OS X)

Tool-tips displaying their respective full path name are available while hovering over the actions file text field and the destination folder text field.

Actions File Help Tip (Mac OS X)

Destination Folder Help Tip (Mac OS X)

Examples

Scripts (Waves Frame.js and Wood Frame – 50 pixel.js) obtained from a converted actions file (Frames.atn):

Converted Action Set Folder (Mac OS X)

Requirements

This script can be used in Adobe Photoshop CS3 or later. It has been successfully tested in CS4 on Mac OS X, but should be platform agnostic.

This Software is copyright © 2011-2015 by Michel MARIANI

License

This Software is licensed under the GNU General Public License (GPL) v3.

Download

Download Zip File

Installation

Download the Zip file and unzip it.

Move the entire script FOLDER (Convert Actions File Folder) with its contents into the Presets/Scripts folder in the default preset location of the Adobe Photoshop application. On next launch, the script will appear in the File>Automate submenu.