Page 5 of 5
Re: Gif Image is not animated after making watermark
Posted: 2014-03-15T22:08:14-07:00
by fmw42
I get the same bad result on IM 6.8.3.9 on my system. So it must have been a bug in that version and possibly later. But it does work in the current version 6.8.8.8. So as user snibgo said, you should upgrade your version of Imagemagick.
Re: Gif Image is not animated after making watermark
Posted: 2014-03-15T22:09:53-07:00
by thomanphan
fmw42 wrote:I get the same bad result on IM 6.8.3.9 on my system. So it must have been a bug in that version and possibly later. But it does work in the current version 6.8.8.8. So as user snibgo said, you should upgrade your version of Imagemagick.
Great thanks
Re: Gif Image is not animated after making watermark
Posted: 2014-03-16T08:10:32-07:00
by thomanphan
fmw42 wrote:I get the same bad result on IM 6.8.3.9 on my system. So it must have been a bug in that version and possibly later. But it does work in the current version 6.8.8.8. So as user snibgo said, you should upgrade your version of Imagemagick.
Hi
I try install lastversion of imagemagick but same bad result
root@host [~]# convert --version
Version: ImageMagick 6.8.8-8 Q16 i686 2014-03-16
http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC OpenMP
Delegates: bzlib fontconfig freetype jng jpeg lcms png tiff x xml zlib
CENTOS 6.5 i686 virtuozzo – host WHM 11.38.1 (build 6)
Name: Intel(R) Xeon(R) CPU E5-2630 0 @ 2.30GHz
Re: Gif Image is not animated after making watermark
Posted: 2014-03-16T10:26:56-07:00
by fmw42
try this command with the watermark image on the previous page
Code: Select all
convert tfinrZy.gif -coalesce null: sphinx.gif -gravity South -geometry +0+0 -layers composite -layers optimize anim.gif
If that does not work, recompile IM with OpenMP disabled and see if that works.
Re: Gif Image is not animated after making watermark
Posted: 2014-03-16T12:24:33-07:00
by thomanphan
Hi,
Working now,Thanks for support