Skip to content

Release 1.5.0

Compare
Choose a tag to compare
@Waitsnake Waitsnake released this 06 Apr 22:30
· 42 commits to master since this release
44d070f

For more information about AnimatedGif please look at the readme page:
https://github.com/Waitsnake/AnimatedGif/blob/master/README.md

Changes:

  • AnimatedGif now supports Metal (API) for hardware-accelerated rendering (see enhancement #43). When running AnimatedGif always tries to start Metal as first choice for rendering. Only if this fails like on older macOS versions(older than 10.11) or nor supported Macs(usually older than Mid 2012) it tries to use OpenGL as before.
  • Fix issue #44 where GIFs with high fps rate were lagging when screensaver was in background mode.
    Readme updated and add more pictures.

Includes fixes for:
#43 and #44