Fix png export orientation

A quirk of the Decompressed class dissociated the orientation from
the output attribute.

The makefile no longer suppresses output since it's still relevant.
This commit is contained in:
yenatch
2013-02-12 03:17:05 -05:00
parent 8b8f7200a9
commit ad0578fda0
2 changed files with 8 additions and 6 deletions

View File

@ -610,6 +610,8 @@ class Decompressed:
self.tiles = transpose(self.tiles)
self.pic = connect(self.tiles)
self.output = self.pic + self.animtiles
def decompress(self):
"""replica of crystal's decompression"""