
(For PGE Editor before 0.1-Alpha)
To fix this you need to convert the image's format from BMP to GIF.
The easiest way to do this is to use ImageMagick:
You need to open the command line in the directory with the broken images, and try this command:
Code: Select all
mogrify -format gif *.gif

After the program has done it's work, the images should load correctly:



