0

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.

j0k
  • 22,600
  • 28
  • 79
  • 90
  • 1
    Please post the code you have written so far. People generally do not like to just write your code for you. As it is, this is a work description, not a question. – Mitch Wheat Mar 14 '11 at 07:24
  • I'm confused by "i want to crop a particular area ... but i want to crop the particular area." Can you clarify? – Gabe Mar 14 '11 at 07:33
  • Eg: In that image there will be field Called "Name" . I want to crop that field only . How will we do this.? – Suba Ganesh Mar 14 '11 at 07:52

1 Answers1

2

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.

Community
  • 1
  • 1
dariol
  • 1,959
  • 17
  • 26