> Given a set of three points in a bitmap, I want to select the pixels > under these three points, and then move the three points, and make the > pixels warp with. > > I.e., I want to move a triangle out of an image, allowing for > distortion, scaling, etc with some form of good interpolation.
This is actually not very easy to do, at least not with IM. You could use IM to read/write image files, but would have to write the warping logic yourself. GNS _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
