Gif Image is not animated after making watermark

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
User avatar
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

Post 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.
thomanphan
Posts: 6
Joined: 2014-03-15T10:00:07-07:00
Authentication code: 6789

Re: Gif Image is not animated after making watermark

Post 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
thomanphan
Posts: 6
Joined: 2014-03-15T10:00:07-07:00
Authentication code: 6789

Re: Gif Image is not animated after making watermark

Post 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
User avatar
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

Post 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.
thomanphan
Posts: 6
Joined: 2014-03-15T10:00:07-07:00
Authentication code: 6789

Re: Gif Image is not animated after making watermark

Post by thomanphan »

Hi,
Working now,Thanks for support

Image
Post Reply