Page 1 of 1

Install ImageMagick 7.x on Ubuntu 16.04

Posted: 2018-03-04T02:52:28-07:00
by LittleKI
Hi,

because of a Bug in IM 6.x (viewtopic.php?f=3&t=33455) i tried to install IM 7.x on my Ubuntu 16.04. That worked good, but i can't decode my PDF because of missing Delegates (PNG). I searched on the Web and found some Pages. I have to compile IM with the Option '--with-png'. But when i try this compile failed. There is no such Option. ./configure --help brings my an Option --without-png. But this is still what i have. Is there an Option to compile IM with ALL Delegates so that i can decode ALL supported Formats without the need to recompile the program?

Or is there an other solution on Ubuntu? Installing the Delegates with apt-get?

Re: Install ImageMagick 7.x on Ubuntu 16.04

Posted: 2018-03-04T09:26:24-07:00
by snibgo
Is Ghostscript installed on your system? If not, then that is probably the problem.

Re: Install ImageMagick 7.x on Ubuntu 16.04

Posted: 2018-03-04T09:34:36-07:00
by LittleKI
Yes, Ghostscript is installed. Version 9.18.

Re: Install ImageMagick 7.x on Ubuntu 16.04

Posted: 2018-03-04T09:57:02-07:00
by snibgo
What does config.log say about Ghostscript and gslib?

"./configure --help" will show the available options. You might try a build "--with-gslib".