mirror of
https://github.com/SrIzan10/makesweet-api.git
synced 2026-05-01 10:55:14 +00:00
bf4ac4cf3f9bd7ba2197769294c4c747cb8edd57
*Total -- 362.80kb -> 349.36kb (3.71%) /images/dolphin.jpg -- 153.98kb -> 140.88kb (8.51%) /images/frog.jpg -- 25.75kb -> 25.41kb (1.31%) /images/monkey.jpg -- 183.08kb -> 183.08kb (0%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
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%





