XF 1.4 Avatar animate doesn't work

Allan

Well-known member
ImageMagick is installed on my server, but when i upload an avatar animate, there are a problem:

Library ImageMagick - Extension PECL selected in Option XenForo.

avatar.gif

avatar2.gif
 
With the broken image like that, it would imply that your ImageMagick extension isn't actually working correctly. Perhaps it is linked against an invalid imagick library or you're just running into a bug with it.
 
With the broken image like that, it would imply that your ImageMagick extension isn't actually working correctly. Perhaps it is linked against an invalid imagick library or you're just running into a bug with it.
I did test the extension Image Magick, and it looks ok

Version actually: 6.5.4-7 2014-02-10 Q16

Other idea ?
 
If you switch back to GD does that image work? If so, that would point to a direct problem with ImageMagick (the library) or Imagick (the PHP extension). You may want to try different image formats; you may find that it's specific to one image format, which may point to a broken library somewhere.
 
Top Bottom