Search found 2 matches
- 2019-02-12T08:08:15-07:00
- Forum: Developers
- Topic: Create gif with countdown
- Replies: 1
- Views: 7900
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 = 0 ...
- 2019-02-12T07:32:51-07:00
- Forum: Developers
- Topic: Create gif with countdown
- Replies: 1
- Views: 7900
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 so a need create one frame every second. Thank you werixon
please, can you help me with creating gif image in Imagick with countdown in PHP? I need to countdown one second every second so a need create one frame every second. Thank you werixon