mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
notes....
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
d6ade16950
commit
41415238e0
@ -2719,6 +2719,9 @@ function(title, func){
|
||||
// ready thus the first call will process all the inputs and the
|
||||
// later calls will get empty inputs (unless any new inputs are while
|
||||
// processing added)...
|
||||
// i.e. within a queue/task async processing model there is no guarantee
|
||||
// that the item will be processed in the same call tree that it
|
||||
// was added in...
|
||||
//
|
||||
// XXX might be a good idea to split this into a generic and domain parts
|
||||
// and move the generic part into types/runner...
|
||||
|
||||
@ -2473,7 +2473,6 @@ var FileSystemWriterActions = actions.Actions({
|
||||
// normal images (resize)...
|
||||
} else if(resize){
|
||||
// XXX should this be sync???
|
||||
// XXX BUG: this creates unneeded backups...
|
||||
return that.makeResizedImage(gid, size, img_dir, { name, logger })
|
||||
|
||||
// normal images (copy)...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user