Waitsnake / AnimatedGif

A screensaver for Mac OSX / macOS that plays animated GIFs and APNGs
MIT License
213 stars 31 forks source link

Add support for Animated Portable Network Graphics (APNG) #47

Closed Waitsnake closed 5 years ago

Waitsnake commented 5 years ago

Add support for Animated Portable Network Graphics (APNG) witch is a more modern graphics format for animated images. Since it is very similar to GIF and supported by NSBitmapImageRep(there a only small differences) it should be easy to implement.

Waitsnake commented 5 years ago

Part of next release

Waitsnake commented 5 years ago

Testing this feature first with MacOSX Mavericks 10.9 let crash AnimatedGif. It seams support of APNG start first with version 10.10 and before that version any APNG will show only the first frame. But AnimatedGif already uses the new API and so that crash happens.

Waitsnake commented 5 years ago

Fixed with last submit. It will be a silent update of release 1.5.1 .