首先,我的問題是How do I convert image to 2-bit per pixel?,不幸的是它的解決方案並不在我的情況下工作,不同的... 我需要將圖像轉換爲每像素2位灰度BMP格式。樣本圖像具有以下屬性: Color Model: RGB
Depth: 4
Is Indexed: 1
Dimension: 800x600
Size: 240,070 bytes (4 b
我是Python新手,開始學習Eric Matthes的「Python速成教程」。我在Pygame章節的開始,我遵循代碼,但我加載的圖像總是看起來損壞,我不知道爲什麼。代碼來自該書。第一個文件: import pygame
class Ship():
def __init__(self, screen):
"""Initialize the ship and s