Skip to content
/ climar Public

Command line image renderer with a focus on pixel-precise rendering of small images / icons / graphics.

Notifications You must be signed in to change notification settings

ad-si/climar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Climar

The Command Line Image Renderer

Screenshot of tests

Installation

npm install --global climar

Usage

Usage: /usr/local/bin/climar-dev [options] <file-to-render>

Options:
  --scale, -s     Scale the size of a pixel                         [default: 1]
  --colorize, -c  Render the image in color (turned of in TTYs)
                                                       [boolean] [default: true]

A file to be rendered must be specified!

Related

Extensive overview: A Comparison of Image to ASCII Conversion Tools

  • Drawille - Pixel graphics in terminal with unicode braille characters.
  • Fabulous - Print images, colors, and stylish text to the terminal with Python.
  • Pxl - Go tool to display images in the terminal.
  • TerminalImageViewer - Java program to display images in a terminal using RGB ANSI codes and unicode block characters.
  • Viu - Terminal image viewer with native support for iTerm and Kitty.

About

Command line image renderer with a focus on pixel-precise rendering of small images / icons / graphics.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published