Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 765 Bytes

File metadata and controls

45 lines (23 loc) · 765 Bytes

GIF Countdown Timer

Countdown Timer for your email campaigns.

Fixed the curly braces issues caused by newer php versions.

Usage

  1. Set timezone

date_default_timezone_set('Europe/Riga');

  1. Change background

$image = imagecreatefrompng('background/1.png');

  1. Font size

'size'=>65

  1. Angle of the text

'angle'=>0

  1. Offset on x asis

'x-offset'=>70

  1. Offset on y asis

'x-offset'=>10

  1. Define the font

'file'=>'fonts/PT_Sans-Web-Regular.ttf'

  1. RGB color of the text

'color'=>imagecolorallocate($image, 255, 255, 255)

Adding to an email

YOUR HOST/GIFcountdownTimer/img.gif?dt=2015-03-07/16:22:20

where dt is date & time.