⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Put pictures into animations from the command line.

Notifications You must be signed in to change notification settings

esmBot/makesweet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Put pictures into animations from the command line.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 49.2%
  • C 48.9%
  • CMake 1.2%
  • Dockerfile 0.7%