Search found 4 matches

by abxccd
2013-12-25T02:45:08-07:00
Forum: Bugs
Topic: Coalesce introduces random background colors
Replies: 1
Views: 3982

Coalesce introduces random background colors

I am trying to run coalesce on this image (animated gif with transparent background): http://i.imgur.com/xZ27hT5.gif If I run the following command: convert beaver.gif -coalesce temporary.gif The result is that that parts of the frames are filled up with a random background color: http://i.imgur.com...
by abxccd
2013-12-25T01:23:00-07:00
Forum: Users
Topic: Resizing an animated gif causes frames to gain background
Replies: 3
Views: 3580

Re: Resizing an animated gif causes frames to gain backgroun

Is there anyway to do this when using coalesce as well?

I tried the following, but the problem still exists.

Code: Select all

convert beaver.gif -coalesce -background none temporary.gif
convert -size 80x168 temporary.gif -resize 40x40  -background none smaller.gif
by abxccd
2013-12-24T23:04:04-07:00
Forum: Users
Topic: Resizing an animated gif causes frames to gain background
Replies: 3
Views: 3580

Resizing an animated gif causes frames to gain background

I am trying to resize this animated GIF: http://i.imgur.com/xZ27hT5.gif First I run coalesce: convert beaver.gif -coalesce temporary.gif This results in: http://i.imgur.com/qnY5gZd.gif Then I resize: convert -size 80x168 temporary.gif -resize 40x40 smaller.gif Which results in: http://i.imgur.com/pB...
by abxccd
2012-04-10T22:11:57-07:00
Forum: Developers
Topic: Missing libraries when building from source
Replies: 0
Views: 3463

Missing libraries when building from source

Hi! I am trying to compile MagickWandForPHP 1.0.9 on windows. I have already gotten the PHP side sorted, so that's all good. However, there seems to be some required libraries from ImageMagick that are missing. I have successfully built 6.7.6-5 using Visual Studio 2010 with these directions ( http:/...