A simple Electron + React + Magick++ app to speed up creation of GIFs
This was, for the most part, created as a favour for a friend to speed up their day-to-day workflow in a design agency
You can download the examples folder to try locally: examples.zip
Check out example results at: ./examples/results
# -> Input folder
│
├── name_100x100_assets
│ │
│ ├── 1.jpg
│ └── 2.jpg
│
└── name_200x200_assets
│
├── EN
│ │
│ ├── C01
│ │ ├── 1.jpg
│ │ └── 2.jpg
│ │
│ └── C02
│ ├── 1.jpg
│ └── 2.jpg
│
└── DE
├── C01
│ ├── 1.jpg
│ └── 2.jpg
│
└── C02
├── 1.jpg
└── 2.jpgNo ENV variables required, just install node deps and run!
For working with the C++ code see ./scripts/README.md
