https://github.com/aarich/image-fade
A tool for creating neat-o transitions between images
https://github.com/aarich/image-fade
algorithms animation gifs image-manipulation image-processing
Last synced: 9 months ago
JSON representation
A tool for creating neat-o transitions between images
- Host: GitHub
- URL: https://github.com/aarich/image-fade
- Owner: aarich
- License: mit
- Created: 2019-08-29T03:38:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T05:45:55.000Z (almost 6 years ago)
- Last Synced: 2025-06-29T12:39:04.874Z (12 months ago)
- Topics: algorithms, animation, gifs, image-manipulation, image-processing
- Language: JavaScript
- Homepage: https://github.mrarich.com
- Size: 14.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# image-fade
A tool for creating *neat-o* transitions between images
[](https://github.com/aarich/image-fade/actions?query=workflow%3Aeslint)
[](https://github.com/aarich/image-fade/actions?query=workflow%3Agolint)
[](https://goreportcard.com/report/github.com/aarich/image-fade)
[](https://godoc.org/github.com/aarich/image-fade/cmd/image-fade)

[](https://github.com/aarich/image-fade/blob/master/LICENSE)
## Sample
| Input | Output |
| --- | --- |
|  |  |
### Resulting Fades
| Fade Type | Result | WebM |
| --- |:---:| --- |
| Greedy Iterative |  | [WebM](https://github.mrarich.com/samples/sample1.webm) |
| Bidirectional Iterative |  | [WebM](https://github.mrarich.com/samples/bd1.webm) |
| A* Search | It is really slow | |
| Bidirectional A* Search | | |
| ML Powered | | |
| [Something else?](https://github.com/aarich/image-fade/fork) | | |
### Contribute
Adding a new transitioner is easy! Just create a new transitioner class and add it to `app.js`.
## Thanks
* [gif.js](https://github.com/jnordberg/gif.js)
* [Whammy](https://github.com/antimatter15/whammy)