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/Get-Layer-Text
2024-02-24 13:35:32 +01:00
..
images First commit 2018-04-15 16:41:40 +02:00
Get Layer Text.js 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

Get Layer Text

Description

“Get Layer Text” is a text layer utility script using the JSON Action Manager scripting library, and more specifically its module jamText.

This stand-alone script written in JavaScript is used to get the text of the current text layer in JSON simplified format; it is basically a user interface “wrapper” around the function jamText.getLayerText: it opens a dialog box with a text field containing a layer text JSON object in Layer Text Object Simplified Format.

You can copy or save the generated JSON text and use it in your own scripts by passing it to the function jamText.setLayerText to set the text of the current text layer.

Please refer to the Layer Text Quick Tutorial for more details.

Get Layer Text Dialog (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 © 2013-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 script to 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.