mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
...
This commit is contained in:
parent
9db954a609
commit
f29bb4407f
3
TODO.otl
3
TODO.otl
@ -32,7 +32,8 @@
|
|||||||
[_] feed the data to the tagset
|
[_] feed the data to the tagset
|
||||||
| this step must be generic
|
| this step must be generic
|
||||||
|
|
|
|
||||||
| it is still unclear what steps are to be handled outside and what inside the tagset...
|
| it is still unclear what steps are to be handled outside
|
||||||
|
| and what inside the tagset...
|
||||||
[_] put it all together
|
[_] put it all together
|
||||||
[_] 0% search / select
|
[_] 0% search / select
|
||||||
[_] 0% output:
|
[_] 0% output:
|
||||||
|
|||||||
4
index.py
4
index.py
@ -1,7 +1,7 @@
|
|||||||
#=======================================================================
|
#=======================================================================
|
||||||
|
|
||||||
__version__ = '''0.0.01'''
|
__version__ = '''0.0.01'''
|
||||||
__sub_version__ = '''20111111015101'''
|
__sub_version__ = '''20111111161334'''
|
||||||
__copyright__ = '''(c) Alex A. Naanou 2011'''
|
__copyright__ = '''(c) Alex A. Naanou 2011'''
|
||||||
|
|
||||||
|
|
||||||
@ -226,7 +226,7 @@ def split_images(index):
|
|||||||
# NOTE: these images can be located in a
|
# NOTE: these images can be located in a
|
||||||
# different place or are orgonized in a
|
# different place or are orgonized in a
|
||||||
# different way...
|
# different way...
|
||||||
## print '%%%%%%', path, name, ext
|
print '%%%%%%', path, name, ext
|
||||||
gid = str(uuid.uuid4())
|
gid = str(uuid.uuid4())
|
||||||
yield gid, {
|
yield gid, {
|
||||||
'gid': gid,
|
'gid': gid,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user