open-image
Renders bitmap image data on your terminal
open-image
is an optional builtin which will render images (JPEG, GIF, PNG, BMP, TIFF and WebP) to the terminal using block characters and ANSI colour sequences.
<stdin> -> open-image -> <stdout>
open-image file-path -> <stdout>
As a method
» cat example.png -> open-image
As a function
» open-image example.png
open-image
will fail if STDOUT is not a TTY.
qr
: Creates a QR code from STDIN