• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..14-Nov-201322

iptcutil.cH A D30-Jun-201021.2 KiB

MakefileH A D24-Jul-200614.9 KiB

Makefile.amH A D12-Jul-20061.4 KiB

Makefile.inH A D30-Jun-201017 KiB

READMEH A D12-Jul-20061.2 KiB

test.iptcH A D13-Aug-20041.1 KiB

test.txtH A D13-Aug-20042.1 KiB

README

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