Mercurial > cgi-bin > hgweb.cgi > ImagePrep
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/name/blackcap/imageprep/help.html Thu Jul 16 19:57:23 2020 -0700 @@ -0,0 +1,21 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html> + <head> + <title>ImagePrep Help</title> + </head> + <body> + <h1>ImagePrep Help</h1> + <h2>Using This Program</h2> + <ol> + <li>Open the image using File… Open & Scale. As this command's name + implies, it will also scale the file to a maximum of 640 (or whatever the + defined maximum is) pixels in either dimension, preserving its aspect + ratio.</li> + <li>Rotate the file as needed.</li> + <li>Either write out the file and close it using File… Save & Close, + or discard your edits using File… Discard Edits.</li> + </ol> + <h2>Configiration File</h2> + <p><code>%CONFIG_FILE_NAME%</code></p> + </body> +</html>