All Projects → Mattamorphic → Countdown-Gif-Generator

Mattamorphic / Countdown-Gif-Generator

Licence: MIT license
Generates a gif of a countdown clock at the endpoint that can be used on websites and in emails

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to Countdown-Gif-Generator

timestampy
🕒 Bunch of utilities useful when working with UNIX timestamps
Stars: ✭ 21 (+0%)
Mutual labels:  clock
pingPongBallClock
Raspberry Pi code for the Ping Pong Ball Clock Project
Stars: ✭ 23 (+9.52%)
Mutual labels:  clock
img2gcode
convert jpg, png,gif to gcode with nodejs and jimp
Stars: ✭ 31 (+47.62%)
Mutual labels:  gif
GTA-One-Liners
A collection of gifs made out of almost every dialogue in GTA and other games.
Stars: ✭ 37 (+76.19%)
Mutual labels:  gif
pico-solar-system
No description or website provided.
Stars: ✭ 186 (+785.71%)
Mutual labels:  clock
Password Generator
🔄 Simple password generator class library in C# 6.0, use for generate your own password! 📗
Stars: ✭ 21 (+0%)
Mutual labels:  gif
analogclock
🕰 A customizable analog clock built using React
Stars: ✭ 16 (-23.81%)
Mutual labels:  clock
tube2gif
Search and Generate Gif from Youtube
Stars: ✭ 21 (+0%)
Mutual labels:  gif
simple-analog-clock
Simple clock view for displaying uh...time?
Stars: ✭ 24 (+14.29%)
Mutual labels:  clock
lila-gif
Webservice to render Gifs of chess positions and games, and stream them frame by frame
Stars: ✭ 63 (+200%)
Mutual labels:  gif
dot-screencap
A screencapturing library
Stars: ✭ 31 (+47.62%)
Mutual labels:  gif
jQuery-Clock-Plugin
Turns a given dom element into a jQuery Clock that can take an initial timestamp instead of client system time, supports internationalization and PHP Style Format Characters, and is relatively independent from system clock
Stars: ✭ 70 (+233.33%)
Mutual labels:  clock
clock
Logical clocks implementation in Rust
Stars: ✭ 37 (+76.19%)
Mutual labels:  clock
codegif
Use Canvas API to make a gif animation
Stars: ✭ 32 (+52.38%)
Mutual labels:  gif
MCP7940
Arduino Library to access the MCP7940M, MCP7940N and MCP7940x Real-Time chips
Stars: ✭ 29 (+38.1%)
Mutual labels:  clock
AppThinning
Make app thinner. Help you find large files and compress png, gif, jpg, svg files. 应用程序瘦身工具,帮助你找到大文件,压缩png、gif、jpg、svg等文件。
Stars: ✭ 22 (+4.76%)
Mutual labels:  gif
vue-flip-down
vue 翻页倒计时组件 妙啊
Stars: ✭ 90 (+328.57%)
Mutual labels:  clock
glips
screen clip to gif on web
Stars: ✭ 18 (-14.29%)
Mutual labels:  gif
KGySoft.Drawing
KGy SOFT Drawing is a library for advanced image, icon and graphics handling.
Stars: ✭ 27 (+28.57%)
Mutual labels:  gif
epaper-clock-and-more
e-paper clock + weather + AQI + traffic delays - using Waveshare 2.7inch & 4.2inch eink displays running on Raspberry Pi
Stars: ✭ 34 (+61.9%)
Mutual labels:  clock

Countdown Clock Generator (GIF) PHP

Description

Generates a GIF of a countdown clock when the end point is pinged using the parameters given under "using the generator". Useful for Websites and/or Emails.

Specification

Runs on PHP5.5+ using the GIFEncoder Version 2.0 by László Zsidi

Using the Generator

// implement ClockInterface then:

$clockItf = new Clock();

// set $clock params ..
$countdown = new CountDownClock($clockItf);

// Call specifically (incase any further changes)
$clock->generateImage();

Example

There is a runnable example in the example folder called clock.php - this can be run off of the back of PHP's builtin web server

Contributors

Changelog

04/11/2016 - v1.0.0

A lot of breaking changes so please look at the example if you are coming from an older iteration of this project

  • Merged in contributions
  • Refactored folder structure
  • Added autoloading / PSR-4
  • Coding Standards
  • Comments
  • Added support for no background images
  • Built example
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].