Skip to content

ustundag/Progress-bar-for-GIFs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Progress bar for GIFs

A script that helps you catch the end of perfectly-looping GIFs, preventing you from falling into the trap. And yes, It helped save the world!

Dependencies

We need two image processing libraries of python, Pillow and imageio to manipulate image frames and compose a new GIF.

pip install Pillow, imageio

Usage

$ python gif2progressBar.py glass.gif
GIF with progress bar created,  progressBar_glass.gif
Before After
glass.gif progressBar_glass.gif

TODOs

  • Optimize the image processing function. The output gif file has a slight slowdown.