I\'m looking for an image editor that I can embed easily into an ASP.NET website. I need to be able to draw rectangles, lines and add some text. Additionally, images must not be
if (sense == 1) //Rotate 90 to right { img.RotateFlip(RotateFlipType.Rotate270FlipXY); }