项目作者: paulfitz

项目描述 :
Put pictures into animations from the command line.
高级语言: C++
项目地址: git://github.com/paulfitz/makesweet.git
创建时间: 2009-08-22T20:41:15Z
项目社区:https://github.com/paulfitz/makesweet

开源协议:MIT License

下载


Put pictures into animations from the command line.

  1. docker run -v $PWD:/share paulfitz/makesweet \
  2. --zip templates/billboard-cityscape.zip \
  3. --in images/frog.jpg \
  4. --gif animation.gif

frog
animation

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

monkey
frog_monkey_friends

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

dolphin
dolphin_land

Options

You can generate a video output instead of a gif by replacing:

  1. --gif animation.gif

with:

  1. --vid animation.mp4

See docker run paulfitz/makesweet -h for more options.

Source

The designs come from https://makesweet.com