pg-add-comment.sh -> make_exif-name.sh umbenannt und im README.md

aktualisiert
This commit is contained in:
Ulf 2021-11-01 18:16:20 +01:00
parent 07c91a937e
commit f9cdcd3638
1 changed files with 1 additions and 2 deletions

3
jpg-add-comment.sh → make_exif-name.sh Normal file → Executable file
View File

@ -1,7 +1,7 @@
#!/bin/bash
# Add a exif-comment to all JPEG-Files from this directory and all subdirectorys
#
# (c) LUG-VS (GPL)
# (c) by Ulf Bartholomäus ub1x@gmx.net
VERSION="make_exif-name.sh Version 0.0.2 from 23.10.2005"
#
# Input: comment text
@ -29,4 +29,3 @@ echo "Write Comment: <"${COMMENTSTEXT}">"
# -p Preserve timestamps (atime + mtime) when doing inplace editing.
# -c <text> Set jpeg comment tag to <text>.
find . -type f -name "${JPEGFILEFILTER}" -exec exiftran -ibp -c "${COMMENTSTEXT}" {} \;