mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
added scripts README...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
46aa45593c
commit
a43f341968
38
scripts/README
Normal file
38
scripts/README
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
process-archive.sh
|
||||||
|
|
||||||
|
Dependencies:
|
||||||
|
- exiftool
|
||||||
|
- vips
|
||||||
|
- bc
|
||||||
|
- bash
|
||||||
|
|
||||||
|
XXX add self dependency check...
|
||||||
|
|
||||||
|
|
||||||
|
process-archive.bat -- windows version of process-archive.sh (partial)
|
||||||
|
|
||||||
|
|
||||||
|
sync-flash.sh
|
||||||
|
|
||||||
|
Dependencies:
|
||||||
|
- process-archive.sh
|
||||||
|
- bash
|
||||||
|
|
||||||
|
|
||||||
|
update-exif.sh
|
||||||
|
|
||||||
|
Dependencies:
|
||||||
|
- exiv2 (to be deprecated)
|
||||||
|
|
||||||
|
|
||||||
|
flatten.sh
|
||||||
|
|
||||||
|
|
||||||
|
vips-tn.sh
|
||||||
|
|
||||||
|
cleannwcache.bat
|
||||||
|
|
||||||
|
extract-metadata.sh
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -1830,7 +1830,6 @@ var FileSystemWriterActions = actions.Actions({
|
|||||||
//
|
//
|
||||||
// XXX resolve env variables in path...
|
// XXX resolve env variables in path...
|
||||||
// XXX what should happen if no path is given???
|
// XXX what should happen if no path is given???
|
||||||
// XXX should this return a promise??? ...a clean promise???
|
|
||||||
// XXX add preview selection...
|
// XXX add preview selection...
|
||||||
// XXX handle .image.path and other stack files...
|
// XXX handle .image.path and other stack files...
|
||||||
// XXX local collections???
|
// XXX local collections???
|
||||||
@ -1937,8 +1936,7 @@ var FileSystemWriterActions = actions.Actions({
|
|||||||
.then(function(){
|
.then(function(){
|
||||||
logger && logger.emit('done', to) })
|
logger && logger.emit('done', to) })
|
||||||
.catch(function(err){
|
.catch(function(err){
|
||||||
logger && logger.emit('error', err)
|
logger && logger.emit('error', err) }))
|
||||||
}))
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user