Hello!
Is there MagickCore API available in distributed sources or packages? I've get linkage problems when I tried to compile MagickCore example code from http://www.imagemagick.org/script/magick-core.php...
Is MagickCore accessible?
Re: Is MagickCore accessible?
What sort of linkage problems are you getting?
Re: Is MagickCore accessible?
undefined reference to `MagickCoreGenesis'magick wrote:What sort of linkage problems are you getting?
undefined reference to `MagickCoreTerminus'
Re: Is MagickCore accessible?
You have an older version of ImageMagick, try InitializeMagick() and DestroyMagick() instead of MagickCoreGenesis() and MagickCoreTerminus() respectively.
Re: Is MagickCore accessible?
6.3.3 is so old? So... Is any other obsolete and replaced functions described in current documentation?
Re: Is MagickCore accessible?
InitializeMagick() and DestroyMagick() are not obsolete, they work as they always have. The web site always reflects the current version of ImageMagick which prefers MagickCoreGenesis() and MagickCoreTerminus().
Re: Is MagickCore accessible?
And how to update to "normal version" of ImageMagick?
(CentOS)
"yum update ImageMagick devel" tells that no updates available. =\
(CentOS)
"yum update ImageMagick devel" tells that no updates available. =\
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Is MagickCore accessible?
The CentOS (like RHEL) version 5, uses a VERY old version of imagemagick.
You may need to installed a personal version, or create a new RPM from sources.
RPM creation...
http://www.imagemagick.org/Usage/api/#building
Personal Version...
http://www.imagemagick.org/Usage/api/#personal
You may need to installed a personal version, or create a new RPM from sources.
RPM creation...
http://www.imagemagick.org/Usage/api/#building
Personal Version...
http://www.imagemagick.org/Usage/api/#personal
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/