X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=scripts.git;a=blobdiff_plain;f=redatepic.sh;h=fc6a6065d6675bb44212548cdd5abf7cfa1f8bdd;hp=071702bcd04c3c764012c8a240709f06580a02db;hb=21ae130ac712bef090b9ebfe92af81a45dbb9c6a;hpb=c4cd7cc8a182edbc3f926638aead6fbb60434153 diff --git a/redatepic.sh b/redatepic.sh index 071702b..fc6a606 100755 --- a/redatepic.sh +++ b/redatepic.sh @@ -1,8 +1,6 @@ #!/bin/bash ######################################################################### -# START_IP_HEADER # -# # # This program is free software: you can redistribute it and/or modify # # it under the terms of the version 3 of the GNU General Public License # # as published by the Free Software Foundation. # @@ -16,9 +14,7 @@ # along with this program. If not, see . # # # # Written by and Copyright (C) Francois Fleuret # -# Contact for comments & bug reports # -# # -# END_IP_HEADER # +# Contact for comments & bug reports # ######################################################################### while [ $1 ]; do @@ -29,7 +25,8 @@ while [ $1 ]; do if [[ -f ${REFERENCE} ]]; then - TAG=$(exif --ifd=EXIF -t "Date and Time (original)" ${REFERENCE} | grep Value) + # TAG=$(exif --ifd=EXIF -t "Date and Time (original)" ${REFERENCE} | grep Value) + TAG=$(exif --ifd=EXIF -t 0x9003 ${REFERENCE} | grep Value) if [[ ${TAG} ]]; then TIMESTAMP=$(echo ${TAG} | sed -e \