The objective is to install ImageMagick 7 on Ubuntu 18.04 Linux.
Operating System and Software Versions
Operating System: - Ubuntu 18.04 Bionic Beaver Linux
Software: - ImageMagick 7.0.7-38 or higher
Requirements
Privileged access to your Ubuntu System as root or via sudo command is required.
Difficulty
EASY
Conventions
# - requires given linux commands to be executed with root privileges either directly as a root user or by use of sudo command
$ - given linux commands to be executed as a regular non-privileged user
Instructions
In this article we will be compiling and installing the latest ImageMagick 7 on Ubuntu 18.04 Linux from source code. Firstly, we will install all compilation dependencies, followed by ImageMagick's source code compilation and subsequent installation.
Lastly, we will perform a check to see whether ImageMagick was installed correctly.
For .heif or .heic files, more work is required. For example, compiling libheif from source first. See ImageMagick/ImageMagick issue 1534 on GitHub (I’m not allowed to post a link).
I may be getting old, but I had the Ubuntu package installed, and I also downloaded the tarball and it came with GNU autoconf, as in “./configure ; make ; make install” and neither has an ImageMagick binary that I can find. It used to come with one, is it now only a suite of libraries?
However, I could find imagemagick with the command of “$ identify -version” but could not found it by the command of “sudo-show-versions -p imagemagick”.
Can you tell us little bit more about what is the:
$ juputer notebook
supposed to be/do?
From what I understand there is a real possibility that there is nothing wrong with your Imagemagick installation but rather the input image you feed the ImageMagick with may be corrupted.
Have you tried the imagemagick’s mogrify tool to remove the invalid iCCP chunk from your input image. Example: