mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e6243fdd3e
commit
f9398462c8
@ -467,6 +467,11 @@ var SharpActions = actions.Actions({
|
||||
&& new Set(this.ribbons.getImageGIDs())
|
||||
|
||||
/*/ XXX set this to tmp for .location.load =='loadImages'
|
||||
// XXX add preview cache directory...
|
||||
// - user defined path
|
||||
// - cleanable
|
||||
// partially (remove orphans) / full...
|
||||
// - not sure how to index...
|
||||
var base_path = that.location.load == 'loadIndex' ?
|
||||
null
|
||||
: tmp
|
||||
@ -494,6 +499,7 @@ var SharpActions = actions.Actions({
|
||||
img.flipped = o.flipped
|
||||
|
||||
// if image too large, generate preview(s)...
|
||||
// XXX EXPERIMENTAL...
|
||||
var size_threshold = that.config['preview-generate-threshold']
|
||||
if(size_threshold
|
||||
&& img.preview == null
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user