fathyb / carbonyl

Chromium running inside your terminal
BSD 3-Clause "New" or "Revised" License
14.27k stars 280 forks source link

Possible to improve resolution as done with timg? #145

Open casonadams opened 1 year ago

casonadams commented 1 year ago

Would be neat to up the quality of the graphics like is done in timg. I am not sure if this is even possible but if that level of resolution could be achieved everything changes...

fathyb commented 1 year ago

I should probably call this out in the readme, but could the bitmap mode introduced in 0.0.3 do what you're looking for? https://github.com/fathyb/carbonyl/releases/tag/v0.0.3

casonadams commented 1 year ago

That is better, however timg has no pixelation it is amazing. So this isn't quite what I am thinking with this request.

ErrorNoInternet commented 1 year ago

They probably mean the Kitty graphics protocol, that's what timg uses (and iTerm2). Sixel does basically the same thing, but has limited color support and is a much older protocol.

Sixel issue: #11