Closed Waitsnake closed 5 years ago
Part of next release
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.
Fixed with last submit. It will be a silent update of release 1.5.1 .
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.