コード例 #1
0
ファイル: ia8.py プロジェクト: NerduMiner/Pikmin1Toolset
 def __init__(self, data, width, height):
     self.blockWidth = 4
     self.blockHeight = 4
     self.blockSize = 32
     self.bitsPerPixel = 16
     ImageFormat.__init__(self, data, width, height)
コード例 #2
0
 def __init__(self, data, width, height):
     self.blockWidth = 4
     self.blockHeight = 4
     self.blockSize = 32
     ImageFormat.__init__(self, data, width, height)