annotate src/name/blackcap/exifwasher/default.properties @ 11:e52fd1a575de

Add Mac icons.
author David Barts <n5jrn@me.com>
date Fri, 10 Apr 2020 20:58:03 -0700
parents 19c381c536ec
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
19c381c536ec Code to make it a proper Mac GUI app. Untested!
David Barts <n5jrn@me.com>
parents: 2
diff changeset
1 outputTo=
19c381c536ec Code to make it a proper Mac GUI app. Untested!
David Barts <n5jrn@me.com>
parents: 2
diff changeset
2 outputToInputDir=true
2
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
3 whitelist=\
3
19c381c536ec Code to make it a proper Mac GUI app. Untested!
David Barts <n5jrn@me.com>
parents: 2
diff changeset
4 Exif.Image.ColorMap,\
11
e52fd1a575de Add Mac icons.
David Barts <n5jrn@me.com>
parents: 3
diff changeset
5 Exif.Image.ExifTag,\
3
19c381c536ec Code to make it a proper Mac GUI app. Untested!
David Barts <n5jrn@me.com>
parents: 2
diff changeset
6 Exif.Image.Indexed,\
19c381c536ec Code to make it a proper Mac GUI app. Untested!
David Barts <n5jrn@me.com>
parents: 2
diff changeset
7 Exif.Image.InterColorProfile,\
2
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
8 Exif.Image.Orientation,\
3
19c381c536ec Code to make it a proper Mac GUI app. Untested!
David Barts <n5jrn@me.com>
parents: 2
diff changeset
9 Exif.Image.PreviewColorSpace,\
19c381c536ec Code to make it a proper Mac GUI app. Untested!
David Barts <n5jrn@me.com>
parents: 2
diff changeset
10 Exif.Image.PrimaryChromaticities,\
2
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
11 Exif.Image.ResolutionUnit,\
3
19c381c536ec Code to make it a proper Mac GUI app. Untested!
David Barts <n5jrn@me.com>
parents: 2
diff changeset
12 Exif.Image.SamplesPerPixel,\
19c381c536ec Code to make it a proper Mac GUI app. Untested!
David Barts <n5jrn@me.com>
parents: 2
diff changeset
13 Exif.Image.TransferFunction,\
19c381c536ec Code to make it a proper Mac GUI app. Untested!
David Barts <n5jrn@me.com>
parents: 2
diff changeset
14 Exif.Image.WhitePoint,\
2
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
15 Exif.Image.XResolution,\
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
16 Exif.Image.YCbCrCoefficients,\
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
17 Exif.Image.YCbCrPositioning,\
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
18 Exif.Image.YCbCrSubSampling,\
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
19 Exif.Image.YResolution,\
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
20 Exif.Iop.*,\
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
21 Exif.Photo.ColorSpace,\
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
22 Exif.Photo.ComponentsConfiguration,\
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
23 Exif.Photo.CompressedBitsPerPixel,\
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
24 Exif.Photo.ExifVersion,\
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
25 Exif.Photo.InteroperabilityTag,\
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
26 Exif.Photo.PixelXDimension,\
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
27 Exif.Photo.PixelYDimension,\
efd9fe2d70d7 Rationalize exceptions, code whitelist, add command-line tool.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
28 Exif.Thumbnail.*