AdobeBridgeCS5SDK

Class SnpOpenInPhotoshop

Object
   |
   +--SnpOpenInPhotoshop

class SnpOpenInPhotoshop


Shows how to use the cross-DOM to open a file selected in Bridge in another Adobe application.

Usage

  1. Open the snippet in the ExtendScript Toolkit (see Readme.txt).
  2. Make sure both Adobe Bridge CS5 and Adobe Photoshop CS5 are running
  3. In Bridge select a single thumbnail representing a file that Photoshop can load (such as JPG, GIF, PSD)
  4. When you execute the snippet, you should find the file opened in Photoshop.

Description

The selected file in Bridge will be opened in Photoshop and saved as a JPEG file with a prefix of 'snp'. If a folder is selected the script will not run.

Defined in SnpOpenInPhotoshop.jsx


Field Summary
 String requiredContext
          The context in which this snippet can run.
 
Constructor Summary
SnpOpenInPhotoshop()
           
 
Method Summary
 Boolean canRun()
           Determines whether snippet can be run given current context.
 Boolean run()
           Functional part of this snippet.

Field Detail

requiredContext

String requiredContext

Constructor Detail

SnpOpenInPhotoshop

SnpOpenInPhotoshop()

Method Detail

canRun

Boolean canRun()

run

Boolean run()

AdobeBridgeCS5SDK

http://www.adobe.com/devnet/bridge
Documentation generated by JSDoc on Tue Apr 27 10:21:34 2010