annotate package-files/linux/imageprep.1 @ 28:c310ec097194

Add Linux support.
author David Barts <n5jrn@me.com>
date Fri, 25 Dec 2020 19:07:47 -0800
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
28
c310ec097194 Add Linux support.
David Barts <n5jrn@me.com>
parents:
diff changeset
1 .TH IMAGEPREP 1
c310ec097194 Add Linux support.
David Barts <n5jrn@me.com>
parents:
diff changeset
2 .SH NAME
c310ec097194 Add Linux support.
David Barts <n5jrn@me.com>
parents:
diff changeset
3 .B ImagePrep
c310ec097194 Add Linux support.
David Barts <n5jrn@me.com>
parents:
diff changeset
4 \- prepare digital photos for sharing on the Internet
c310ec097194 Add Linux support.
David Barts <n5jrn@me.com>
parents:
diff changeset
5 .SH SYNOPSIS
c310ec097194 Add Linux support.
David Barts <n5jrn@me.com>
parents:
diff changeset
6 .B "imageprep"
c310ec097194 Add Linux support.
David Barts <n5jrn@me.com>
parents:
diff changeset
7 .SH DESCRIPTION
c310ec097194 Add Linux support.
David Barts <n5jrn@me.com>
parents:
diff changeset
8 This is a simple (and hopefully user-friendly), GUI-based tool for preparing
c310ec097194 Add Linux support.
David Barts <n5jrn@me.com>
parents:
diff changeset
9 digital photographs for sharing on the Internet. It resizes the image file
c310ec097194 Add Linux support.
David Barts <n5jrn@me.com>
parents:
diff changeset
10 without distortion to the specified maximum dimension, allows the user to
c310ec097194 Add Linux support.
David Barts <n5jrn@me.com>
parents:
diff changeset
11 rotate the image if needed, then saves the result as a minimal JPEG file with
c310ec097194 Add Linux support.
David Barts <n5jrn@me.com>
parents:
diff changeset
12 no metadata.
c310ec097194 Add Linux support.
David Barts <n5jrn@me.com>
parents:
diff changeset
13 .SH FILES
c310ec097194 Add Linux support.
David Barts <n5jrn@me.com>
parents:
diff changeset
14 .TP
c310ec097194 Add Linux support.
David Barts <n5jrn@me.com>
parents:
diff changeset
15 ~/.imageprep/*
c310ec097194 Add Linux support.
David Barts <n5jrn@me.com>
parents:
diff changeset
16 Various configuration and other cached data lives here.
c310ec097194 Add Linux support.
David Barts <n5jrn@me.com>
parents:
diff changeset
17 .SH "SEE ALSO"
c310ec097194 Add Linux support.
David Barts <n5jrn@me.com>
parents:
diff changeset
18 .BR java (1)
c310ec097194 Add Linux support.
David Barts <n5jrn@me.com>
parents:
diff changeset
19 .BR kotlin (1)