diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-18 20:45:13 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-18 20:50:15 (EDT) |
commit | 596357bbeba66ff0d37ede6d3a513baaa2ff9a57 (patch) | |
tree | 1249581a1cb431810bd4063f2ae7040d5d1d1212 | |
parent | 8f76c9ccbfee4bc445ea8d81cfed35cb932bf6d0 (diff) |
README: WRITEME
-rw-r--r-- | README | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ +fbcon2png +--------- + +fbcon2png renders text in Linux fbcon fonts to PNG images. It can be used to +generate "screen shots" of a Linux framebuffer console, without even using one. + +It supports colors (currently only a 4-bit 16-color palette) specified in Select +Graphic Rendition (SGR) control sequences. + +Copyright +--------- + +Copyright (C) 2019 Patrick McDermott + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without any warranty. |