logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

iptc - Utility for viewing and modifying the contents of IPTC metadata in images.

Author

SylvainLeGall <gildor at-smtp-server debian.org>
           Author.

Description

       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
           Produce less verbose output.

       -b, --backup
           Backup any modified files.

       -s, --sort
           Sort tags before displaying or saving.

       --help
           Display an help message and exit.

       --version
           Display an iptc version number and exit.

       -l, --list
           List the name of all known tags (i.e. Caption, etc).

       -LTAG, --list-desc=TAG
           Print the name and description of TAG.

       -aTAG, --add=TAG
           Add new tag with identifier TAG.

       -mTAG, --modify=TAG
           Modify tag with identifier TAG (add if not present).

       -vVALUE, --value=VALUE
           Value for added/modified tag.

       -dTAG, --delete=TAG
           Delete tag with identifier TAG.

       -pTAG, --print=TAG
           Print value of tag with identifier TAG.

       file
           Files to edit.

Examples

       Display the IPTC metadata contained in image.jpg: iptcimage.jpg

       Set caption "Foo" in all jpegs of the current dir: iptc-mCaption-v"Foo"*.jpg

       Add keyword "vacation" to all jpegs: iptc-aKeywords-v"vacation"*.jpg

License

       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.

Name

       iptc - Utility for viewing and modifying the contents of IPTC metadata in images.

Synopsis

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...]

See Also