Alex A. Naanou 97af3938bd ...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2020-01-05 23:37:49 +03:00
..
2016-09-22 01:12:48 +03:00
2019-10-05 03:53:42 +03:00
...
2020-01-05 23:37:49 +03:00
2017-11-22 22:34:35 +03:00

This folder containse a set of scripts used to maintain an image
archive/index and related tasks...


TODO:
- migrate all index-related tasks to ImageGrid.Viewer
- make ImageGrid.Viewer scriptable
- make the rest of the scritps runnable from ImageGrid.Viewer



---

Archiving and index construction:

sync-flash.sh
	Syncs a camera flash card to an archive folder.

	Dependencies:
		- process-archive.sh
		- compress-archive.sh (optional)
		- bash

	For more info see:
		sync-flash.sh --help
	

process-archive.sh
	Processes and prepares the archive folder for viewing via
	ImageGrid.Viewer.

	Dependencies:
		- exiftool
		- vips
		- bc
		- bash

	XXX add self dependency check...

	For more info see:
		process-archive.sh --help


compress-archive.sh
	compresses raw files.

	By default this will NTFS compress sony ARW files, but other
	compression methods and raw formats are supported...

	For more info see:
		compress-archive.sh --help


update-exif.sh
	Updates processed preview metadata from appropriate .PSD files.

	Dependencies:
		- exiv2 (to be deprecated)

	For more info see:
		update-exif.sh --help



---

Misc scripts:


flatten.sh
	Flatten flickr/instagram favorite folder structure created by 
	ifttt appropriately renaming files.
		./<author>/<filename> -> ./ALL/<author> - <filename>


vips-tn.sh


cleannwcache.bat


extract-metadata.sh


process-archive.bat -- windows version of process-archive.sh (partial)