Example #1
0
 def __init__(self, data, width, height):
     self.blockWidth = 4
     self.blockHeight = 4
     self.blockSize = 32
     self.bitsPerPixel = 16
     ImageFormat.__init__(self, data, width, height)
Example #2
0
 def __init__(self, data, width, height):
     self.blockWidth = 4
     self.blockHeight = 4
     self.blockSize = 32
     ImageFormat.__init__(self, data, width, height)