Skip to content

literally just an image -> ascii image generator

Notifications You must be signed in to change notification settings

gabe-burnette/asciigen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ascii from image

converts an image to ascii art

usage

pre-built binaries (COMING SOON)

you can download the latest release from github: here

you can also install it with homebrew:

brew tap seatedro/asciigen
brew install asciigen

build from source

zig build -Drelease run -- -i path/to/input.jpeg -o path/to/output.png

output file needs to be a .png since i saw some weird issues with jpegs.

the zig version is the only one i'll be working on from here on. the c code was just to get me started until i figured out some issues with the build.zig

About

literally just an image -> ascii image generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Zig 70.3%
  • C 27.5%
  • Ruby 2.0%
  • Shell 0.2%