Display images in your terminal, kind of
Display an image
sh
termimage IMAGE_PATH
Print all images in a dir to a file.
sh
(for f in $(find image_dir -type f); do termimage -s 150x33 $f; done) > out_file
For more usage examples see the documentation.
Windows:
Linux with truecolor support: