From c063fa56c43684fc59fb252228e72c64323ed32e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 18 Mar 2021 19:31:26 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Viewer/features/filesystem.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Viewer/features/filesystem.js b/Viewer/features/filesystem.js index 2d2b7109..483604a9 100755 --- a/Viewer/features/filesystem.js +++ b/Viewer/features/filesystem.js @@ -2355,14 +2355,11 @@ var FileSystemWriterActions = actions.Actions({ return Promise.all(queue) }], - // XXX ASAP rename to exportImages(..) + // XXX ASAP transform images on export when "copy best preview"... // XXX ASAP test settings['export-mode'] = 'copy best match' - // XXX might also be good to save/load the export options to .ImageGrid-export.json // XXX resolve env variables in path... (???) - // XXX make custom previews (option)... // XXX report errors... - // XXX stop the process on errors... - // XXX use tasks... + // XXX use tasks (???) // XXX check global index ('%I') in crop... // XXX make clean_target more error tolerant... // XXX BUG: exporting and generating previews does odd things... (see keep)