How to install ImageMagick in centos 7

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
agriz
Posts: 237
Joined: 2011-10-01T02:21:30-07:00
Authentication code: 8675308

How to install ImageMagick in centos 7

Post by agriz »

I tried to install imagemagick.
The yum version is little old.

Code: Select all

rpm -Uvh ImageMagick-7.0.2-9.x86_64.rpm

error: Failed dependencies:
        ImageMagick-libs = 7.0.2-9 is needed by ImageMagick-7.0.2-9.x86_64
        libMagickCore-7.Q16HDRI.so.0()(64bit) is needed by ImageMagick-7.0.2-9.x86_64
        libMagickWand-7.Q16HDRI.so.0()(64bit) is needed by ImageMagick-7.0.2-9.x86_64
        libMagickWand-7.Q16HDRI.so.0(VERS_1.0)(64bit) is needed by ImageMagick-7.0.2-9.x86_64
        libfftw3.so.3()(64bit) is needed by ImageMagick-7.0.2-9.x86_64
        
rpm -Uvh ImageMagick-libs-7.0.2-9.x86_64.rpm       

error: Failed dependencies:
        libfftw3.so.3()(64bit) is needed by ImageMagick-libs-7.0.2-9.x86_64 

Post Reply