TheZoraiz / ascii-image-converter

A cross-platform command-line tool to convert images into ascii art and print them on the console. Now supports braille art!
Apache License 2.0
2.05k stars 121 forks source link

Save animated gif #33

Closed bitnom closed 1 year ago

bitnom commented 1 year ago

How to save frames of animated gif for html/js output?

TheZoraiz commented 1 year ago

The only saving functionality available for ascii art gifs is in the form of gifs with --save-gif flag. You will have to split the gif into its frames manually before feeding them to ascii-image-converter if you want to have each frame converted separately.

Doesn't look like an issue with the project, so I'm closing this. Please discuss such matters in the Discussions tab.