skip to Main Content

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?

enter image description here

2

Answers


  1. 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

    Login or Signup to reply.
  2. **

    You Can Get CSS From PhotoShop For Corresponding Objects

    **

    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

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search