An open API service indexing awesome lists of open source software.

https://github.com/ad-si/climar

Command line image renderer with a focus on pixel-precise rendering of small images / icons / graphics.
https://github.com/ad-si/climar

ansi ansi-art ansi-colors ascii-art ascii-graphics cli image image-viewer terminal terminal-graphics

Last synced: 22 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# Climar

The Command Line Image Renderer

![Screenshot of tests](./images/screenshot.png)

## Installation

```sh
npm install --global climar
```

## Usage

```sh
Usage: /usr/local/bin/climar-dev [options]

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](
https://www.xkyle.com/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.

[Drawille]: https://github.com/asciimoo/drawille
[Fabulous]: https://jart.github.io/fabulous
[Pxl]: https://github.com/ichinaski/pxl
[TerminalImageViewer]: https://github.com/stefanhaustein/TerminalImageViewer
[Viu]: https://github.com/atanunq/viu