When i try to update i get this errors:
error: Failed dependencies:
ImageMagick-libs = 6.9.1-2 is needed by ImageMagick-6.9.1-2.x86_64
libMagickCore-6.Q16.so.2()(64bit) is needed by ImageMagick-6.9.1-2.x86_64
libMagickWand-6.Q16.so.2()(64bit) is needed by ImageMagick-6.9.1-2.x86_64
libltdl.so ...
Search found 3 matches
- 2015-04-29T18:15:34-07:00
- Forum: Users
- Topic: Problem with annotating animated gif's
- Replies: 4
- Views: 3014
- 2015-04-29T17:03:48-07:00
- Forum: Users
- Topic: Problem with annotating animated gif's
- Replies: 4
- Views: 3014
Re: Problem with annotating animated gif's
What OS are you using?
I am using CentOS 7 64bit and it says that i am on lastest version..
http://i.imgur.com/QjYrHVs.png
EDIT: When i use "ImageMagick-6.9.1-2.x86_64.rpm" from http://www.imagemagick.org/script/binary-releases.php i get this error's:
error: Failed dependencies:
ImageMagick ...
I am using CentOS 7 64bit and it says that i am on lastest version..
http://i.imgur.com/QjYrHVs.png
EDIT: When i use "ImageMagick-6.9.1-2.x86_64.rpm" from http://www.imagemagick.org/script/binary-releases.php i get this error's:
error: Failed dependencies:
ImageMagick ...
- 2015-04-29T16:00:22-07:00
- Forum: Users
- Topic: Problem with annotating animated gif's
- Replies: 4
- Views: 3014
Problem with annotating animated gif's
Hey guys.
My code works perfect on some gifs and on some not...
Here is the code:
exec("convert gif1.gif -coalesce \
-background Black -splice 0x20 -gravity SouthEast -fill white -annotate +8+2 'test' \
newgif1.gif");
gif1.gif (http://i.imgur.com/UeZn8B8.gif) works perfect and when i change to ...
My code works perfect on some gifs and on some not...
Here is the code:
exec("convert gif1.gif -coalesce \
-background Black -splice 0x20 -gravity SouthEast -fill white -annotate +8+2 'test' \
newgif1.gif");
gif1.gif (http://i.imgur.com/UeZn8B8.gif) works perfect and when i change to ...