Blame contrib/iptcutil/README

Packit 7838c8
Packit 7838c8
Program: IPTCUTIL.C
Packit 7838c8
Packit 7838c8
Purpose: Convert between IPTC binary and a "special" IPTC text file format.
Packit 7838c8
Packit 7838c8
Usage:   iptcutil -t | -b [-i file] [-o file] <input >output
Packit 7838c8
Packit 7838c8
Notes:   You tell the program the "type" of input file via the -t and -b
Packit 7838c8
         switches. The -t says that the input is text, while the -b says
Packit 7838c8
         that the input is binary IPTC. You can use either the -i or the
Packit 7838c8
         -o switches to tell the program what the input and output files
Packit 7838c8
         will be, or use simple piping.
Packit 7838c8
Packit 7838c8
Author:  William T. Radcliffe (billr@corbis.com)
Packit 7838c8
         Parts of this program were derived from other places. The original
Packit 7838c8
         binary to text conversion was taken from the PHP distribution and
Packit 7838c8
         the tokenizer was written many years ago, by someone else as well.
Packit 7838c8
Packit 7838c8
This software is provided freely "as is", without warranty of any kind,
Packit 7838c8
express or implied, including but not limited to the warranties of
Packit 7838c8
merchantability, fitness for a particular purpose and noninfringement.
Packit 7838c8
In no event shall William T. Radcliffe be liable for any claim, damages or
Packit 7838c8
other liability, whether in an action of contract, tort or otherwise,
Packit 7838c8
arising from, out of or in connection with IPTCUTIL
Packit 7838c8