mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-16 16:21:40 +00:00
thinking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
530e288108
commit
2c35c9077b
@ -39,12 +39,20 @@ while true ; do
|
||||
done
|
||||
|
||||
|
||||
_exifup(){
|
||||
local PREVIEW_DIR=$1
|
||||
if ! [ -e "$PREVIEW_DIR" ] ; then
|
||||
return 1
|
||||
fi
|
||||
local imgs=(${PREVIEW_DIR}/*)
|
||||
# XXX
|
||||
}
|
||||
|
||||
# XXX add support for getting exif from raw...
|
||||
# ...this can lead to multiple hits, need a way to decide which
|
||||
# one to use...
|
||||
exifup(){
|
||||
PREVIEW_DIR=$1
|
||||
local PREVIEW_DIR=$1
|
||||
if [ -e "$PREVIEW_DIR" ] ; then
|
||||
echo doing: `pwd`
|
||||
exiv2 ex *.psd
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user