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.
convert: unrecognized option `-morphology'
- GreenKoopa
- Posts: 457
- Joined: 2010-11-04T17:24:08-07:00
- Authentication code: 8675308
Re: convert: unrecognized option `-morphology'
The changelog says that version is over four years old.
Re: convert: unrecognized option `-morphology'
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
my convert path is /usr/bin/convert
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: convert: unrecognized option `-morphology'
IM 6.5.4.7 only had limited -morphology functions. search the changelog for morphology. see http://www.imagemagick.org/script/changelog.phpagriz 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.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: convert: unrecognized option `-morphology'
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. Seeagriz 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
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'
Can you name the dependencies? Or have you written any tutorial on your site about installing ImageMagick?fmw42 wrote: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. Seeagriz 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
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'
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
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: convert: unrecognized option `-morphology'
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.
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: convert: unrecognized option `-morphology'
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
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
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/