comparison src/name/blackcap/imageprep/help.html @ 0:e0efe7848130

Initial commit. Untested!
author David Barts <davidb@stashtea.com>
date Thu, 16 Jul 2020 19:57:23 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:e0efe7848130
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <title>ImagePrep Help</title>
5 </head>
6 <body>
7 <h1>ImagePrep Help</h1>
8 <h2>Using This Program</h2>
9 <ol>
10 <li>Open the image using File… Open &amp; Scale. As this command's name
11 implies, it will also scale the file to a maximum of 640 (or whatever the
12 defined maximum is) pixels in either dimension, preserving its aspect
13 ratio.</li>
14 <li>Rotate the file as needed.</li>
15 <li>Either write out the file and close it using File… Save &amp; Close,
16 or discard your edits using File… Discard Edits.</li>
17 </ol>
18 <h2>Configiration File</h2>
19 <p><code>%CONFIG_FILE_NAME%</code></p>
20 </body>
21 </html>