Search found 2 matches

by werixon
2019-02-12T08:08:15-07:00
Forum: Developers
Topic: Create gif with countdown
Replies: 1
Views: 9790

Re: Create gif with countdown

Hi, so I have this code. Now I try to create 120 frames for 120 and open at the browser. But a got error - empty screen.
$GIF = new Imagick();
$GIF->setFormat("gif");

$draw = new ImagickDraw();
$draw->setFillColor('black');
$draw->setFont('Bookman-DemiItalic');
$draw->setFontSize( 30 );

for ($i ...
by werixon
2019-02-12T07:32:51-07:00
Forum: Developers
Topic: Create gif with countdown
Replies: 1
Views: 9790

Create gif with countdown

Hi everybody,
please, can you help me with creating gif image in Imagick with countdown in PHP? I need to countdown one second every second :-D so a need create one frame every second. Thank you werixon