IPTC(1) | [FIXME: manual] | IPTC(1) |
iptc - Utility for viewing and modifying the contents of IPTC metadata in images.
iptc [[-q] | [--quiet]] [[-b] | [--backup]] [[-s] | [--sort]] [[-v VALUE] | [--value=VALUE]] [[[-l] | [--list]] [[-L TAGS] | [--list-desc=TAGS]] [[-a TAGS] | [--add=TAGS]] [[-m TAGS] | [--modify=TAGS]] [[-d TAGS] | [--delete=TAGS]] [[-p TAGS] | [--print=TAGS]]] [--help] [--version] [file...]
This manual page documents briefly the iptc command.
This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page.
iptc is a IPTC data editor. You can add, modify and delete ITPC metadata in images. You can also get the value of a particular tag.
-q, --quiet
-b, --backup
-s, --sort
--help
--version
-l, --list
-L TAG, --list-desc=TAG
-a TAG, --add=TAG
-m TAG, --modify=TAG
-v VALUE, --value=VALUE
-d TAG, --delete=TAG
-p TAG, --print=TAG
file
Display the IPTC metadata contained in image.jpg: iptc image.jpg
Set caption "Foo" in all jpegs of the current dir: iptc -m Caption -v "Foo" *.jpg
Add keyword "vacation" to all jpegs: iptc -a Keywords -v "vacation" *.jpg
This manual page was written by Sylvain Le Gall <gildor@debian.org> for the Debian GNU/Linux system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Lesser General Public License, Version 2.1 or any later version published by the Free Software Foundation; considering as source code all the file that enable the production of this manpage.
Sylvain Le Gall <gildor at-smtp-server debian.org>
Copyright © 2007 Sylvain Le Gall
January 17, 2007 | [FIXME: source] |