Groups > Corel > Corel Paint Shop Pro 8 > Re: resize script w/o dialog?




resize script w/o dialog?

resize script w/o dialog?
Sat, 22 Dec 2007 19:15:28 -050
Is it possible to have a PspScript that does a particular resize operation
withOUT bringing up the dialog box?
Post Reply
Re: resize script w/o dialog?
Sat, 22 Dec 2007 19:55:56 -060
TheChysler wrote:
> 
> Is it possible to have a PspScript that does a particular resize operation
> withOUT bringing up the dialog box?

Set the execution mode of the script to Silent. There's a button
for it in the Scripting toolbar. The tooltip will show you which
it is. The button is a toggle. Click it again and the mode will
change to Interactive.

If this doesn't work it is because the Resize command is not
tagged with a Default execution mode, which follows whatever is
the state of the Execution Mode toggle. Instead it has been
specifically assigned the Interactive execution mode. You can
change that by clicking the Edit Selected Script button.

Be careful with resizing scripts. If the script contains a
recorded width, height and aspect ratio and maintain aspect
ratio too, the script won't do what you want when you run it on
an image with a different aspect ratio. This is because you
can't have all of the old width, height and aspect ratio at
the same time for this other image.
Post Reply
about | contact