Description
If a sequence (multiple frame image) is used as the Source for Convert, but a single image format (such as JPG or PNG) is used as the OutputFormat, the user has the option to save the individual frames as successive images, or to only save the first frame of the sequence.
-
Property type
-
A Boolean value.
-
Syntax
-
object.SaveFramesIndividually [= value]
The SaveFramesIndividually Property syntax has these parts: |
| object | An expression evaluating to an object of type McFiles. | | value | A Boolean value. | Remarks
If the value is True (default), each frame is labelled with the OutputName and then the Frame Number appended. If the value is False, only the first frame is saved, with the OutputName as set.
|