summaryrefslogtreecommitdiffstats
path: root/src/image.c
Commit message (Expand)AuthorAgeFilesLines
* image_render(): Switch to 8-bit/color RGBPatrick McDermott2019-07-171-7/+4
* image_render(): Use font dimensionsPatrick McDermott2019-07-171-3/+4
* image_render(): Get dimensions from textPatrick McDermott2019-07-171-3/+7
* image_render(): Allocate and free row buffersPatrick McDermott2019-07-171-18/+19
* Add copyright/license headersPatrick McDermott2019-07-171-0/+21
* image_*(): New functionsPatrick McDermott2019-07-171-0/+91