Page 1 of 1

convert: unrecognized option `-morphology'

Posted: 2013-08-29T22:49:19-07:00
by agriz
Is there any relative option available on ImageMagick 6.5.4-7 2012-05-07 Q16 for `-morphology'
my yum repo does not have update for newer version of imagemagick.

Re: convert: unrecognized option `-morphology'

Posted: 2013-08-29T23:17:01-07:00
by GreenKoopa
The changelog says that version is over four years old.

Re: convert: unrecognized option `-morphology'

Posted: 2013-08-29T23:25:38-07:00
by agriz
if i remove the yum version of imagemagick, how do i install Imagemagick with all dependencies in the same path?
my convert path is /usr/bin/convert

Re: convert: unrecognized option `-morphology'

Posted: 2013-08-29T23:31:37-07:00
by fmw42
agriz wrote:Is there any relative option available on ImageMagick 6.5.4-7 2012-05-07 Q16 for `-morphology'
my yum repo does not have update for newer version of imagemagick.
IM 6.5.4.7 only had limited -morphology functions. search the changelog for morphology. see http://www.imagemagick.org/script/changelog.php

Re: convert: unrecognized option `-morphology'

Posted: 2013-08-29T23:33:31-07:00
by fmw42
agriz wrote:if i remove the yum version of imagemagick, how do i install Imagemagick with all dependencies in the same path?
my convert path is /usr/bin/convert
Without a RPM, that is a hard task. You have to install each delegate library and be sure that it installed, since many delegates need dependencies that have to be installed first. Once you have all delegates installed, then you can install IM from source. See

http://www.imagemagick.org/script/binary-releases.php
http://www.imagemagick.org/script/insta ... e.php#unix
http://www.imagemagick.org/script/advan ... lation.php

Re: convert: unrecognized option `-morphology'

Posted: 2013-08-29T23:57:10-07:00
by agriz
fmw42 wrote:
agriz wrote:if i remove the yum version of imagemagick, how do i install Imagemagick with all dependencies in the same path?
my convert path is /usr/bin/convert
Without a RPM, that is a hard task. You have to install each delegate library and be sure that it installed, since many delegates need dependencies that have to be installed first. Once you have all delegates installed, then you can install IM from source. See

http://www.imagemagick.org/script/binary-releases.php
http://www.imagemagick.org/script/insta ... e.php#unix
http://www.imagemagick.org/script/advan ... lation.php
Can you name the dependencies? Or have you written any tutorial on your site about installing ImageMagick?

Re: convert: unrecognized option `-morphology'

Posted: 2013-08-30T06:54:29-07:00
by agriz

Code: Select all

rpmbuild --rebuild --target x86_64 (http://www.imagemagick.org/download/linux/CentOS/x86_64/)ImageMagick-6.8.6-9.x86_64.rpm

Code: Select all

rpm -ivh ImageMagick-6.8.6-9.x86_64.rpm
will it work?

Re: convert: unrecognized option `-morphology'

Posted: 2013-08-30T10:27:22-07:00
by fmw42
I use a Mac and install all the delegates I need using MacPorts, then install IM from source. So I do not know much about Linux.

Re: convert: unrecognized option `-morphology'

Posted: 2013-09-29T19:19:15-07:00
by anthony
I found the easiest way is to install the normal ImageMagick-develop RPM, then remove it.
That will get you most if the dependancys you need to build your own RPM.

See Build RPM notes in
http://www.imagemagick.org/Usage/api/#rpms