SilverKnightVGM / pywright

Automatically exported from code.google.com/p/pywright
0 stars 0 forks source link

solution for animated png #154

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Animated pngs will be seen by pywright as just a single frame of the animation.

Solutions to support animated pngs:
* converter, like gif2strip
   * issue is png and apng both look like png. need to load every .png to see if it is animated or not
* somehow hack pywright png to support animated version (this would be best, 
just like supporting animated gifs natively would be great)

Original issue reported on code.google.com by saluk64007@gmail.com on 24 Jan 2014 at 7:28