Git Product home page Git Product logo

gif-creator's Introduction

GIF Image Creator

image image image

This is a Python implementation of creating the GIF image with a collection of static images (e.g., PNG/JPG images).

Functions

  • Creating a GIF image with each frame having the same duration.

  • Creating a GIF image with the first and the last frames having different (longer) duration.

Dependency

  • imageio 2.4.1

Usage

  1. Prepare a collection of static images with sorted names (e.g., 01.png, 02.png, ...) in a folder (e.g., IMAGE/).

  2. Specify user settings (DURATION_FRAME, PATTERN, etc.) in the code (see comments for details).

  3. Run run_GIFCreator.py or run_GIFCreator_ipy.ipynb to create the GIF image with static images.

  4. The created GIF image will be saved in the pre-specified folder (e.g., IMAGE_GIF/).

Results

  • The GIF image with SAME frame duration (PATTERN = 1, DURATION_FRAME = 0.5).

Equivariance

  • The GIF image with DIFFERENT frame duration (PATTERN = 2, DURATION_FRAME = 0.5 or 1.5).

Equivariance


Please star this repository if you found its content useful. Thank you very much. ^_^

如果该程序对您有帮助,请为该程序加星支持哈,非常感谢。^_^

gif-creator's People

Contributors

hezhang1994 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

gif-creator's Issues

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.