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