Search results for 'Photoshop Script'. 1 post(s) found.

  1. 2009/09/14 Photoshop script programming in Javascript
2009/09/14 20:03

Photoshop script programming in Javascript


Adobe Photoshop provides the strong functions as javascript function for extension. In case of developing web based photo editing application, you can use it with javascript easily.

Follwing is the first step to use Photoshop Scripting:

<script>

if (BridgeTalk.appname == "Photoshop")
{
  // then you can do something for photo
}

</script>

As you can see above, you can simply check whether Photoshop Script is available or not.
Trackback 0 Comment 0

Trackback : Cannot send a trackbact to this post.