~dricottone/image2ascii

228de409cc432ea7fd5e7355544cdd7b42545e98 — qeesung 6 years ago 6e96550
fixed the issue can the filename is null
1 files changed, 4 insertions(+), 0 deletions(-)

M image2ascii.go
M image2ascii.go => image2ascii.go +4 -0
@@ 27,6 27,10 @@ func init() {
func main() {
	flag.Parse()

	if imageFilename == "" {
		usage()
		return
	}
	// config  the options
	convertOptions := &convert.Options{
		Ratio:          ratio,