I need to apply text effects on the server. For example, I need to get an input image from the user and post to the server and apply photoshop text effects on it and return to user. How can I apply photoshop effects on server? Is it possible?
Consider Gimp command line. you can easily done this from php using exec() function. GIMP is full of featured & can do almost all Photoshop actions. Its free!
I haven not done this before, but Adobe Photoshop Scripting documentation you should have to try this but for this your language must be JavaScript and VBScript.
Hope it helps
2
Answers
Please take a look at Various Image Processing and Generation functions provided by PHP ImageMagick & GD.
Consider Gimp command line. you can easily done this from php using exec() function. GIMP is full of featured & can do almost all Photoshop actions. Its free!
I haven not done this before, but Adobe Photoshop Scripting documentation you should have to try this but for this your language must be JavaScript and VBScript.
Hope it helps
**
**
But Photoshop CS5 Or Up Only Support This
You Can Get Properties Like Gradient And Many Things From Photoshop
Simply Select The Layer you Want To GEt The Effect
Go to Layer Menu–>copy css
This Will Copy THe CsS of correspondant Layer