2

グラフィカル アプリケーションを作成しようとしており、ライブラリとして pygame を使用しています。ただし、bmp 以外のファイルをロードするには、イメージを完全にサポートする Python をビルドする必要があります。

The image module is a required dependency of Pygame, but it only optionally supports any extended file formats. By default it can only load uncompressed BMP images. When built with full image support, the pygame.image.load - load new image from a file function can support the following formats.

どうすればいいですか?

4

1 に答える 1

-1

画像モジュールは PIL です - ここから入手できます - http://www.pythonware.com/products/pil

于 2013-10-14T16:52:30.113 に答える