Gif Image is not animated after making watermark
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Gif Image is not animated after making watermark
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.
-
- Posts: 6
- Joined: 2014-03-15T10:00:07-07:00
- Authentication code: 6789
Re: Gif Image is not animated after making watermark
Great thanksfmw42 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.
-
- Posts: 6
- Joined: 2014-03-15T10:00:07-07:00
- Authentication code: 6789
Re: Gif Image is not animated after making watermark
Hifmw42 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.
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
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Gif Image is not animated after making watermark
try this command with the watermark image on the previous page
If that does not work, recompile IM with OpenMP disabled and see if that works.
Code: Select all
convert tfinrZy.gif -coalesce null: sphinx.gif -gravity South -geometry +0+0 -layers composite -layers optimize anim.gif
-
- Posts: 6
- Joined: 2014-03-15T10:00:07-07:00
- Authentication code: 6789
Re: Gif Image is not animated after making watermark
Hi,
Working now,Thanks for support
Working now,Thanks for support