summaryrefslogtreecommitdiff
path: root/ff2pam.1
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-01-09 05:23:27 +0100
committerLaslo Hunhold <dev@frign.de>2017-01-09 19:42:39 +0100
commit3d80d7237d18bdbf53e327a576b52b35b36af3ad (patch)
tree58467dd7e0fed26f0f77d128db2660dc0d6f832d /ff2pam.1
parente9db1f49b75b183c8aeda321ca54aff5b436a4f6 (diff)
Add ff2pam(1): convert farbfeld to 16-bit RGBA Portable Arbitrary Map
Laslo: Minor changes Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'ff2pam.1')
-rw-r--r--ff2pam.141
1 files changed, 41 insertions, 0 deletions
diff --git a/ff2pam.1 b/ff2pam.1
new file mode 100644
index 0000000..1153c5a
--- /dev/null
+++ b/ff2pam.1
@@ -0,0 +1,41 @@
+.Dd 2017-01-09
+.Dt FF2PAM 1
+.Os suckless.org
+.Sh NAME
+.Nm ff2pam
+.Nd convert farbfeld to PAM
+.Sh SYNOPSIS
+.Nm
+.Sh DESCRIPTION
+.Nm
+reads a
+.Xr farbfeld 5
+image from stdin, converts it to a 16-bit RGBA PAM and writes the result
+to stdout.
+.Pp
+In case of an error
+.Nm
+writes a diagnostic message to stderr.
+.Sh EXIT STATUS
+.Bl -tag -width Ds
+.It 0
+Image processed successfully.
+.It 1
+An error occurred.
+.El
+.Sh EXAMPLES
+$
+.Nm
+< image.ff > image.pam
+.Pp
+$ bunzip2 < image.ff.bz2 |
+.Nm
+> image.pam
+.Sh SEE ALSO
+.Xr 2ff 1 ,
+.Xr bunzip2 1 ,
+.Xr bzip2 1 ,
+.Xr png2ff 1 ,
+.Xr farbfeld 5
+.Sh AUTHORS
+.An Mattias Andrée Aq Mt maandree@kth.se