BiCubic Interpolation does not match any known filter!

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: BiCubic Interpolation does not match any known filter!

Post 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.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply