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.
Asked
Active
Viewed 1,123 times
0
-
1Please 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 Answers
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:
Just download WebImage helper class read about it (how to do) and use it.
-
-
I look that code, but i need to crop a tiff image but that code not seems like that.. so please – Suba Ganesh Mar 14 '11 at 07:50