annotate Readme.html @ 60:d0b83fc1d62a default tip

Remember our input directory on a per-invocation basis.
author David Barts <n5jrn@me.com>
date Sun, 26 Jul 2020 15:14:03 -0700
parents 6b300da7d800
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
1 <!DOCTYPE html>
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
2 <html>
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
3 <head>
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
4 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
58
6b300da7d800 Update Readme, add License.
David Barts <davidb@stashtea.com>
parents: 48
diff changeset
5 <title>Introducing JpegWasher</title>
16
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
6 <style>
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
7 html { font-family: "TeX Gyre Schola", serif; }
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
8 h1, h2, h3, h4, h5, h6 { font-family: "Avenir Next", sans-serif; }
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
9 pre, code, kbd, samp { font-family: "Menlo", monospace; font-size: 85%; }
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
10 </style>
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
11 </head>
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
12 <body>
29
0161374f7a60 Update Readme.html.
David Barts <davidb@stashtea.com>
parents: 17
diff changeset
13 <h1>Introducing JpegWasher</h1>
16
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
14 <h2>Executive Summary</h2>
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
15 <p>This program makes it easy to remove metadata from the digital images you
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
16 create.</p>
58
6b300da7d800 Update Readme, add License.
David Barts <davidb@stashtea.com>
parents: 48
diff changeset
17 <h2>What is “Metadata,” and Why Would I Want to Remove It?</h2>
16
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
18 <p>You may not realize it, but image files can (and typically do!) contain
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
19 more than just image data. These data can include your camera make, model,
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
20 and serial number; the location where you took the photo; the software you
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
21 used to edit the photo (and what editing steps you did); etc.</p>
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
22 <p>One of the most powerful uses of photography is to graphically document
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
23 things that the wealthy and powerful might wish to remain concealed. The
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
24 evils of slavery, child labor, poverty, war, and imperialism have all been
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
25 documented photographically, and such photographs have often proved
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
26 instrumental in helping to motivate social change.</p>
58
6b300da7d800 Update Readme, add License.
David Barts <davidb@stashtea.com>
parents: 48
diff changeset
27 <p>Because of the metadata they contain, digital photographs contain
6b300da7d800 Update Readme, add License.
David Barts <davidb@stashtea.com>
parents: 48
diff changeset
28 evidence which has been used to determine who took them, and in some cases
6b300da7d800 Update Readme, add License.
David Barts <davidb@stashtea.com>
parents: 48
diff changeset
29 to exact retribution against those photographers, who believed they were
6b300da7d800 Update Readme, add License.
David Barts <davidb@stashtea.com>
parents: 48
diff changeset
30 sharing their photos anonymously. JpegWasher makes it easy to see and
6b300da7d800 Update Readme, add License.
David Barts <davidb@stashtea.com>
parents: 48
diff changeset
31 remove the privacy-compromising metadata in your images.</p>
16
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
32 <p>Even if your images are not of such a sensitive nature, that extra data
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
33 takes up space. It is not uncommon for a 100 KiB image to contain 20 KiB
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
34 of metadata in it; if that image is on a web page, that makes for 20 KiB
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
35 of wasted network usage each time the image is sent.</p>
29
0161374f7a60 Update Readme.html.
David Barts <davidb@stashtea.com>
parents: 17
diff changeset
36 <h2>What Makes JpegWasher Different from Other Metadata Editors?</h2>
16
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
37 <p>Simply put, it is designed to <em>safely</em> remove <em>unimportant</em>
29
0161374f7a60 Update Readme.html.
David Barts <davidb@stashtea.com>
parents: 17
diff changeset
38 metadata from JPEG files.</p>
16
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
39 <p>There are plenty of general-purpose image metadata editors out there, and
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
40 these tools can be employed to remove unimportant metadata. The trouble
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
41 is, they are not user-friendly: it is up to you, the user, to know which
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
42 metadata are unimportant, and to delete it.</p>
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
43 <p>There can be literally <em>hundreds</em> of bits of metadata in an
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
44 image, and <em>not all are safe to remove</em>. In particular, if you
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
45 accidentally remove color-management metadata, computers that don’t handle
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
46 images without color-management metadata properly (I’m talking about <em>you</em>,
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
47 Apple Computer, Inc.) will display colors that often look all “washed-out”
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
48 or otherwise incorrect.</p>
58
6b300da7d800 Update Readme, add License.
David Barts <davidb@stashtea.com>
parents: 48
diff changeset
49 <p>There are already plenty of simple-to-use, user-friendly tools out there
6b300da7d800 Update Readme, add License.
David Barts <davidb@stashtea.com>
parents: 48
diff changeset
50 for cleaning the metadata out of image files, but they inevitably delete <em>all</em>
6b300da7d800 Update Readme, add License.
David Barts <davidb@stashtea.com>
parents: 48
diff changeset
51 metadata, resulting in files that often display improperly. Also of
6b300da7d800 Update Readme, add License.
David Barts <davidb@stashtea.com>
parents: 48
diff changeset
52 concern, many of these “tools” are actually online services. If you’re
6b300da7d800 Update Readme, add License.
David Barts <davidb@stashtea.com>
parents: 48
diff changeset
53 concerned about your privacy, why would you trust the images you’re
6b300da7d800 Update Readme, add License.
David Barts <davidb@stashtea.com>
parents: 48
diff changeset
54 processing to some unknown third party, who may be linked somehow to those
6b300da7d800 Update Readme, add License.
David Barts <davidb@stashtea.com>
parents: 48
diff changeset
55 who might want to retaliate against you?</p>
16
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
56 <p>I wrote this program because I wanted there to be a quick, easy way to
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
57 scrub images before they even left a photographer’s computer and made
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
58 their way onto the Internet, and for that program to leave vital metadata
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
59 alone, so that the resulting images continue to display properly.</p>
29
0161374f7a60 Update Readme.html.
David Barts <davidb@stashtea.com>
parents: 17
diff changeset
60 <h2>JpegWasher Washes More than Just Exif Metadata</h2>
48
35fb8de77c7d Is it finally generating decent PDF's?
David Barts <davidb@stashtea.com>
parents: 29
diff changeset
61 <p>Exif is the most common type of metadata, but image files commonly
16
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
62 contain compromising XMP or IPTC data, particularly if they have been
29
0161374f7a60 Update Readme.html.
David Barts <davidb@stashtea.com>
parents: 17
diff changeset
63 edited with a tool like Photoshop. JpegWasher will seamlessly deal with
16
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
64 these kinds of metadata, too. It tries to do as thorough a job as possible
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
65 of scrubbing possibly compromising metadata from your images.</p>
29
0161374f7a60 Update Readme.html.
David Barts <davidb@stashtea.com>
parents: 17
diff changeset
66 <h2>Using JpegWasher</h2>
0161374f7a60 Update Readme.html.
David Barts <davidb@stashtea.com>
parents: 17
diff changeset
67 <p>Just double-click on the JpegWasher icon and a main window should open
16
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
68 up. Either choose the File… Wash from the menu bar, or just drag image
29
0161374f7a60 Update Readme.html.
David Barts <davidb@stashtea.com>
parents: 17
diff changeset
69 files onto the main JpegWasher image.</p>
0161374f7a60 Update Readme.html.
David Barts <davidb@stashtea.com>
parents: 17
diff changeset
70 <p>When JpegWasher opens an image, it displays all the metadata it finds.
16
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
71 That metadata will be run through an internal whitelist, and any data
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
72 whose “key” is not found on the whitelist will be automatically selected
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
73 for deletion.</p>
29
0161374f7a60 Update Readme.html.
David Barts <davidb@stashtea.com>
parents: 17
diff changeset
74 <p>If you disagree with JpegWasher’s decisions, you can check or uncheck the
16
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
75 boxes next to the metadata in question. When you are satisfied with the
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
76 choice of metadata to be scrubbed, click “Wash” and all offending metadata
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
77 will be removed. A dialog will pop up showing the metadata remaining in
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
78 the new, washed file.</p>
29
0161374f7a60 Update Readme.html.
David Barts <davidb@stashtea.com>
parents: 17
diff changeset
79 <h3>Important: Run JpegWasher Last!</h3>
17
0528030187e9 More Readme updates.
David Barts <n5jrn@me.com>
parents: 16
diff changeset
80 <p>Most image-editing tools insert telltale bits of metadata into the output
0528030187e9 More Readme updates.
David Barts <n5jrn@me.com>
parents: 16
diff changeset
81 they create. Thus, only way you can create a file with the minimum amount
29
0161374f7a60 Update Readme.html.
David Barts <davidb@stashtea.com>
parents: 17
diff changeset
82 of metadata in it is to run JpegWasher as the final step in your image
17
0528030187e9 More Readme updates.
David Barts <n5jrn@me.com>
parents: 16
diff changeset
83 preparation.</p>
29
0161374f7a60 Update Readme.html.
David Barts <davidb@stashtea.com>
parents: 17
diff changeset
84 <h3>Washing Non-JPEG Images</h3>
0161374f7a60 Update Readme.html.
David Barts <davidb@stashtea.com>
parents: 17
diff changeset
85 <p>In short: it’s possible, but it is not recommended unless you <em>really</em>
0161374f7a60 Update Readme.html.
David Barts <davidb@stashtea.com>
parents: 17
diff changeset
86 know what you’re doing.</p>
0161374f7a60 Update Readme.html.
David Barts <davidb@stashtea.com>
parents: 17
diff changeset
87 <p>JpegWasher is called JpegWasher for a reason: it is geared to cleaning
0161374f7a60 Update Readme.html.
David Barts <davidb@stashtea.com>
parents: 17
diff changeset
88 metadata in <em>JPEG</em> files. Different types of images use metadata
0161374f7a60 Update Readme.html.
David Barts <davidb@stashtea.com>
parents: 17
diff changeset
89 differently; metadata that would be extraneous deadwood in a JPEG can be
0161374f7a60 Update Readme.html.
David Barts <davidb@stashtea.com>
parents: 17
diff changeset
90 critical to interpreting other image file formats correctly. JpegWasher’s
0161374f7a60 Update Readme.html.
David Barts <davidb@stashtea.com>
parents: 17
diff changeset
91 built-in whitelist is geared to what must be retained when washing JPEG
0161374f7a60 Update Readme.html.
David Barts <davidb@stashtea.com>
parents: 17
diff changeset
92 images, so <em>careless use of JpegWasher is likely to damage non-JPEG
0161374f7a60 Update Readme.html.
David Barts <davidb@stashtea.com>
parents: 17
diff changeset
93 files.</em> It is for this reason that JpegWasher will warn you if you
0161374f7a60 Update Readme.html.
David Barts <davidb@stashtea.com>
parents: 17
diff changeset
94 attempt to open and wash a non-JPEG file with it.</p>
16
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
95 <h2>Output Files</h2>
29
0161374f7a60 Update Readme.html.
David Barts <davidb@stashtea.com>
parents: 17
diff changeset
96 <p>JpegWasher never modifies an existing image file. Instead, it creates a
16
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
97 new file of the same type but with “_washed” appended to its name. For
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
98 example, processing <code>foo.jpg</code> will create <code>foo_washed.jpg</code>.
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
99 By default, the new file will be created in the same directory as the file
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
100 being washed.</p>
29
0161374f7a60 Update Readme.html.
David Barts <davidb@stashtea.com>
parents: 17
diff changeset
101 <h2>JpegWasher is Configurable</h2>
16
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
102 <p>Both the whitelist and the destination directory for the washed files are
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
103 user-configurable in the Preferences menu.</p>
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
104 <h3>Configuring the Whitelist</h3>
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
105 <p>There are two kinds of whitelist entries: those that match an entire
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
106 metadata key, and those that match a key prefix. The latter end in an
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
107 asterisk. The whitelist is case-sensitive; i.e. the entry <code>exif.image.colormap</code>
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
108 <em>will not</em> match the <code>Exif.Image.ColorMap</code> key.</p>
17
0528030187e9 More Readme updates.
David Barts <n5jrn@me.com>
parents: 16
diff changeset
109 <h2>That’s about It</h2>
29
0161374f7a60 Update Readme.html.
David Barts <davidb@stashtea.com>
parents: 17
diff changeset
110 <p>JpegWasher does not, and probably never will, do anything but remove
0161374f7a60 Update Readme.html.
David Barts <davidb@stashtea.com>
parents: 17
diff changeset
111 extraneous metadata from JPEG files.</p>
17
0528030187e9 More Readme updates.
David Barts <n5jrn@me.com>
parents: 16
diff changeset
112 <p>First, I have no desire to re-invent the wheel. There are already
0528030187e9 More Readme updates.
David Barts <n5jrn@me.com>
parents: 16
diff changeset
113 excellent open-source tools like Gimp for image editing, and ExifTool and
29
0161374f7a60 Update Readme.html.
David Barts <davidb@stashtea.com>
parents: 17
diff changeset
114 Exiv2 for general-purpose metadata editing (in fact, JpegWasher is built
17
0528030187e9 More Readme updates.
David Barts <n5jrn@me.com>
parents: 16
diff changeset
115 on top of Exiv2). If you need the functionality of some other tool,
0528030187e9 More Readme updates.
David Barts <n5jrn@me.com>
parents: 16
diff changeset
116 download and use it!</p>
29
0161374f7a60 Update Readme.html.
David Barts <davidb@stashtea.com>
parents: 17
diff changeset
117 <p>Second (and more importantly), I want JpegWasher to be simple, and
17
0528030187e9 More Readme updates.
David Barts <n5jrn@me.com>
parents: 16
diff changeset
118 therefore easy to learn and easy to use. The more challenging an
0528030187e9 More Readme updates.
David Barts <n5jrn@me.com>
parents: 16
diff changeset
119 information-security tool is to use, the less likely it is to be used
0528030187e9 More Readme updates.
David Barts <n5jrn@me.com>
parents: 16
diff changeset
120 frequently, and the more likely it is that compromising information gets
0528030187e9 More Readme updates.
David Barts <n5jrn@me.com>
parents: 16
diff changeset
121 disclosed.</p>
16
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
122 </body>
304492a6b72b Add a Readme file.
David Barts <n5jrn@me.com>
parents:
diff changeset
123 </html>