Skip to content

Python utility to generate quadratic recursive zooming in gifs

Notifications You must be signed in to change notification settings

rnbwdsh/gif_recursion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python utility to generate quadratic recursive zooming in gifs

Can zoom in linearly, quadratically and square like the following:

Limitations

Currently only optimized for square images, but can be changed easily

How to

  • Create a base image like zoom.png,
  • Find out the topleft x-y coordinates (INNER_X_LEFT, INNER_Y_TOP)
  • As well as the size of the cursive sub-image (INNER_SIZE)
  • Set gif params like steps, duration and resolution

Requirements

pillow/PIL, numpy

About

Python utility to generate quadratic recursive zooming in gifs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages