hackerb9 / lsix

Like "ls", but for images. Shows thumbnails in terminal using sixel graphics.
GNU General Public License v3.0
3.97k stars 129 forks source link

Non-sixel terminals #72

Closed dheera closed 1 month ago

dheera commented 1 month ago

I wrote a library for non-sixel terminals if you'd like to use it as a fallback:

https://github.com/dheera/python-termgraphics

hackerb9 commented 1 month ago

Thank you for the suggestion. Your library looks nice, but lsix uses ImageMagick for conversion. If ImageMagick were to include an ASCII/Unicode art output, similar to how it uses libsixel, then it could make sense for lsix to use it.