wxWidgets
wxWidgets copied to clipboard
Animated PNG(apng) support
Issue migrated from trac ticket # 16285
component: GUI-all | priority: normal | keywords: apng animated png libpng
2014-05-22 16:58:04: Metallicow (Metallicow) created the issue
Support for Animated PNG(.apng .png) in general. This has had a lot more work put into it since the Kickstarter success. Isn't it about time for wx to start supporting this also? apng is superior to the other formats and has become a lot more accepted by developers overall.
AnimationCtrl support firstly and then in other places it could be used/applied logically(Ex: if a bitmap/image for a widget is an apng, methods for starting/stopping the animation would apply)
libpng patchs https://sourceforge.net/projects/apng/
2014-05-22 17:08:25: @vadz changed status from new to confirmed
2014-05-22 17:08:25: @vadz commented
Any contributions would be welcome but please don't set the milestone unless you intend to work yourself on implementing this.
2014-05-22 17:13:18: Metallicow (Metallicow) commented
opps. I intended a feature request in general. Ok understood. Thanks.
Hi, any update on this? Is apng support still being considered?
Nobody is actively working on this AFAIK. Contributions would still be welcome, of course.
https://github.com/kdschlosser/wxAnimation I just found this repo which appears to add support for apng and some other decoders - might be worth looking into.