fileFormat property

String fileFormat
final

The file format for each image in your image sequence. For example, if the images in your image sequence are named as 'Frame_00000.png', 'Frame_00001.png', 'Frame_00002.png', 'Frame_00003.png' ... then the fileFormat should be 'png'. This should be the same for all the images in your image sequence.

Implementation

final String fileFormat;