Skip to content

double vertical resolution with half blocks#4

Open
JustinH11235 wants to merge 2 commits intoarraypad:masterfrom
JustinH11235:master
Open

double vertical resolution with half blocks#4
JustinH11235 wants to merge 2 commits intoarraypad:masterfrom
JustinH11235:master

Conversation

@JustinH11235
Copy link

Uses upper half blocks (chars that take up half of the terminal cell) combined with a colored background color to have 2 pixels per terminal cell.

@arraypad arraypad self-assigned this Jul 7, 2022
@arraypad arraypad added the enhancement New feature or request label Jul 7, 2022
}
ColorMode::Rgb => {
if false {
if y & 1 == 0 {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think y % 2 is a bit better. Also, a little concerned that this probably breaks Luma ColorMode?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm happy with y & 1. @dmadisetti what's the concern with Luma ColorModel here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants