Skip to content

ottogodley/yeetgif-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yeetgif-docker

  • A Docker image for using yeetgif without having to worry about building/depedencies

Usage

This project uses a shell script to handle parsing arguments and passing them to yeetgif inside the docker container. You'll need to provide environment variables specifying where the image you'd like to convert can be found, as well as the specific command you'd like yeetgif to apply:

env IMAGE_FILE=test.png GIF_COMMAND="wobble" docker-compose up

By default, both the in and out folders in this project are mounted as volumes in the docker container, with in being expected to contain the input file, and out being where the output gif will be generated to.

For more information on the commands available to you, please see yeetgif's documentation

Releases

No releases published

Packages

No packages published