Subject: | Compiling on ImageMagick 6.7.1 patch |
I tried to install Image::Magick with ImageMagick 6.7.1 and got into some compilation problems.
to fix those, I added the following #defined-s to Magick.xs:
#define GetMagickOptions GetCommandOptions
#define ParseMagickOption ParseCommandOption
#define MagickOption CommandOption
#define MagickOptionToMnemonic CommandOptionToMnemonic
Apparently these functions were deprecated, and replaced.
also, FormatMagickString is marked deprecated, (only a warning at this time) but could not find
the replacement.
Thanks you.