Skip to content

cheemzboi/gif-to-cv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

gif-to-cv2-

convert gif to cv2 compatible frames

installation

Download gifop.py in same folder where u working

pip install -r requirements.txt

usage :


mk=ungif("picture.gif")
#converts gif to frames 
# returns frameslist (a list of string of path containing all frames)

Invert_gifcolor("picture.gif")
# inverts color of gif turns positive to negative 

pack_gif(mk,"normal")
#packs all frames to a gif with name normal
# mk is list of path of frames 


#### TODO :

upload on pypi 

About

convert gif to cv2 compatible frames

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages