#879808 ibgraphicsmagick++1-dev not working as expected on Raspbian Strecht

Package:
libgraphicsmagick++1-dev
Source:
graphicsmagick
Description:
format-independent image processing - C++ development files
Submitter:
Vicente Uchán Sancho
Date:
2017-10-26 08:21:05 UTC
Severity:
normal
#879808#5
Date:
2017-10-26 08:17:01 UTC
From:
To:
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.