Dear Maintainer,
I have developed a program that uses graphicsmagick c++ libraries that
was working perfectly on Raspbian Jessie but now in Rasbian Strecht is
not working anymore.
When I try to open an animated GIF file it raises the following runtime error:
Trouble loading /home/pi/matrix/imagenes/animation.gif (Magick: No
decode delegate for this image format () reported by
magick/constitute.c:1529 (ReadImage))
If opening a JPG file, it raises the following runtime error:
Trouble loading /home/pi/matrix/imagenes/P7190024.JPG (Magick: Unable
to open file (/home/pi/matrix/imagenes/P7190024.JPG) reported by
magick/blob.c:2834 (OpenBlob))
Both images were correctly read on Rasbian Jessie.