What's new
Photoshop Gurus Forum

Welcome to Photoshop Gurus forum. Register a free account today to become a member! It's completely free. Once signed in, you'll enjoy an ad-free experience and be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Show/hide layers and change some text in layers


matteoraggi

Member
Messages
5
Likes
0
Hi to all, I would like to develop a software that working on a source .PSD file, will permit to choose which layers to show or hide and change text of 2-3 simple layers text, and at the end, when the configuration is done, be able to export the .PSD file in a JPEG-PNG.

Is that possible? If yes, how?


 
yes that is possible

I see that you asked this also at the adobe script forum
that is a good place for you to search for similar questions

text changing is possible eg https://forums.adobe.com/message/6378498#6378498
toggle visibility of layers is possible eg docLayer.visible=docLayer.visible==false;
export PSD to jpg is possible

and you can use scripting listener plugin to record your actions into a sript
 
Layer Comps does just that, although you can't change text, you can use multiple text layers and decide which of them to turn on or off.
 

Back
Top