I have already installed ImageMagick on my server which is running centos 6.4
yum install ImageMagick
Version is very old : 6.5.4-7 2012-05-07 Q16
I discussed about this with ImageMagick's official forum. They told i am running older version of ImageMagick.
With yum, we generally don't need to worry about dependencies. I created few scripts which are using the ImageMagick's latest version. But my server is running the older version to support those scripts.
1) So, If i remove the yum version of ImageMagick, which dependencies should be installed before compiling ImageMagick? The scripts which are running properly shouldn't get affected by this update.
2) Right now, /usr/bin/convert is the path. How do i compile keeping the same path?
--prefix="/usr" (is it right?)
I don't have any test server. So, I need your help. I am windows(7) user!