All Projects → HeZhang1994 → gif-creator

HeZhang1994 / gif-creator

Licence: MIT license
To create a GIF image with user specified duration. [简单实用] 生成自定义延时的GIF图像。

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to gif-creator

mpv-gif-generator
Creates animated gifs using mpv hotkeys
Stars: ✭ 32 (+0%)
Mutual labels:  gif, gif-creator, gif-generator
glips
screen clip to gif on web
Stars: ✭ 18 (-43.75%)
Mutual labels:  gif, gif-creator
cast2gif
Tool to render Asciinema cast files to GIFs, *without* using Electron or a web browser. Written in Rust.
Stars: ✭ 23 (-28.12%)
Mutual labels:  gif, gif-creator
makesweet
Put pictures into animations from the command line.
Stars: ✭ 18 (-43.75%)
Mutual labels:  gif, gif-creator
Gifski
GIF encoder based on libimagequant (pngquant). Squeezes maximum possible quality from the awful GIF format.
Stars: ✭ 2,417 (+7453.13%)
Mutual labels:  gif, gif-creator
Handycontrol
Contains some simple and commonly used WPF controls
Stars: ✭ 3,349 (+10365.63%)
Mutual labels:  gif
p5.gif
P5.js gif helper
Stars: ✭ 36 (+12.5%)
Mutual labels:  gif
Gifu
High-performance animated GIF support for iOS in Swift
Stars: ✭ 2,703 (+8346.88%)
Mutual labels:  gif
Gipher
tinder like app for gifs built with elm and firebase
Stars: ✭ 229 (+615.63%)
Mutual labels:  gif
UnityGiphy
Library for using the GiphyAPI in Unity to get and play random Gifs as MP4s
Stars: ✭ 35 (+9.38%)
Mutual labels:  gif
ios-nd-gif-maker-objc
Resources for Udacity's Gif Maker app in Objective-C.
Stars: ✭ 17 (-46.87%)
Mutual labels:  gif
alfred-imagemin
Alfred workflow - Minify images with Imagemin
Stars: ✭ 29 (-9.37%)
Mutual labels:  gif
Gif For Cli
opensource.googleblog.com/2018/06/tenor-gif-for-cli.html
Stars: ✭ 2,772 (+8562.5%)
Mutual labels:  gif
gephi twitter media downloader
A small script designed to take either a .csv of Tweet ids, or the export from Gephi's TwitterStreamingImporter Plugin and download related Tweet media.
Stars: ✭ 41 (+28.13%)
Mutual labels:  gif
Transferee
一个帮助您完成从缩略视图到原视图无缝过渡转变的神奇框架
Stars: ✭ 2,697 (+8328.13%)
Mutual labels:  gif
sorting-visualization
🎨 A command-line tool to generate GIF which can display sorting algorithm
Stars: ✭ 37 (+15.63%)
Mutual labels:  gif
Ccapture.js
A library to capture canvas-based animations at a fixed framerate
Stars: ✭ 2,836 (+8762.5%)
Mutual labels:  gif
AMProgressHUD
A gif progress HUD for iOS.
Stars: ✭ 18 (-43.75%)
Mutual labels:  gif
imagemin-gifsicle
Imagemin plugin for Gifsicle
Stars: ✭ 105 (+228.13%)
Mutual labels:  gif
gifs
Gifs.com API golang package to create Gifs from youtube, vimeo, remote mp4 and more!
Stars: ✭ 21 (-34.37%)
Mutual labels:  gif-creator

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. ^_^

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].