Suba Ganesh
Suba Ganesh

Reputation: 11

Cropping a Image Using C#

I want to crop a tiff image. The tiff image which contains certain fields. i want to crop a particular area in the tiff image which the image size varies but i want to crop the particular area.

Upvotes: 0

Views: 1141

Answers (1)

dariol
dariol

Reputation: 1979

Look here:

How to open a multi-frame TIFF imageformat image in .NET 2.0?

Now without any problems you should do this :)

How to crop image itself you can find here:

http://weblogs.asp.net/gunnarpeipman/archive/2010/10/15/asp-net-mvc-3-beta-simple-image-manipulations-using-webimage-helper.aspx

Just download WebImage helper class read about it (how to do) and use it.

Upvotes: 2

Related Questions