Search found 20 matches

by psanjib
2014-02-24T21:44:53-07:00
Forum: Developers
Topic: Gif Image is not animated after making watermark
Replies: 64
Views: 68454

Re: Gif Image is not animated after making watermark

Sorry for late replay i was not available, my ISP provider installed image magic version 6.2.8 and 6.8.8 in different path. 6.2.8 in current directory and 6.8.8 in another path. by using the below command exec("/usr/local/bin/convert -version 2>&1",$out,$returnval); and exec("convert -version 2>&1 ...
by psanjib
2014-02-20T23:30:43-07:00
Forum: Developers
Topic: Gif Image is not animated after making watermark
Replies: 64
Views: 68454

Re: Gif Image is not animated after making watermark

Last question i want to set the water mark image in buttom right corner using gravity please let me know how could i use
by psanjib
2014-02-20T00:29:24-07:00
Forum: Developers
Topic: Gif Image is not animated after making watermark
Replies: 64
Views: 68454

Re: Gif Image is not animated after making watermark

sorry not getting this line 'Ask you ISP for the full path to this version' please explain me clearly
by psanjib
2014-02-20T00:21:39-07:00
Forum: Developers
Topic: Gif Image is not animated after making watermark
Replies: 64
Views: 68454

Re: Gif Image is not animated after making watermark

if i used this code <?php exec("type -a convert 2>&1",$out,$returnval); foreach($out as $text) {echo "$text<br>";} ?> or <?php exec("which convert 2>&1",$out,$returnval); foreach($out as $text) {echo "$text<br>";} ?> the print message is "convert is /usr/bin/convert"
by psanjib
2014-02-20T00:20:02-07:00
Forum: Developers
Topic: Gif Image is not animated after making watermark
Replies: 64
Views: 68454

Re: Gif Image is not animated after making watermark

you can check here http://www.gif-king.com/phpinfo.php the isp provider installed configuration for imagemagic and for magickwand
by psanjib
2014-02-20T00:14:17-07:00
Forum: Developers
Topic: Gif Image is not animated after making watermark
Replies: 64
Views: 68454

Re: Gif Image is not animated after making watermark

sorry the message was Version: ImageMagick 6.2.8 05/07/12 Q16 file:/usr/share/ImageMagick-6.2.8/doc/index.html Copyright: Copyright (C) 1999-2006 ImageMagick Studio LLC <?php exec("/usr/bin/convert -version 2>&1",$out,$returnval); foreach($out as $text) {echo "$text<br>";} ?> the above command shows ...
by psanjib
2014-02-20T00:05:48-07:00
Forum: Developers
Topic: Gif Image is not animated after making watermark
Replies: 64
Views: 68454

Re: Gif Image is not animated after making watermark

same message printed "convert: UnrecognizedLayerType `composite'." sorry the message was Version: ImageMagick 6.2.8 05/07/12 Q16 file:/usr/share/ImageMagick-6.2.8/doc/index.html Copyright: Copyright (C) 1999-2006 ImageMagick Studio LLC <?php exec("/usr/bin/convert -version 2>&1",$out,$returnval ...
by psanjib
2014-02-19T23:58:19-07:00
Forum: Developers
Topic: Gif Image is not animated after making watermark
Replies: 64
Views: 68454

Re: Gif Image is not animated after making watermark

when i run this code <?php exec("/usr/bin/convert h8Hjm.gif null: WFr1K.png -gravity Center -layers composite -layers optimize animation.gif 2>&1",$out,$returnval); foreach($out as $text) {echo "$text<br>";} ?> a message printed "convert: UnrecognizedLayerType `composite'."
by psanjib
2014-02-19T23:47:35-07:00
Forum: Developers
Topic: Gif Image is not animated after making watermark
Replies: 64
Views: 68454

Re: Gif Image is not animated after making watermark

sorry the animation.gif is not server but if i used this code <?php exec("/usr/bin/convert h8Hjm.gif tmp.gif",$out,$returnval); foreach($out as $text) {echo "$text<br>";} ?> the tmp.gif is created in sever please suggest me what are possible problem that why the code exec("/usr/bin/convert h8Hjm.gif ...
by psanjib
2014-02-19T23:27:34-07:00
Forum: Developers
Topic: Gif Image is not animated after making watermark
Replies: 64
Views: 68454

Re: Gif Image is not animated after making watermark

http://www.gif-king.com/test/index.php - this is the link where i test. when i use this code <?php exec("/usr/bin/convert h8Hjm.gif tmp.gif",$out,$returnval); foreach($out as $text) {echo "$text<br>";} ?> the image shows and no message print echo "$text<br>"; when i use this code <?php exec("/usr ...
by psanjib
2014-02-19T23:14:03-07:00
Forum: Developers
Topic: Gif Image is not animated after making watermark
Replies: 64
Views: 68454

Re: Gif Image is not animated after making watermark

Sorry not working in php server.
by psanjib
2014-02-19T22:48:37-07:00
Forum: Developers
Topic: Gif Image is not animated after making watermark
Replies: 64
Views: 68454

Re: Gif Image is not animated after making watermark

Code: Select all

<?php exec("/usr/bin/convert h8Hjm.gif tmp.gif",$out,$returnval);
foreach($out as $text)
{echo "$text<br>";}
?>
<img src=tmp.gif> - image comes
when i used this one nothing echo but the tmp.gif created in same directory. it seems that works fine
by psanjib
2014-02-18T03:44:34-07:00
Forum: Developers
Topic: Gif Image is not animated after making watermark
Replies: 64
Views: 68454

Re: Gif Image is not animated after making watermark

i tried all possible way but not success yet, please check my sever configuration http://www.gif-king.com/phpinfo.php if any chnages need. previously a warning message writes in error_log file that magickwand.so not loaded. after install no magickwand, now no error message shows. when i execute the ...
by psanjib
2014-02-17T06:47:46-07:00
Forum: Developers
Topic: Gif Image is not animated after making watermark
Replies: 64
Views: 68454

Re: Gif Image is not animated after making watermark

My ISP installed Imagemagick and magickwand
you can check http://www.gif-king.com/phpinfo.php

still then animation.gif not created, i think now my server set well, now what is problem?
by psanjib
2014-02-17T00:14:06-07:00
Forum: Developers
Topic: Gif Image is not animated after making watermark
Replies: 64
Views: 68454

Re: Gif Image is not animated after making watermark

kindly tell me which configuration need to set for water mark in .gif image (php version, imagemagic version, imagick module version, magickwand, etc if any require)