summaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Collapse)AuthorAgeFilesLines
* text_new(): Read a file streamPatrick McDermott2019-07-181-1/+18
| | | | | text_render() must now consume the CSI "[" in the if condition, as text_new() does.
* main(): Accept image file name argumentPatrick McDermott2019-07-181-2/+2
|
* text_set_width(), text_set_height(): New functionsPatrick McDermott2019-07-171-0/+2
| | | | And fill in all the remaining rows in text_render().
* image_render(): Use font dimensionsPatrick McDermott2019-07-171-1/+1
|
* font_find(): New functionPatrick McDermott2019-07-171-3/+6
|
* main(): Destroy textPatrick McDermott2019-07-171-0/+1
|
* image_render(): Get dimensions from textPatrick McDermott2019-07-171-2/+9
|
* Add copyright/license headersPatrick McDermott2019-07-171-0/+21
| | | | | | include/linux/font.h, src/image.h, and currently src/main.c probably lack sufficient creativity to be copyrightable, but I'm adding license headers just to be explicit.
* image_*(): New functionsPatrick McDermott2019-07-171-0/+13
|
* Initial commitPatrick McDermott2019-07-171-0/+0