Mercurial > cgi-bin > hgweb.cgi > JpegWasher
comparison 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 |
comparison
equal
deleted
inserted
replaced
1:42277ce58ace | 2:efd9fe2d70d7 |
---|---|
1 # A placeholder, because we currently don't use properties. | 1 whitelist=\ |
2 Exif.Image.Orientation,\ | |
3 Exif.Image.ResolutionUnit,\ | |
4 Exif.Image.XResolution,\ | |
5 Exif.Image.YCbCrCoefficients,\ | |
6 Exif.Image.YCbCrPositioning,\ | |
7 Exif.Image.YCbCrSubSampling,\ | |
8 Exif.Image.YResolution,\ | |
9 Exif.Iop.*,\ | |
10 Exif.Photo.ColorSpace,\ | |
11 Exif.Photo.ComponentsConfiguration,\ | |
12 Exif.Photo.CompressedBitsPerPixel,\ | |
13 Exif.Photo.ExifVersion,\ | |
14 Exif.Photo.InteroperabilityTag,\ | |
15 Exif.Photo.PixelXDimension,\ | |
16 Exif.Photo.PixelYDimension,\ | |
17 Exif.Thumbnail.* |