Search found 2 matches
- 2014-02-04T22:14:27-07:00
- Forum: Developers
- Topic: Gif Image is not animated after making watermark
- Replies: 64
- Views: 68432
Re: Gif Image is not animated after making watermark
Subject: Gif Image is not animated after making watermark see http://www.imagemagick.org/Usage/anim_mods/#composite_single or just add the watermark to each frame separately and reanimate Hi fmw42, I am completely unknown about ImageMagic. Give me some idea how to create GIF animated Watermark ...
- 2014-02-04T08:09:33-07:00
- Forum: Developers
- Topic: Gif Image is not animated after making watermark
- Replies: 64
- Views: 68432
Gif Image is not animated after making watermark
I have added PHP watermark animated image but i have faced problem the orginal.gif image is not animated after creating the watermark. :( <?php $image = new Imagick(); $image->readImage("orginal.gif"); $watermark = new Imagick(); $watermark->readImage("watermark.png"); // how big are the images ...