index
:
fbcon2png/fbcon2png.git
master
Tool to render text in Linux fbcon fonts to PNG
Patrick McDermott
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
image.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
image_*(), text_*(), sgr(): Add error() output
Patrick McDermott
2019-07-18
1
-0/+4
*
set_program_name(), error(): New functions
Patrick McDermott
2019-07-18
1
-2/+1
*
font_*(), text_*(), image_*(): Add const qualifiers
Patrick McDermott
2019-07-18
1
-1/+2
*
image_new(): Support "-" file name for stdout
Patrick McDermott
2019-07-18
1
-6/+15
*
image_destroy(): Close file stream
Patrick McDermott
2019-07-18
1
-4/+5
*
image_render() Call text_render()
Patrick McDermott
2019-07-17
1
-0/+2
*
src/image.c: Move macros to src/image.h
Patrick McDermott
2019-07-17
1
-6/+2
*
image_render(): Switch to 8-bit/color RGB
Patrick McDermott
2019-07-17
1
-7/+4
*
image_render(): Use font dimensions
Patrick McDermott
2019-07-17
1
-3/+4
*
image_render(): Get dimensions from text
Patrick McDermott
2019-07-17
1
-3/+7
*
image_render(): Allocate and free row buffers
Patrick McDermott
2019-07-17
1
-18/+19
*
Add copyright/license headers
Patrick McDermott
2019-07-17
1
-0/+21
*
image_*(): New functions
Patrick McDermott
2019-07-17
1
-0/+91