fps property

double fps
final

The FPS for your image sequence. For example, if your frameCount is 60 and the animation is meant to run in 1 second, then your fps should be 60.

Implementation

final double fps;