~dricottone/image2ascii

c3affd9f7242542ba74078cc3c49cd20a8f82858 — qeesung 6 years ago 65420f0
fixed the comment
2 files changed, 1 insertions(+), 3 deletions(-)

M convert/convert.go
M convert/resize.go
M convert/convert.go => convert/convert.go +1 -1
@@ 1,4 1,4 @@
// The convert package convert a image to ascii string or matrix
// Package convert can convert a image to ascii string or matrix
package convert

import (

M convert/resize.go => convert/resize.go +0 -2
@@ 1,5 1,3 @@
// The resize package resize the image to expected size
// base on the ratio, for the most matched display
package convert

import (