~dricottone/image2ascii

e7b10cae4c6e2b75540d60a1604d3f9961af3e7a — qeesung 6 years ago 13eabe5
change the char width to 0.5
1 files changed, 1 insertions(+), 1 deletions(-)

M resize/resize.go
M resize/resize.go => resize/resize.go +1 -1
@@ 23,7 23,7 @@ func charWidth() float64 {
	if isWindows() {
		return 0.714
	} else {
		return 0.625
		return 0.5
	}
}