Commit Graph

18 Commits

Author SHA1 Message Date
ssd cd307e3ba0 README: add Xft to dependencies 2016-10-10 20:51:15 +02:00
Markus Teich b954ed4b9f Fix cmdline argument check
There was a segfault when sent was called without arguments. Now we use stdin
when there's no argument or - is used. Thanks to izabera for the report.
2016-03-06 20:49:18 +01:00
Markus Teich 616aafdcb9 no need to reimplement cat here 2016-02-06 14:12:47 +01:00
Markus Teich b0ad67036e readme: update reference to farbfeld 2016-02-05 15:25:29 +01:00
Markus Teich 24762d0172 minor syntax, style and README fixes 2015-12-08 22:09:26 +01:00
sin b516f468fa Support farbfeld as an intermediate format
Sent now uses farbfeld[0] as an intermediate format.  A series of
filters is specified in config.h that matches file extensions to
filter programs.  The programs will convert between formats such as
png to farbfeld.  Internally in sent we do not need to worry on how
to parse png or any other format.

This also works with jpg and gif and others.  The 2ff wrapper will
use imagemagick conversion tools.  This is temporary as jpg2ff and
gif2ff will also be implemented.

To make this work, you will have to clone[0] and put png2ff and 2ff
in your PATH.

[0] http://git.2f30.org/farbfeld/
2015-12-08 20:01:36 +01:00
Markus Teich aa713a8a34 update README 2015-11-17 00:32:45 +01:00
Markus Teich 9b9dda0f64 remove utf8 support from todo list 2015-04-26 20:40:42 +02:00
Markus Teich c6c12c4f92 update TODO 2015-03-03 19:40:07 +01:00
Markus Teich 44352d8041 update example 2015-01-19 18:39:04 +01:00
Markus Teich cb16b5d29d update README 2014-06-29 23:48:49 +02:00
Markus Teich 501a86cb94 add further instructions for missing font path 2014-06-23 21:41:38 +02:00
Markus Teich 82ad418aac add explanation to example presentation 2014-06-23 14:30:46 +02:00
Markus Teich ee2c810152 add configuration explanation to README 2014-06-23 11:57:19 +02:00
Markus Teich 4c8272d597 add link to takahashi method 2014-06-23 11:54:02 +02:00
Markus Teich 801c9512d4 add example presentation 2014-06-23 11:31:17 +02:00
Markus Teich 2e435b7da8 update README 2014-06-23 00:53:45 +02:00
schachmat 163cb95920 Initial commit 2014-06-23 00:18:28 +02:00