Skip to content

MagnusVestvik/gifToAscii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GIF to ASCII Art converter.

Ascii gif

The aim of this project was to teach myself go and also make somthing I thought was cool.
I have previously made somthing that takes in a image and turns it to ascii art,
and thought, how much more difficult could it be to make a movie ?? (Famous last words.)
I was able to make it in the end but it probably has some bugs on more complex gifs ...

Requirements

  • Go 1.16 or higher
  • The following Go packages:
    • github.com/gdamore/tcell/v2
    • github.com/nfnt/resize

Usage

  1. Build the project:
go build -o gif-to-ascii-art 
  1. Run the executable with the path to the GIF file:
./gif-to-ascii-art ./path/to/your.gif 

About

## Converting gif to ascii.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages