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.
- Host: GitHub
- URL: https://github.com/ad-si/climar
- Owner: ad-si
- Created: 2015-06-27T13:07:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-08T10:03:01.000Z (over 1 year ago)
- Last Synced: 2025-08-03T04:33:05.814Z (2 months ago)
- Topics: ansi, ansi-art, ansi-colors, ascii-art, ascii-graphics, cli, image, image-viewer, terminal, terminal-graphics
- Language: JavaScript
- Homepage:
- Size: 185 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Climar
The Command Line Image Renderer

## 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