shobhit99 / gif2ascii

Play gifs in your terminal!
3 stars 3 forks source link

Implement threading for generating ascii #2

Open shobhit99 opened 4 years ago

shobhit99 commented 4 years ago

The ascii for the GIF frames is generated one by one. it will be much faster if multi threading is used.

annp89 commented 4 years ago

I'd like to take this one. With multiprocessing a gif that takes almost 3:02 mins for 46 frames takes 29secs.

I'll put up a PR with my proposal.