You are viewing a single thread.
View all comments 18 points
When does pmjv do authentic vim art
17 points
42 points
*
18 points
*
authentic
Hmm.
https://github.com/chaoren/vim-imageview
img2txt
considers
$ wget https://lemmy.sdf.org/pictrs/image/e081b59e-7b48-4114-b8fa-e721dd0af371.png -O ~/tmp/technomage-vim.png
$ git clone https://github.com/hit9/img2txt.git
$ cd img2txt
$ python3 -m venv venv
$ . venv/bin/activate
(venv) $ pip install img2txt.py
(venv) $ ./img2txt.py --dither --targetAspect=.4 --ansi ~/tmp/technomage-vim.png
Yes, now authenticity has fully been achieved!
12 points