Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

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

Off-Topic discussions about science, technology, and non Debian specific topics.
Post Reply
Message
Author
soyxan
Posts: 1
Joined: 2017-10-25 14:05

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

#1 Post 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?

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

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

#2 Post 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.


Post Reply