How to display Animated GIF
What is the best way to display an animated GIF image in J2ME?
# 1
Hi speedy, Standard image format for J2ME is PNG. Displaying GIF will oblige youto write a reader and setting pixel values one by one depending onGIF file and time value (displayed frame).Regards,Jack