vt_steve_01
New member
Hello all. I have a little problem that I need some help with. Heres a little background info on the project Im working on. Our users fax documents all over the place. When the scan the documents, a digital copy is sent to our server. We then have an OCR engine that reads it and inserts it into a document manager database.
Well the documents come in with a 204x98 resolution. The OCR doesnt like this resolution. It needs it to be around 200x200. Ive been assigned to write a small app that will change the images resolutions.
There, in lies the issue. How do I go about doing this? Ive played around with GDI and other controls (i.e. Kodak Image Edit Control). I can easily GET the resolutions, but I cannot SET them because the are READ ONLY.
Can anyone shed some light on this for me? Is there a good control or any good examples that you could point me to? Thanks in advance!
Well the documents come in with a 204x98 resolution. The OCR doesnt like this resolution. It needs it to be around 200x200. Ive been assigned to write a small app that will change the images resolutions.
There, in lies the issue. How do I go about doing this? Ive played around with GDI and other controls (i.e. Kodak Image Edit Control). I can easily GET the resolutions, but I cannot SET them because the are READ ONLY.
Can anyone shed some light on this for me? Is there a good control or any good examples that you could point me to? Thanks in advance!