Reputation: 11
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
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:
Just download WebImage helper class read about it (how to do) and use it.
Upvotes: 2