summaryrefslogtreecommitdiffstats
path: root/src/image.h
Commit message (Collapse)AuthorAgeFilesLines
* src/image.h, src/text.h: Suffix "_" to guardsPatrick McDermott2019-07-181-3/+3
|
* set_program_name(), error(): New functionsPatrick McDermott2019-07-181-0/+1
|
* font_*(), text_*(), image_*(): Add const qualifiersPatrick McDermott2019-07-181-1/+2
|
* image_new(): Support "-" file name for stdoutPatrick McDermott2019-07-181-0/+2
|
* src/image.c: Move macros to src/image.hPatrick McDermott2019-07-171-0/+4
|
* image_render(): Use font dimensionsPatrick McDermott2019-07-171-1/+3
|
* image_render(): Get dimensions from textPatrick McDermott2019-07-171-1/+3
|
* 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/+15