adding a README - ff2txt - farbfeld image to plain text visualization
HTML git clone git://bitreich.org/ff2txt git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/ff2txt
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
---
DIR commit 4f445277963006ba34c824a43450d49b5d6245c7
DIR parent 5df87eb4a3a7498b2fc28df2242a37659affa46a
HTML Author: Josuah Demangeon <mail@josuah.net>
Date: Sat, 3 Mar 2018 00:54:24 +0100
adding a README
Diffstat:
A README | 33 +++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+), 0 deletions(-)
---
DIR diff --git a/README b/README
@@ -0,0 +1,33 @@
+FF2TXT(1) General Commands Manual FF2TXT(1)
+
+NAME
+ ff2braille, ff2col – farbfeld to plain text pattern image conversion
+
+SYNOPSIS
+ ff2braille < image.ff
+ ff2col < image.ff
+
+DESCRIPTION
+ ff2braille and ff2col read a farbfeld(5) image from stdin and write a
+ text representation of the image to stdout using braille characters for
+ ff2braille or ‘.’, ‘:’, and ‘'’ characters for ff2col
+
+EXIT STATUS
+ The ff2braille utility exits 0 on success, and >0 if an error occurs.
+
+EXAMPLES
+ Converting an image.png to a braille representation image.txt:
+ % png2ff < image.png | ff2braille > image.txt
+ Converting an image.jpg to an ascii representation image.txt:
+ % jpg2ff < image.jpg | ff2col > image.txt
+
+SEE ALSO
+ png2ff(1), jpg2ff(1)
+
+ The Farbfeld image format:
+ https://tools.suckless.org/farbfeld
+
+AUTHROS
+ Josuah Demangeon <mail@josuah.net>
+
+Void Linux February 15, 2018 Void Linux