How to clip a rectangle from a tiff?

Posted by TooFat on Stack Overflow See other posts from Stack Overflow or by TooFat
Published on 2010-03-08T22:24:28Z Indexed on 2010/03/17 12:11 UTC
Read the original article Hit count: 358

Filed under:
|
|

I have a Winforms Gui in C# that allows a user to draw a rectangle on a display of a tiff and save the position, height, width etc. Basically, what I want to do is take the saved position, height and width of the rectangle and clip that area into a sep. bitmap that can then be passed to sep. method that will just OCR the new clip of the bitmap only. What is the best way to do this?

© Stack Overflow or respective owner

Related posts about winforms

Related posts about c#