eugeneware / gifencoder

Server side animated gif generation for node.js
Other
472 stars 49 forks source link

How use delay delay x 1/1000 and not 1/100 ? #55

Open apoutchika opened 2 years ago

apoutchika commented 2 years ago

Hi,

Is it possible to use the delay on miliseconds, not hundredths ?

It is rounded when changing setDelay : https://github.com/eugeneware/gifencoder/blob/master/lib/GIFEncoder.js#L136

I would like to use 103, 101, 99, 98 miliseconds, not just 100.

Thank you