man iptc (Commandes) - manual page for iptc 0.2.0

NAME

iptc - manual page for iptc 0.2.0

SYNOPSIS

iptc [OPTIONS] [FILE]...

DESCRIPTION

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

OPTIONS

-q, --quiet
produce less verbose output
-b, --backup
backup any modified files
-s, --sort
sort tags before displaying or saving

Informative output:

-l, --list
list the names of all known tags (i.e. Caption, etc.)
-L, --list-desc=TAG
print the name and description of TAG
--help
print this help, then exit
--version
print iptc program version number, then exit

EXAMPLES

iptc image.jpg
# display the IPTC metadata contained in image.jpg
iptc -m Caption -v "Foo" *.jpg
# set caption "Foo" in all jpegs of the curr. dir.
iptc -a Keywords -v "vacation" *.jpg
# add keyword "vacation" to all jpegs

Operations:

-a, --add=TAG
add new tag with identifier TAG
-m, --modify=TAG
modify tag with identifier TAG (add if not present)
-v, --value=VALUE
value for added/modified tag
-d, --delete=TAG
delete tag with identifier TAG
-p, --print=TAG
print value of tag with identifier TAG

AUTHOR

Written by David Moore <dcm@acm.org>

SEE ALSO

The full documentation for iptc is maintained as a Texinfo manual. If the info and iptc programs are properly installed at your site, the command

info iptc

should give you access to the complete manual.