PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
i actually expect IM to interpolate the source pixels and calculate the target pixels.
But I can't get it running. I always get raw source pixels duplicated.
What i tried:
Patching IM for Distort to accept the arguments "interpolate", "filter" and "blur" and setting them. Didn't work.
Trying to do $image->Set("option", "distort:scale=3") which I found browsing the source code. Didn't work either.
generated a slightly blurred image as ALL the pixels are shifted diagonally half a pixel, and the colors interpolated produces some averaging of the colors.