Skip to content
/ gif-maker Public

Throw this script and some pics in a folder and make a gif

Notifications You must be signed in to change notification settings

dm20/gif-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mafe a gif in just a jiff!

1) install imageio

python3 -m pip install imageio

2) put the script and all of the frames (images) in a folder

  • You'll want to make sure the frames have some ordering to them in the filenames (see the sample)
  • The frames can be any image type: PNG, JPEG, or even individual GIF frames as in the sample

3) get the pathname of the folder and change the path variable on line 4 in gif_maker.py

path = '/path/to/your/pics/'

4) make a gif!

cd /directory_with_frames_and_script/
python3 gif_maker.py

About

Throw this script and some pics in a folder and make a gif

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages