Chris Bacon
Chris Bacon

Reputation: 1003

Crop & Edit Images in C#

I am looking to make a tool that allows me to basically edit images as you could in MS Paint. I can currently draw shapes and pens on my image but i don't know how to: - Crop - Save New Image with Bitmap - Zoom in & Out on Image - Stretch Image Out - Rotate the Image If anyone could help with any part of this question it would be most appreciated, and i have put this all in one question to stop me posting multiple similar questions.

Thanks in Advance

Upvotes: 1

Views: 1392

Answers (1)

Liviu Mandras
Liviu Mandras

Reputation: 6627

Here is a tutorial with all you need.

Rotation sample here.

If you use WPF check this out.

Upvotes: 1

Related Questions