RE: Using PhotoScripter
RE: Using PhotoScripter
- Subject: RE: Using PhotoScripter
- From: Robert Seckendorf <email@hidden>
- Date: Thu, 29 Mar 2001 13:31:56 -0800
Anyone with PhotoScripter experience:
Does anyone know if there is a way to disable the "TIFF Options" Dialog box
when saving a TIFF file with the using LZW compression property set to true?
I have tried setting the interaction level to silent mode (as per the user
guide) but, I keep getting the Tiff Options dialog box. The code looks like
below:
if enable_tiff_with_LZW = true then
save current document as TIFF {platform:Macintosh, using LZW
compression:true} without making copy
set the dialog interaction level to silent mode
else
save current document as TIFF {platform:Macintosh, using LZW
compression:false} without making copy
set the dialog interaction level to silent mode
end if
In the above example, the "enable_tiff_with_LZW" is a property that I set as
a Boolean.
Thanks in advance!
Rob