Skip to content

A tool for creating neat-o transitions between images

License

Notifications You must be signed in to change notification settings

aarich/image-fade

Repository files navigation

image-fade

A tool for creating neat-o transitions between images

eslint golint Go Report Card GoDoc GitHub last commit License

Sample

Input Output
Input Output

Resulting Fades

Fade Type Result WebM
Greedy Iterative Sample Output Gif WebM
Bidirectional Iterative Sample Output Gif WebM
A* Search It is really slow
Bidirectional A* Search
ML Powered
Something else?

Contribute

Adding a new transitioner is easy! Just create a new transitioner class and add it to app.js.

Thanks