pg-add-comment.sh -> make_exif-name.sh umbenannt und im README.md
aktualisiert
This commit is contained in:
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
3
jpg-add-comment.sh → make_exif-name.sh
Normal file → Executable file
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Add a exif-comment to all JPEG-Files from this directory and all subdirectorys
|
# 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"
|
VERSION="make_exif-name.sh Version 0.0.2 from 23.10.2005"
|
||||||
#
|
#
|
||||||
# Input: comment text
|
# Input: comment text
|
||||||
|
@ -29,4 +29,3 @@ echo "Write Comment: <"${COMMENTSTEXT}">"
|
||||||
# -p Preserve timestamps (atime + mtime) when doing inplace editing.
|
# -p Preserve timestamps (atime + mtime) when doing inplace editing.
|
||||||
# -c <text> Set jpeg comment tag to <text>.
|
# -c <text> Set jpeg comment tag to <text>.
|
||||||
find . -type f -name "${JPEGFILEFILTER}" -exec exiftran -ibp -c "${COMMENTSTEXT}" {} \;
|
find . -type f -name "${JPEGFILEFILTER}" -exec exiftran -ibp -c "${COMMENTSTEXT}" {} \;
|
||||||
|
|
Loading…
Reference in a new issue