All Projects → kompetenzbolzen → AsciiMap

kompetenzbolzen / AsciiMap

Licence: MIT license
Creates ASCII Art from Bitmaps

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects
shell
77523 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to AsciiMap

Resourcelib
C# File Resource Management Library
Stars: ✭ 197 (+838.1%)
Mutual labels:  bitmap
alfred-figlet
🔠 Alfred 3 workflow to asciify plain text using figlet.js
Stars: ✭ 16 (-23.81%)
Mutual labels:  ascii-art
CQULogo
重庆大学视觉标识素材包 --- Visual Identification Bundle of Chongqing University
Stars: ✭ 55 (+161.9%)
Mutual labels:  bitmap
Cherry
another bitmap font
Stars: ✭ 244 (+1061.9%)
Mutual labels:  bitmap
ascii-map
How to create an ASCII map
Stars: ✭ 18 (-14.29%)
Mutual labels:  ascii-art
tallboy
Declarative API for drawing unicode/ascii character tables in crystal lang
Stars: ✭ 49 (+133.33%)
Mutual labels:  ascii-art
Signatureview
SignatureView is an open source Android library which allow developers to produce pen and paper like effect for creating signatures on Android
Stars: ✭ 185 (+780.95%)
Mutual labels:  bitmap
Doramon
个人工具汇总:一致性哈希工具,Bitmap工具,布隆过滤器参数生成器,Yaml和properties互转工具,一键式生成整个前后端工具,单机高性能幂等工具,zookeeper客户端工具,分布式全局id生成器,时间转换工具,Http封装工具
Stars: ✭ 53 (+152.38%)
Mutual labels:  bitmap
awesome-ascii-art
A curated list of ascii-art resources
Stars: ✭ 48 (+128.57%)
Mutual labels:  ascii-art
Art1
Art1 by Richard Williams, 1968
Stars: ✭ 24 (+14.29%)
Mutual labels:  ascii-art
powerpaint
Kreative PowerPaint - Library and Application for Bitmap and Vector Image Editing
Stars: ✭ 27 (+28.57%)
Mutual labels:  bitmap
ASCII-art-creator
ASCII art generator for images
Stars: ✭ 17 (-19.05%)
Mutual labels:  ascii-art
ascii.js
A web-font-based rendering engine for displaying DOS/Amiga ASCII artwork on the web as text
Stars: ✭ 25 (+19.05%)
Mutual labels:  ascii-art
Steganography
Least Significant Bit Steganography for bitmap images (.bmp and .png), WAV sound files, and byte sequences. Simple LSB Steganalysis (LSB extraction) for bitmap images.
Stars: ✭ 229 (+990.48%)
Mutual labels:  bitmap
SkunkBooth
Text based command line webcam photobooth app
Stars: ✭ 45 (+114.29%)
Mutual labels:  ascii-art
Pilosa
Pilosa is an open source, distributed bitmap index that dramatically accelerates queries across multiple, massive data sets.
Stars: ✭ 2,224 (+10490.48%)
Mutual labels:  bitmap
Picture-To-Ascii
Converts a picture to Ascii.
Stars: ✭ 18 (-14.29%)
Mutual labels:  ascii-art
nabla.nvim
take your scientific notes ✏️ in Neovim
Stars: ✭ 391 (+1761.9%)
Mutual labels:  ascii-art
outfancy
Python3 library to print tables in Terminal.
Stars: ✭ 47 (+123.81%)
Mutual labels:  ascii-art
asciiarena
Terminal multiplayer deathmatch game
Stars: ✭ 34 (+61.9%)
Mutual labels:  ascii-art

AsciiMap

CMDline tool to Convert 24bit Windows BitMap files to ASCII with optional ANSI-colors

Options

  • -c use ANSI 256 color-mode

  • -x <n> average n x 2n pixels to one char

  • -s <n> print n characters wide to be able to fit in terminal window, independent from picture size.

  • -i use STDIN as file input

  • -w print whitespaces with background color instead of ASCII chars. Only useful with -c

  • -d activate dynamic brightness range

  • -m <string> use a custom ASCII character palette. From darkest to brightest

To use with other image types, use imagemagick: magick convert <image> -depth 24 bmp:- | asciimap -i

License: MIT

alt text

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