comparison app/src/main/assets/about_body.html @ 40:cfb19d4ccf78

About screen (but it has broken Edit screen).
author David Barts <n5jrn@me.com>
date Mon, 05 Apr 2021 09:08:31 -0700
parents
children 9231f1a41a59
comparison
equal deleted inserted replaced
39:d723d07d5bc0 40:cfb19d4ccf78
1 <!-- html fragment containing a brief description of this program -->
2 <p>This program lets you downsample and rotate image files. Doing so
3 makes for smaller images that get sent faster and which always
4 display right-side-up.</p>
5 <p>It also strips out the metadata (such as phone make and model) that your
6 camera app silently puts into each image, thus helping to protect your
7 privacy.</p>
8 <p>It <i>does not</i> modify any existing files; it writes new files, leaving
9 your original images alone.</p>
10 <p>More information may be found <a href="https://bartsent.com/simple_resizer.pspx">here</a>.</p>