Search found 1 match

by denishowe
2014-07-27T01:44:10-07:00
Forum: PerlMagick
Topic: installing imagemagick in stawberry win7 64bit
Replies: 2
Views: 14370

Re: installing imagemagick in stawberry win7 64bit

I fixed Makefile.PL as suggested but I couldn't find a Magick.xs that would compile so I just commented out the case referring to RadialBlurImageChannel:

/*DBH
case 82: /* RadialBlur
. . .
image=RadialBlurImageChannel(image,channel,geometry_info.rho,
DBH*/
case 83: /* Thumbnail */

and it ...