Skip to main content
Participant
May 11, 2020
Question

Run Photoshop script with php

  • May 11, 2020
  • 3 replies
  • 2023 views

Hello,

 

  • it is possible to run Photoshop script with php? 

 

I will install Photoshop on Windows Oe Linux server, maybe bash command can run Photoshop script ?

 

Thanks you

This topic has been closed for replies.

3 replies

Legend
May 11, 2020

Before considering using any app on a PHP server you must check the license. Most end user apps are licensed to just one person. Yet a PHP server may be accessed by many people. Do not try to ignore this. I have heard of companies who had a bill for thousands of users because they put software on a public web site without a proper license. It has cost companies millions of dollars to resolve such issues.

Known Participant
May 11, 2020

There are multiple ways to connect to photoshop.

If you want, you can take a look here at a cool http client for photoshop.

I've used it in the past, and it works well. https://github.com/jbgutierrez/http-client.jsx

 

Mylenium
Legend
May 11, 2020

No Photoshop, no scripts. It's as simple as that. Of course nothing stops you from handing over a command string in PHP, but you still need a valid PS install to actually execute all commands and for multi-user or commercial server usage there are also specific licensing terms.

 

Mylenium