Search found 2 matches
- 2011-05-23T01:22:56-07:00
- Forum: Users
- Topic: How to remove white frames from animated GIF?
- Replies: 4
- Views: 10021
Re: How to remove white frames from animated GIF?
anthony Thank you very much! I'll try this! fmw42 IM Version is 3.0.0, here is the code: $im = new Imagick($filename); $im_width = $im->getImageWidth(); $im_height = $im->getImageHeight(); $wm = new Imagick(PATH.'/pikabu_logo.png'); $wm_width = $wm->getImageWidth(); $wm_height = $wm->getImageHeight ...
- 2011-05-22T09:19:29-07:00
- Forum: Users
- Topic: How to remove white frames from animated GIF?
- Replies: 4
- Views: 10021
How to remove white frames from animated GIF?
Hello! I have been searching around for a while to an answer to this question. I am trying to merge an animated gif and watermark and sometimes i get gif with white frames, like this: http://apikabu.ru/img_n/2011-05_5/bef49e.gif Other gifs are obtained normally, like this: http://apikabu.ru/img_n ...