alexiscreuzot / SwiftyGif

High performance GIF engine
MIT License
1.99k stars 210 forks source link

Support devices with a 120Hz screen #172

Closed cryptoAlgorithm closed 1 year ago

cryptoAlgorithm commented 2 years ago

Simply adds 120 to the array of possible frame rates. Fixes #170, verified that GIF animates at correct speed on a 2021 14" MBP (120Hz screen)

cryptoAlgorithm commented 2 years ago

Unfortunately this cannot be merged just yet - this makes rendering too slow on 60Hz screens, frustratingly. Sorry for not doing regression testing 😓

alexiscreuzot commented 1 year ago

No problem, thanks for trying !