All Projects → jdormit → txtpic

jdormit / txtpic

Licence: MIT license
Generate Unicode art from images

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to txtpic

durdraw
Animated Unicode, ANSI and ASCII Art Editor for Linux/Unix/macOS
Stars: ✭ 55 (+150%)
Mutual labels:  ascii-art, unicode-art
TextGraphic
TextGraphic is a framework for creating Textual Graphics. It provides layers, styling, rich color, text justification, layouts, tables, view-ports, transparency, etc.
Stars: ✭ 83 (+277.27%)
Mutual labels:  ascii-art, unicode-art
SkunkBooth
Text based command line webcam photobooth app
Stars: ✭ 45 (+104.55%)
Mutual labels:  ascii-art
jpgtxt
Generating jpg files that can be viewed both in image viewer and text editor (as ASCII art)
Stars: ✭ 24 (+9.09%)
Mutual labels:  ascii-art
AsciiBird
ASCII version of the addictive Flappy Bird game.
Stars: ✭ 34 (+54.55%)
Mutual labels:  ascii-art
nabla.nvim
take your scientific notes ✏️ in Neovim
Stars: ✭ 391 (+1677.27%)
Mutual labels:  ascii-art
outfancy
Python3 library to print tables in Terminal.
Stars: ✭ 47 (+113.64%)
Mutual labels:  ascii-art
asciiarena
Terminal multiplayer deathmatch game
Stars: ✭ 34 (+54.55%)
Mutual labels:  ascii-art
pdf-zip-nes-polyglot
PDF/ZIP/NES polyglot file generator (PoC||GTFO 0x14-style)
Stars: ✭ 19 (-13.64%)
Mutual labels:  ascii-art
python-art
A ZTM Challenge for Hacktoberfest 2019
Stars: ✭ 25 (+13.64%)
Mutual labels:  ascii-art
asciimare
3D engine powered by ASCII art
Stars: ✭ 47 (+113.64%)
Mutual labels:  ascii-art
magrrite
Generate ASCII art from any image
Stars: ✭ 21 (-4.55%)
Mutual labels:  ascii-art
AsciiMap
Creates ASCII Art from Bitmaps
Stars: ✭ 21 (-4.55%)
Mutual labels:  ascii-art
AsciiArt
A tool written in go to translate picture to ascii text and image.
Stars: ✭ 35 (+59.09%)
Mutual labels:  ascii-art
asm16 projects
My small projects writen in 16 bit asm (NOTE: those are my practice projects that I wrote when I was 15, I give no warranty for this code!)
Stars: ✭ 20 (-9.09%)
Mutual labels:  ascii-art
Art1
Art1 by Richard Williams, 1968
Stars: ✭ 24 (+9.09%)
Mutual labels:  ascii-art
iupa2
Funcoding project - IUPA2 stands for 'InterfacceUtentePerArtistiASCII' aka 'User Interfaces for ASCII Artists'
Stars: ✭ 29 (+31.82%)
Mutual labels:  ascii-art
ascii-art
ASCII art images for Neofetch (and beyond)
Stars: ✭ 27 (+22.73%)
Mutual labels:  ascii-art
Gamut
Create images using text as a mask.
Stars: ✭ 21 (-4.55%)
Mutual labels:  ascii-art
wechit
WeChat in Terminal (微信终端版)
Stars: ✭ 74 (+236.36%)
Mutual labels:  ascii-art

txtpic

Generate Unicode art from images

Installation

You'll need Cargo to install txtpic.

$ cargo install txtpic

Usage

txtpic 1.2.4
Jeremy Dormitzer <[email protected]>
Generates text representations of images

USAGE:
txtpic [FLAGS] [OPTIONS] <IMAGE>

FLAGS:
-h, --help       Prints help information
-i, --invert     Invert the result to make it suitable for black text on a white background
-V, --version    Prints version information

OPTIONS:
-c, --character-set <CHARACTERS>    An alternate character set to use
-p, --preset <PRESET NAME>          A preset character set to use [default: small]  [values: small, medium, large, emoji]
-w, --width <WIDTH>                 An approximate width value for the result [default: 80]

ARGS:
<IMAGE>    The input image

Note: the --width option attempts find a width close to the target width that preserves 
the aspect ratio of the original image. For certain images, there may be only one or two 
valid widths within a reasonable range, so the --width option may not appear to have an effect.
In this case, try extremely high or extremely low width values to affect the output.

Example

Here is an adorable cat.

Adorable cat

Converting it with:

$ txtpic --width 100 cat.jpg

Gives the output:

Text cat

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].