annotate src/name/blackcap/exifwasher/default.properties @ 2:efd9fe2d70d7

Rationalize exceptions, code whitelist, add command-line tool.
author David Barts <n5jrn@me.com>
date Wed, 01 Apr 2020 14:23:54 -0700
parents db63d01a23c6
children 19c381c536ec
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
1 whitelist=\
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
2 Exif.Image.Orientation,\
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
3 Exif.Image.ResolutionUnit,\
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
4 Exif.Image.XResolution,\
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
5 Exif.Image.YCbCrCoefficients,\
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
6 Exif.Image.YCbCrPositioning,\
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
7 Exif.Image.YCbCrSubSampling,\
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
8 Exif.Image.YResolution,\
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
9 Exif.Iop.*,\
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
10 Exif.Photo.ColorSpace,\
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
11 Exif.Photo.ComponentsConfiguration,\
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
12 Exif.Photo.CompressedBitsPerPixel,\
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
13 Exif.Photo.ExifVersion,\
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
14 Exif.Photo.InteroperabilityTag,\
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
15 Exif.Photo.PixelXDimension,\
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
16 Exif.Photo.PixelYDimension,\
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
17 Exif.Thumbnail.*