Part of the Samples Website. 8/16/97.

samples.recording.script2

«This script is based on the first sample script
«It loops over a folder full of pictures...
«Applying the same operation to all files
local (f)
fileloop (f in "System:PhotoFlash Work:")
with objectModel, PhotoFlash
open (f)
rotate (document [1], by: 90.0)
flip (document [1], vertically)
close (document [1])


This page was last built on Sat, Aug 16, 1997 at 6:44:46 PM. You can download the current set of sample scripts from our FTP site. Dave