All Projects → CherryPill → ASCII-art-creator

CherryPill / ASCII-art-creator

Licence: GPL-3.0 license
ASCII art generator for images

Programming Languages

java
68154 projects - #9 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to ASCII-art-creator

Asciiplayer
📺 ASCII gif/video player write in golang
Stars: ✭ 130 (+664.71%)
Mutual labels:  ascii-art
Ascii
👾 ASCII Roulette :: ascii art video chat on the cli
Stars: ✭ 202 (+1088.24%)
Mutual labels:  ascii-art
Go Asciibot
Golang ASCII Robot Generator
Stars: ✭ 231 (+1258.82%)
Mutual labels:  ascii-art
Ansilove.js
A script to display ANSi and artscene related file formats on web pages
Stars: ✭ 146 (+758.82%)
Mutual labels:  ascii-art
Diagon
Interactive ASCII art diagram generators. 🌟
Stars: ✭ 189 (+1011.76%)
Mutual labels:  ascii-art
Cowsay
cowsay w/ more animals, in R
Stars: ✭ 213 (+1152.94%)
Mutual labels:  ascii-art
Aalib.js
ASCII art library in JavaScript
Stars: ✭ 122 (+617.65%)
Mutual labels:  ascii-art
Slacknimate
👯 Realtime text animation for Slack chatops
Stars: ✭ 250 (+1370.59%)
Mutual labels:  ascii-art
Figgle
ASCII banner generation for .NET
Stars: ✭ 195 (+1047.06%)
Mutual labels:  ascii-art
Wttr.in
⛅ The right way to check the weather
Stars: ✭ 16,345 (+96047.06%)
Mutual labels:  ascii-art
Charcoal
A concise language for sketching ASCII art.
Stars: ✭ 150 (+782.35%)
Mutual labels:  ascii-art
Infekt
The ultimate best NFO viewer, ever!
Stars: ✭ 192 (+1029.41%)
Mutual labels:  ascii-art
Cowsay Files
A collection of additional/alternative cowsay files.
Stars: ✭ 216 (+1170.59%)
Mutual labels:  ascii-art
Moebius
Modern ANSI & ASCII Art Editor
Stars: ✭ 138 (+711.76%)
Mutual labels:  ascii-art
Graphical
Open-Source, Platform independent module that consumes data points as input and plots them on a 2D graph [Scatter / Bar / Line] on the PowerShell Console/Terminal
Stars: ✭ 237 (+1294.12%)
Mutual labels:  ascii-art
Tty Pie
Draw pie charts in your terminal window
Stars: ✭ 125 (+635.29%)
Mutual labels:  ascii-art
Zero
A 3D renderer written in JavaScript and rendered to the terminal.
Stars: ✭ 2,307 (+13470.59%)
Mutual labels:  ascii-art
asciiZOOM
This alternative to Zoom offers a secure, end-to-end encrypted way to video chat from the safety of your terminal.
Stars: ✭ 28 (+64.71%)
Mutual labels:  ascii-art
Asciimatics
A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations
Stars: ✭ 2,869 (+16776.47%)
Mutual labels:  ascii-art
Dev Tools
The most popular software developer tools in one app
Stars: ✭ 221 (+1200%)
Mutual labels:  ascii-art

ASCII art creator

ASCII art creator is a creation tool that allows you to turn your images into ASCII art. You can either create images that will comprise of ASCII characters or write the actual characters to a .txt file for posting somewhere, but beware that it works best with Monospaced font, if it's something else, the characters will be skewed and generally look unpleasant.

The program supports the following formats:

  • GIF
  • PNG
  • JPG

You can choose if you want to preserve the original colors of the image or render it using two colors for background and foreground, be aware that if you use original colors and choose a dark background the image will be dark overall too.

Download

Examples:

  • Processing a GIF image with preserved colors and dark background

Input:

Ouput:

  • Processing a still PNG/JPG image

Input:

Output (rendered with preserved colors on white background):

Output (rendered with preserved colors on yellow background):

# Showcase

Build & Run instructions

Build using your locally installed maven and run with the installed JRE >= 8:

mvn package && java -jar target/ascii_art-1.0-SNAPSHOT-shaded.jar

Build and install into the local repo as a developer using your locally installed maven and run using exec-maven-plugin:

mvn clean install exec:java -DskipTests=true

Prerequisites:

You need Java Runtime Environment (8 and onwards) installed on your machine.

⚠️ Warning

Due to a currently unresolved bug in JDK. Some gifs may be processed incorrectly or not processed at all.

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