All Projects → dom111 → image-to-ansi

dom111 / image-to-ansi

Licence: MIT License
Convert an image to ANSI colour codes using JavaScript.

Programming Languages

typescript
32286 projects
HTML
75241 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to image-to-ansi

Spectre.console
A .NET library that makes it easier to create beautiful console applications.
Stars: ✭ 4,226 (+28073.33%)
Mutual labels:  ansi-colors
ansicolor
A JavaScript ANSI color/style management. ANSI parsing. ANSI to CSS. Small, clean, no dependencies.
Stars: ✭ 91 (+506.67%)
Mutual labels:  ansi-colors
termshot
Creates screenshots based on terminal command output
Stars: ✭ 114 (+660%)
Mutual labels:  ansi-colors
kotter
A declarative, Kotlin-idiomatic API for writing dynamic console applications.
Stars: ✭ 355 (+2266.67%)
Mutual labels:  ansi-colors
colr
Easy terminal colors, with chainable methods.
Stars: ✭ 32 (+113.33%)
Mutual labels:  ansi-colors
ansiart2utf8
Processes legacy BBS-style ANSI art (ACiDDraw, PabloDraw, etc.) to UTF-8. Escape codes and line endings are processed for terminal friendliness.
Stars: ✭ 32 (+113.33%)
Mutual labels:  ansi-colors
Ls Go
A more colorful, user-friendly implementation of `ls` written in Go
Stars: ✭ 162 (+980%)
Mutual labels:  ansi-colors
rich
Rich is a Python library for rich text and beautiful formatting in the terminal.
Stars: ✭ 36,988 (+246486.67%)
Mutual labels:  ansi-colors
clui
simple multi-platform library for developing terminal programs
Stars: ✭ 14 (-6.67%)
Mutual labels:  ansi-colors
line
An easy to use golang package for stylizing terminal output
Stars: ✭ 26 (+73.33%)
Mutual labels:  ansi-colors
FACE
Fortran Ansi Colors (and Styles) Environment
Stars: ✭ 36 (+140%)
Mutual labels:  ansi-colors
tetris
Micro Tetris™, based on the 1989 IOCCC Obfuscated Tetris by John Tromp
Stars: ✭ 98 (+553.33%)
Mutual labels:  ansi-colors
kolorist
A tiny utility to colorize stdin/stdout
Stars: ✭ 160 (+966.67%)
Mutual labels:  ansi-colors
pixelizer
An efficient image pixelizer written in go
Stars: ✭ 103 (+586.67%)
Mutual labels:  ansi-colors
TerminalConsoleAppender
JLine 3 appender for Log4j2, allows extending command line apps using colors and command completion
Stars: ✭ 49 (+226.67%)
Mutual labels:  ansi-colors
Ansicolor
Ansicolor library provides color console in Windows as ANSICON for Golang.
Stars: ✭ 197 (+1213.33%)
Mutual labels:  ansi-colors
ansi-php
ANSI Control Functions and ANSI Control Sequences (Colors, Erasing, etc.) for PHP CLI Apps
Stars: ✭ 82 (+446.67%)
Mutual labels:  ansi-colors
gitlab-job-log-viewer
Browser extension for code highlighting raw logs in Gitlab CI
Stars: ✭ 21 (+40%)
Mutual labels:  ansi-colors
colored json
Generating colored JSON in Rust
Stars: ✭ 17 (+13.33%)
Mutual labels:  ansi-colors
term
终端输出控制
Stars: ✭ 38 (+153.33%)
Mutual labels:  ansi-colors

image-to-ansi

Having spent some time playing with colours in terminal, I wanted the ability to upload an image and have the content mapped to the closest colour from the ANSI terminal's 256 colour palette. Combined with the terminal preview mechanism I'd created as part of my bash-ps1 project, I've shared this tool. The image is never sent to the server as all the processing work is carried out in-browser by JavaScript.

Feel free to fork this, you can also see it in action here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].