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

Image skew in Countour #48

Open
Lestropie opened this issue Feb 15, 2024 · 1 comment
Open

Image skew in Countour #48

Lestropie opened this issue Feb 15, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Lestropie
Copy link
Member

Madly went looking for a sixel-compatible terminal emulator in order to be able to show this off. Landed on Contour. Works, however results in the image below. Maybe there's something internal to do with setting of pixel pitch that isn't working here, such that square grid elements are coming out with the same aspect ratio as the terminal characters?

mrpeek_skew

@Lestropie Lestropie added the bug Something isn't working label Feb 15, 2024
@jdtournier
Copy link
Member

I doubt it, given that sixel technology dates back to dot matrix printers... But it's possible, we'd need to check the docs. Won't be all that easy to support as it would presumably involve a query, which is a potentially asynchronous round trip to the terminal. I think there are other features where we already need to do that though, so maybe it wouldn't too tricky to deal with - not sure...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants