txtpic icon indicating copy to clipboard operation
txtpic copied to clipboard

Can't use a custom character set

Open elad661 opened this issue 7 years ago • 0 comments

$ /home/elad/.cargo/bin/txtpic --character-set "▀▀▂▃▄▅▆▇█▉▊▋▌▍▎▏▐░▒▓▔▕▖▗▘▙▚▛▜▝▞▟" ~/test.png 
error: The argument '--character-set <CHARACTERS>' cannot be used with '--preset <PRESET NAME>'

USAGE:
    txtpic <IMAGE> --character-set <CHARACTERS> --preset <PRESET NAME> --width <WIDTH>

For more information try --help

I was hoping txtpic could generate a unicode-block-character representation of my test image, but for some reason it's convinced that I used --preset

elad661 avatar May 25 '18 22:05 elad661