我无法在 pygame 中加载不是 BMP 文件的图像。我到处寻找解决方案,但我找不到。在 pygame 网站中,他们这样说:
image 模块是 Pygame 的必需依赖项,但它只可选地支持任何扩展文件格式。默认情况下,它只能加载未压缩的 BMP 图像。当构建完整的图像支持时,pygame.image.load - 从文件中加载新图像功能可以支持以下格式。
我不明白该怎么做,以及如何获得完整的构建映像支持。
我在 ubuntu 13.04 上运行 python 3.3。我是 python 新手。
帮助?
错误:
File "/home2/tor/workspace/PYGAME/src/Main.py", line 13, in <module>
ball = pygame.image.load("/home2/tor/Downloads/ball.gif")
pygame.error: File is not a Windows BMP file
顺便说一句,我也在 jpg 文件上试过这个。