Page 7 of 7

Re: BiCubic Interpolation does not match any known filter!

Posted: 2012-06-11T16:03:08-07:00
by anthony
NicolasRobidoux wrote:MagickCore/option.c:1095:19: error: 'Average9InterpolatePixel' undeclared here (not in a function)
MagickCore/option.c:1096:20: error: 'Average16InterpolatePixel' undeclared here (not in a function)
MagickCore/option.c:1097:21: error: 'BackgroundInterpolatePixel' undeclared here (not in a function)
MagickCore/option.c:1099:16: error: 'BlendInterpolatePixel' undeclared here (not in a function)
MagickCore/option.c:1100:17: error: 'CatromInterpolatePixel' undeclared here (not in a function)
MagickCore/option.c:1103:18: error: 'NearestInterpolatePixel' undeclared here (not in a function)
make[1]: *** [MagickCore/MagickCore_libMagickCore_la-option.lo] Error 1
My bad, must have forgotten to upload the pixel.h file with the extra interpolations.