I get an ascii output with the following number of rows and columns:
ROWS 60
COLS 120
I was expecting to get an output with an equal number of rows and cols (100 rows && 100 cols), thus keeping the aspect ratio. I have also been trying many variations of the options parameters, hoping to get the correctly scaled output.
Could you tell me where I am going wrong / suggest the correct options params to keep my image at the right aspect ratio?
Hi there,
so I am trying to convert a
100px x 100px
png to ascii. When I do so with the following options:I get an ascii output with the following number of rows and columns:
I was expecting to get an output with an equal number of rows and cols
(100 rows && 100 cols)
, thus keeping the aspect ratio. I have also been trying many variations of the options parameters, hoping to get the correctly scaled output.Could you tell me where I am going wrong / suggest the correct options params to keep my image at the right aspect ratio?
Thanks!