Using Photoshop on a server...

Discussion of Photoshop Scripting, Photoshop Actions and Photoshop Automation in General

Moderators: Tom, Kukurykus

davyb

Using Photoshop on a server...

Post by davyb »

Guys,
quick question
I am wanting to install photoshop on a server and write some sort of script which allows me to post a URL to the server and it will return me a personalised jpg image based on a PSD file (a bit like what you would do for Variable Data Printing).

My problem is, I dont know if you can pass variables to photoshop i.e. name of the PSD file, first name to be replace in the PSD etc.

The PSD would have actions in it to change the name (personalisation) and spit out the jpg...

If Im not making any sense please ask.

Thanks in advance

Davyb

Professional AI Audio Generation within Adobe Premiere Pro - Download Free Plugin here

xbytor

Using Photoshop on a server...

Post by xbytor »

The simplest way to do this is to write a jsx script that reads a csv or xml file that has all of the info that you want.
Your perl script (or whatever) that is called by the HTTP server creates the csv or XML file then calls PS with your
jsx script as its parameter.