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).
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).