Shephard Distortion in IPhone
Posted: 2011-08-09T04:14:57-07:00
Hello,
This is my code,
I want to move selected point on the image, but this code is moving entire image. Can anyone help me..
Please reply fast.
This is my code,
Code: Select all
const double ctrlPts[8] = {125,200 ,150,150, 255,150, 150, 150};
const size_t q = 8;
MagickDistortImage(magick_wand, ShepardsDistortion , q, ctrlPts, MagickFalse);
Please reply fast.