mirror of
https://github.com/blondie7575/HiSprite.git
synced 2024-12-26 19:29:25 +00:00
Merge branch 'master' of https://github.com/blondie7575/HiSprite
This commit is contained in:
commit
b3f9fdfd7d
@ -30,7 +30,7 @@ def main(argv):
|
||||
|
||||
width = pngdata[0]
|
||||
height = pngdata[1]
|
||||
pixelData = pngdata[2]
|
||||
pixelData = list(pngdata[2])
|
||||
byteWidth = width/2+1+1 # TODO: Calculate a power of two for this
|
||||
niceName = os.path.splitext(pngfile)[0].upper()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user