Is there an easy way to figure out approximately how long a .gif image takes to play one time in Javascript?
I tried ImageMagick identify but it didn't give me the correct duration.
identify
I found another reliable way using ExifTool
exiftool -Duration image.gif
It will print out the duration in seconds:
Duration : 0.48 s