Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible for ANSI output to double up characters for "square" pixels? #17

Open
pyr0ball opened this issue Jan 9, 2020 · 1 comment
Open

Comments

@pyr0ball
Copy link

pyr0ball commented Jan 9, 2020

Currently the ANSI output distorts the image, because each "pixel" is made up of a roughly 2x1 character.

Can the ANSI function be edited so that each pixel creates two of these characters instead of one? That should preserve the image aspect ratio

@msalat
Copy link

msalat commented Mar 18, 2021

  --targetAspect=<n>    resize image to this ratio of width to height. Default is
                        1.0 (no resize). For a typical terminal where height of a
                        character is 2x its width, you might want to try 0.5 here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants