mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
updated todo...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
51a917d5c2
commit
daf804767d
9
TODO.otl
9
TODO.otl
@ -1,7 +1,12 @@
|
||||
[_] 25% general tasks
|
||||
[X] need unique image id
|
||||
[_] 16% general tasks
|
||||
[_] 0% save diffs in pickle overlays...
|
||||
| need fast and simple way to save changes to a new spot...
|
||||
[_] 0% IDEA: use pli.logictypes.DictUnion
|
||||
[_] create a new layer on load
|
||||
[_] save only updated layers and create a new empty layer on save
|
||||
[_] 0% compleate the new tags module
|
||||
[_] .relatedtags(...)
|
||||
[_] concatinative mode or abbility to build new tagsets from selections
|
||||
[_] import test images and ratings
|
||||
[_] importer based on xmpgen
|
||||
[X] need unique image id
|
||||
|
||||
10
tags.py
10
tags.py
@ -1,7 +1,7 @@
|
||||
#=======================================================================
|
||||
|
||||
__version__ = '''0.0.01'''
|
||||
__sub_version__ = '''20111001012545'''
|
||||
__sub_version__ = '''20111001012751'''
|
||||
__copyright__ = '''(c) Alex A. Naanou 2011'''
|
||||
|
||||
|
||||
@ -220,8 +220,8 @@ if __name__ == '__main__':
|
||||
from time import time
|
||||
import cPickle as pickle
|
||||
|
||||
## ts = TagSet()
|
||||
ts = TagSetWithObjectIndex()
|
||||
ts = TagSet()
|
||||
## ts = TagSetWithObjectIndex()
|
||||
|
||||
|
||||
N = 100000
|
||||
@ -250,8 +250,8 @@ if __name__ == '__main__':
|
||||
return ts
|
||||
|
||||
|
||||
populate_tagset()
|
||||
## ts = load_tagset()
|
||||
## populate_tagset()
|
||||
ts = load_tagset()
|
||||
|
||||
print len(ts.tags())
|
||||
print len(ts.objects())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user