AdobeBridgeCS5SDK

Class SnpSaveAsJPEG

Object
   |
   +--SnpSaveAsJPEG

class SnpSaveAsJPEG


Shows how to save multiple files as JPEG images using BitmapData.

Usage

  1. Open the snippet in the ExtendScript Toolkit (see Readme.txt), setting Bridge CS5 as the target application.
  2. In Bridge, select at least one thumbnail representing an image file, and run the snippet.
  3. Once you have executed the snippet, you should find JPEG images created from each thumbnail you selected.

Description

Shows how to save files as JPEG images, using the BitmapData object and the ExtendScript File object for a thumbnail. You can select one or multiple thumbnails for the image files to save. The script ignores any selected folders, and overwrites any existing files.

Defined in SnpSaveAsJPEG.jsx


Field Summary
 String requiredContext
          The context in which this snippet can run.
 
Constructor Summary
SnpSaveAsJPEG()
           
 
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

SnpSaveAsJPEG

SnpSaveAsJPEG()

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