All Projects → WenheLI → p5.gif

WenheLI / p5.gif

Licence: MIT license
P5.js gif helper

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Labels

Projects that are alternatives of or similar to p5.gif

Grunt Image
Optimize PNG, JPEG, GIF, SVG images with grunt task.
Stars: ✭ 201 (+458.33%)
Mutual labels:  gif
Gipher
tinder like app for gifs built with elm and firebase
Stars: ✭ 229 (+536.11%)
Mutual labels:  gif
Precomp Cpp
Precomp, C++ version - further compress already compressed files
Stars: ✭ 250 (+594.44%)
Mutual labels:  gif
Ffmpegandroid
android端基于FFmpeg实现音频剪切、拼接、转码、编解码;视频剪切、水印、截图、转码、编解码、转Gif动图;音视频合成与分离,配音;音视频解码、同步与播放;FFmpeg本地推流、H264与RTMP实时推流直播;FFmpeg滤镜:素描、色彩平衡、hue、lut、模糊、九宫格等;歌词解析与显示
Stars: ✭ 2,858 (+7838.89%)
Mutual labels:  gif
Pi Timelapse
Time-lapse app for Raspberry Pi computers.
Stars: ✭ 220 (+511.11%)
Mutual labels:  gif
Gifu
High-performance animated GIF support for iOS in Swift
Stars: ✭ 2,703 (+7408.33%)
Mutual labels:  gif
Gifexceptionbundle
😛 The GhostBuster of your exception page!
Stars: ✭ 197 (+447.22%)
Mutual labels:  gif
alfred-imagemin
Alfred workflow - Minify images with Imagemin
Stars: ✭ 29 (-19.44%)
Mutual labels:  gif
Gifine
Quickly record and edit gifs and videos of your desktop
Stars: ✭ 225 (+525%)
Mutual labels:  gif
Gif For Cli
opensource.googleblog.com/2018/06/tenor-gif-for-cli.html
Stars: ✭ 2,772 (+7600%)
Mutual labels:  gif
Gulp Image
Optimize PNG, JPEG, GIF, SVG images with gulp task.
Stars: ✭ 213 (+491.67%)
Mutual labels:  gif
Imageprocessor
📷 A fluent wrapper around System.Drawing for the processing of image files.
Stars: ✭ 2,452 (+6711.11%)
Mutual labels:  gif
Transferee
一个帮助您完成从缩略视图到原视图无缝过渡转变的神奇框架
Stars: ✭ 2,697 (+7391.67%)
Mutual labels:  gif
Screentogif
🎬 ScreenToGif allows you to record a selected area of your screen, edit and save it as a gif or video.
Stars: ✭ 16,066 (+44527.78%)
Mutual labels:  gif
Sharex
ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.
Stars: ✭ 18,143 (+50297.22%)
Mutual labels:  gif
Gifcap
Create GIFs from Android devices (pronounced "gif cap")
Stars: ✭ 201 (+458.33%)
Mutual labels:  gif
Ccapture.js
A library to capture canvas-based animations at a fixed framerate
Stars: ✭ 2,836 (+7777.78%)
Mutual labels:  gif
slip
Select and upload screenshots, gifs, and screencasts to imgur and gfycat with help of slop.
Stars: ✭ 25 (-30.56%)
Mutual labels:  gif
AMProgressHUD
A gif progress HUD for iOS.
Stars: ✭ 18 (-50%)
Mutual labels:  gif
Handycontrol
Contains some simple and commonly used WPF controls
Stars: ✭ 3,349 (+9202.78%)
Mutual labels:  gif

p5.gif

NHibiki NHibiki Docs CircleCI - Prod

Loading Demo | Capturing Demo

Summary

p5gif is a library to allow you play/use animated gif in p5.js and process GIF on top of p5.js. It can help artists easily handling GIF related operations. eg. making GIFs, splitting frames, etc.

How to use

Refer to CDN

<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.2/p5.min.js"></script>
<script src="https://unpkg.com/p5.gif/dist/p5gif.min.js"></script>

Build From Source

git clone https://github.com/WenheLI/p5.gif.git ./node_modules/p5.gif
cd ./node_modules/p5.gif

yarn && yarn build
cd ../..

In your nodejs

import p5Gif from 'p5.gif/build/p5gif.min.js';

Manual

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].