foxtrotzulu94 / ECE-Pokedex

An Android App for those that want to be the very best! You Gotta Catch 'Em All!
MIT License
1 stars 1 forks source link

Transform Animated .GIF to .PNG Sprites #16

Closed foxtrotzulu94 closed 9 years ago

foxtrotzulu94 commented 9 years ago

All the graphical assets of the 6th generation are in animated sprites that cause problems when rendering. The previously used ones do not correspond to the latest generation with the exception of a few.

Using the Python Imaging Library, develop a script that can systematically transform all animated .gif to .png format. This should be simple after sampling the first gif frame and determining the correct color bit depth for the sprites (start at 8-bits and increase in powers of two if needed).

foxtrotzulu94 commented 9 years ago

All assets Ok.