diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-23 12:17:05 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-23 12:17:05 +0200 |
commit | c0b89ac5bfb90835ef01573267020e42d4fe070c (patch) | |
tree | 733c16852d964d84b7565af4bdaff0bcca901b88 /tiff/contrib/iptcutil/README | |
parent | 094535c010320967639e8e86f974d878e80baa72 (diff) |
Imported Upstream version 1.8.0upstream/1.8.0
Diffstat (limited to 'tiff/contrib/iptcutil/README')
-rw-r--r-- | tiff/contrib/iptcutil/README | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/tiff/contrib/iptcutil/README b/tiff/contrib/iptcutil/README deleted file mode 100644 index 1619ef4..0000000 --- a/tiff/contrib/iptcutil/README +++ /dev/null @@ -1,25 +0,0 @@ - -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 - |