Giter Club home page Giter Club logo

gif-merger's Introduction

GIF merger

This is a python3 program that merges multiple GIFs into a single canvas. Each GIF can be rotated by an arbitrary angle and positioned with an arbitrary offset from the top left corner of the canvas. The program searches for GIFs in the ./gifs folder based on the specified file names in the ./gif_params.json file. Apart from the file names, the user must specify the horizontal and vertical offsets (in pixels) and rotation angles (in degrees) for each GIF.

GIF merger can merge input GIFs in three different ways:

  1. Duration of the merged GIF will equal the maximum duration among the individual GIFs, where the individual GIFs of lower duration are stopped until the end of the longest individual GIF within the merged GIF is reached
  2. Duration of the merged GIF will equal the maximum duration among the individual GIFs, where the individual GIFs of lower duration are looped until the end of the longest individual GIF within the merged GIF is reached
  3. Duration of the merged GIF will equal the least common multiple of individual GIFs' durations, so that the individual GIFs within the merged GIF have seamless loops (pick with caution, can result in a memory leak or very big merged GIF size)

Apart from specifying the GIF merger mode at the program start, the user can specify the number of times the merged GIF should loop. Specifying 0 means that it will loop forever.

The merged GIF is saved to the merged.gif file in ./gifs folder by default.

gif-merger's People

Contributors

a6gh avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

wangyonghong

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.