A set of scripts to generate moire animations from images
Quickstart use:
- save target images and scripts to the same folder.
- open kinegram_mkaer.py
- run kinegram(number of frames, number of bars) 3 frames and 16 bars is a typical input.
- This will create the image files you need in the same folder
- if you want a video of the animation to test it, now run make_video(seconds)
- an Mp4 file will be saved to the same folder. If it's a big file, windows media player will fail but VLC will be able to run it.
The other script files will be called from the main one. ImageSlicer_main is a tweak of someone elses' work, and all of this repo adopts the same license as the origionator did: https://github.com/samdobson/image_slicer/blob/master/LICENSE
The PIP version of that repo is incorrect, so I include a copy of the working code here for stability.