Page 1 of 1

libgraphicsmagick++1-dev not working as expected on Raspbian

Posted: 2017-10-25 14:07
by soyxan
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:

Code: Select all

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:

Code: Select all

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.

What can I do?

Re: libgraphicsmagick++1-dev not working as expected on Rasp

Posted: 2017-10-25 17:29
by debiman
you would probably get better expÄsure to your question on raspbian forums.
keep in mind that debian != raspbian.
i suggest moving this thread to offtopic.

Re: libgraphicsmagick++1-dev not working as expected on Rasp

Posted: 2017-10-25 17:33
by arochester