mirror of
https://github.com/SrIzan10/makesweet-api.git
synced 2026-05-01 10:55:14 +00:00
b29d2e3df4e770e1f3af5276c785e561286572d9
Put pictures into animations from the command line.
docker run -v $PWD:/share paulfitz/makesweet \
--zip templates/billboard-cityscape.zip \
--in images/frog.jpg \
--gif animation.gif
docker run -v $PWD:/share paulfitz/makesweet \
--zip templates/heart-locket.zip \
--start 15 \
--in images/frog.jpg images/monkey.jpg \
--gif animation.gif
docker run -v $PWD:/share paulfitz/makesweet \
--zip templates/flag.zip \
--in images/dolphin.jpg \
--gif animation.gif
Options
You can generate a video output instead of a gif by replacing:
--gif animation.gif
with:
--vid animation.mp4
See docker run paulfitz/makesweet -h for more options.
Source
The designs come from https://makesweet.com
Description
api for makesweet
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-05-01T16:07:04.398Z
Languages
C++
46.7%
C
46.4%
JavaScript
3.8%
HTML
1.7%
CMake
1.1%
Other
0.3%





