summaryrefslogtreecommitdiff
path: root/utils/farbfeld/ff2ppm.1
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2023-03-27 20:57:44 -0500
committerstkhan <personal@slickd.xyz>2023-03-27 20:57:44 -0500
commite58dcfbcd127e00bec22141387037bc58ce8bec8 (patch)
tree4adc1f6694654b9fe83fa49c18b38dcef9f02e7d /utils/farbfeld/ff2ppm.1
parenta327f64412c10b04832fa5ba7c34cf494e291c19 (diff)
Diffstat (limited to 'utils/farbfeld/ff2ppm.1')
-rw-r--r--utils/farbfeld/ff2ppm.146
1 files changed, 0 insertions, 46 deletions
diff --git a/utils/farbfeld/ff2ppm.1 b/utils/farbfeld/ff2ppm.1
deleted file mode 100644
index 1687346..0000000
--- a/utils/farbfeld/ff2ppm.1
+++ /dev/null
@@ -1,46 +0,0 @@
-.Dd 2018-04-11
-.Dt FF2PPM 1
-.Os suckless.org
-.Sh NAME
-.Nm ff2ppm
-.Nd convert farbfeld to PPM
-.Sh SYNOPSIS
-.Nm
-.Op Fl b Ar colour
-.Sh DESCRIPTION
-.Nm
-reads a
-.Xr farbfeld 5
-image from stdin, converts it to PPM (16-Bit RGB P6 binary format) and
-writes the result to stdout.
-.Pp
-In case of an error
-.Nm
-writes a diagnostic message to stderr.
-.Sh OPTIONS
-.Bl -tag -width Ds
-.It Fl b Ar colour
-Blend the transparent colours with
-.Ar colour
-specified as rgb, rrggbb or rrrrggggbbbb. The default is fff.
-.El
-.Sh EXIT STATUS
-.Bl -tag -width Ds
-.It 0
-Image processed successfully.
-.It 1
-An error occurred.
-.El
-.Sh EXAMPLES
-$
-.Nm
-< image.ff > image.ppm
-.Pp
-$ bunzip2 < image.ff.bz2 |
-.Nm
--b 0f0 > image.ppm
-.Sh SEE ALSO
-.Xr bzip2 1 ,
-.Xr farbfeld 5
-.Sh AUTHORS
-.An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org