Search found 1 match

by dimplepanchal
2011-08-09T04:14:57-07:00
Forum: Developers
Topic: Shephard Distortion in IPhone
Replies: 1
Views: 4260

Shephard Distortion in IPhone

Hello, This is my code, const double ctrlPts[8] = {125,200 ,150,150, 255,150, 150, 150}; const size_t q = 8; MagickDistortImage(magick_wand, ShepardsDistortion , q, ctrlPts, MagickFalse); I want to move selected point on the image, but this code is moving entire image. Can anyone help me.. Please ...