Page 1 of 1

Save As Tif Problem

Posted: Tue Mar 02, 2010 7:37 pm
by igorot
I'm having a problem saving a scanned grayscale image to tif. The whole image shows up as pure black (whole page is filled with black) while other formats (eg. jpg, png etc) shows up fine. I'm running the C# VS 2008 example without any modification.

Re: Save As Tif Problem

Posted: Wed Mar 03, 2010 10:30 am
by Alex
Hello,

Please send your image to support@vintasoft.com if possible.

Best regards, Alexander

Re: Save As Tif Problem

Posted: Thu Mar 04, 2010 12:02 am
by igorot
I'll send an email.

Anyway, is this the right way to scan a grayscal image? I'm not getting a good result with the following code pulled from the FAQ.

VSTwain1.OpenDataSource();
VSTwain1.PixelType = PixelType.Gray;;
VSTwain1.Acquire();