mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-11-01 20:00:10 +00:00
minor changes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
79f3095294
commit
f0b489dd52
@ -1,7 +1,7 @@
|
|||||||
#=======================================================================
|
#=======================================================================
|
||||||
|
|
||||||
__version__ = '''0.0.01'''
|
__version__ = '''0.0.01'''
|
||||||
__sub_version__ = '''20120923233459'''
|
__sub_version__ = '''20120924011938'''
|
||||||
__copyright__ = '''(c) Alex A. Naanou 2012'''
|
__copyright__ = '''(c) Alex A. Naanou 2012'''
|
||||||
|
|
||||||
|
|
||||||
@ -171,6 +171,7 @@ def build_index(path, images=None, count=None):
|
|||||||
|
|
||||||
|
|
||||||
# XXX this will not overwrite existing files...
|
# XXX this will not overwrite existing files...
|
||||||
|
# XXX make this destingwish absolute and relative paths...
|
||||||
def make_cache_images(path, config=config):
|
def make_cache_images(path, config=config):
|
||||||
'''
|
'''
|
||||||
'''
|
'''
|
||||||
@ -258,6 +259,8 @@ def build_local_cache(path):
|
|||||||
print 'Processed %s images in %s seconds.' % (n, t1-t0)
|
print 'Processed %s images in %s seconds.' % (n, t1-t0)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#-----------------------------------------------------------------------
|
#-----------------------------------------------------------------------
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
## PATH = 'images/cache-test/'
|
## PATH = 'images/cache-test/'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user