1

Is there any application to convert a gif file to txt file in linux?

Badusha k
  • 19
  • 4

1 Answers1

2

I think you are looking for gif2txt This GitHub project appears to be able to convert even multi-image gifs to ASCII art. Here's an example source image:

https://raw.githubusercontent.com/hit9/gif2txt/gh-pages/test.gif

and example output:

https://hit9.github.io/gif2txt/out.html

Elder Geek
  • 36,752