libtiff/contrib/iptcutil
Vadim Zeitlin 193c1c7394 Create tag for v4.2.0
-----BEGIN PGP SIGNATURE-----
 
 iHUEABEIAB0WIQTr39shsCDuj9FRqI3jAQR94RmJdQUCX95KfAAKCRDjAQR94RmJ
 ddHsAP9aNuHBYnueUqBjE34GjNwgwh8rt01MrUT6qYLBomlClgD+L3Xed/AbZH6k
 k3RLq2Wyd7YPMyi6/I9FbIw5av98Dis=
 =RqwF
 -----END PGP SIGNATURE-----

Merge tag 'v4.2.0' into wx

Update to the latest upstream release and rerun autogen.sh.
2020-12-30 17:56:13 +01:00
..
CMakeLists.txt * CMakeLists.txt: Add CMake patchset by Roger Leigh as posted to 2015-06-25 02:27:58 +00:00
iptcutil.c Fix some typos 2018-02-24 21:47:52 +01:00
Makefile.am All the CMakeLists.txt files were missing from the distribution tarball. 2015-08-30 21:26:45 +00:00
Makefile.in Create tag for v4.2.0 2020-12-30 17:56:13 +01:00
README * contrib/iptcutil/README: Added the missing README which goes 2004-10-05 01:28:40 +00:00
test.iptc
test.txt

Program: IPTCUTIL.C

Purpose: Convert between IPTC binary and a "special" IPTC text file format.

Usage:   iptcutil -t | -b [-i file] [-o file] <input >output

Notes:   You tell the program the "type" of input file via the -t and -b
         switches. The -t says that the input is text, while the -b says
         that the input is binary IPTC. You can use either the -i or the
         -o switches to tell the program what the input and output files
         will be, or use simple piping.

Author:  William T. Radcliffe (billr@corbis.com)
         Parts of this program were derived from other places. The original
         binary to text conversion was taken from the PHP distribution and
         the tokenizer was written many years ago, by someone else as well.

This software is provided freely "as is", without warranty of any kind,
express or implied, including but not limited to the warranties of
merchantability, fitness for a particular purpose and noninfringement.
In no event shall William T. Radcliffe be liable for any claim, damages or
other liability, whether in an action of contract, tort or otherwise,
arising from, out of or in connection with IPTCUTIL