hi nukeation,
thanks for your reply,
I'm still unable to produce the desire result.
using distort produce funny image.
![Image]()
Rotate Image
![Image]()
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
Rotate Image
