Quantcast
Channel: magick Discussions Rss Feed
Viewing all articles
Browse latest Browse all 3693

New Post: rotate top left

$
0
0
hi nukeation,
thanks for your reply,
I'm still unable to produce the desire result.
using distort produce funny image.
        var img150 = new MagickImage("J:/MyGit/Kaos.ImageParser/Kaos.ImageParser/samples/150100.png");
        img150.BackgroundColor = MagickColor.Transparent;
        img150.Distort(DistortMethod.ScaleRotateTranslate, (0 - (img150.Width / 2)), (0 - (img150.Height / 2)), 60);
        img150.Write("J:/MyGit/Kaos.ImageParser/Kaos.ImageParser/samples/collection-rotate.png");
Original Image
Image

Rotate Image
Image

Viewing all articles
Browse latest Browse all 3693

Trending Articles