diff --git a/buildcache.py b/buildcache.py index 347c437a..44d31abe 100755 --- a/buildcache.py +++ b/buildcache.py @@ -1,7 +1,7 @@ #======================================================================= __version__ = '''0.0.01''' -__sub_version__ = '''20130629042157''' +__sub_version__ = '''20130705205545''' __copyright__ = '''(c) Alex A. Naanou 2011''' @@ -297,6 +297,7 @@ def build_images(path, config=CONFIG, gid_generator=hash_gid, verbosity=0): 'type': 'image', 'state': 'single', 'orientation': { + 0: 0, 1: 0, 2: 0, 3: 180, @@ -307,6 +308,7 @@ def build_images(path, config=CONFIG, gid_generator=hash_gid, verbosity=0): 8: 270, }[orientation], 'flipped': { + 0: 0, 1: None, 2: ['horizontal'], 3: None,