|
|
|
|
|
by omoikane
1131 days ago
|
|
Show images inline and have it scroll with other text. This is useful for working with programs that process images. For example, ImageMagick can render a PNG in the terminal like this: convert image.png six:-
"six" means use Sixel format, and "-" tells it to write to stdout.Demo (running on cygwin's mintty):
https://twitter.com/uguu_org/status/1631207051602042880 |
|