ExportImageClip

Introduced

v2.03

Description

Saves the given image clip to an image or image sequence. You must specify the padding pattern if it is a sequencer, in the format [start..end;padding]

Scripting Syntax

ExportImageClip( [Clip], FileName, [StartFrame], [EndFrame], [StepFrame] );

Parameters

Parameter Type Description
Clip Selection List Image clip to take images from
FileName String The name of the image/sequence/movie
StartFrame Long Start frame.

Default Value: 1

EndFrame Long End frame.

Default Value: 1

StepFrame Long Step frame.

Default Value: 1