|
|
@ -0,0 +1,19 @@ |
|
|
|
.TH c2m 1 |
|
|
|
.SH NAME |
|
|
|
c2m \- convert polychromatic images to monochromatic ones, creating an illusion of greyscale |
|
|
|
.SH SYNOPSIS |
|
|
|
.B c2m |
|
|
|
[\fB\-w\fR \fIWIDTH\fR] [\fB\-h\fR \fIHEIGHT\fR] |
|
|
|
.IR SOURCE |
|
|
|
.IR DEST |
|
|
|
.SH DESCRIPTION |
|
|
|
.B c2m |
|
|
|
is an utility designed to convert polychromatic images to monochromatic ones, in order to display them on a monochromatic display. |
|
|
|
It creates greyscales using an optical illusion. |
|
|
|
.SH OPTIONS |
|
|
|
.TP |
|
|
|
.BR \-w " " \fIWIDTH\fR |
|
|
|
Sets the width of the destination. If the height is not given, preserve ratio. |
|
|
|
.TP |
|
|
|
.BR \-h " " \fIHEIGHT\fR |
|
|
|
Sets the height of the destination. If the width is not given, preserve ratio. |