mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
minor bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
0d0d3fda2a
commit
1a32f639bf
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user