2021-11-26 15:44:01 -05:00
2018-08-31 15:31:51 -04:00
2021-11-26 17:39:46 +00:00
2019-03-20 22:20:49 -04:00
2021-11-04 21:35:51 -04:00
2021-10-14 19:03:25 -04:00
2021-11-26 15:44:01 -05:00
2021-11-04 14:42:34 -04:00
2021-11-26 15:12:13 -05:00
2021-11-04 21:35:51 -04:00
2021-11-04 21:35:51 -04:00
2018-08-31 15:31:51 -04:00
2021-11-26 15:44:01 -05:00
2021-11-17 19:46:26 -05:00

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

frog animation

docker run -v $PWD:/share paulfitz/makesweet \
  --zip templates/heart-locket.zip \
  --start 15 \
  --in images/frog.jpg images/monkey.jpg \
  --gif animation.gif

monkey frog_monkey_friends

docker run -v $PWD:/share paulfitz/makesweet \
  --zip templates/flag.zip \
  --in images/dolphin.jpg \
  --gif animation.gif

dolphin dolphin_land

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
Readme 24 MiB
Languages
C++ 46.7%
C 46.4%
JavaScript 3.8%
HTML 1.7%
CMake 1.1%
Other 0.3%