Save As Tif Problem

Questions, comments and suggestions concerning VintaSoft Twain .NET SDK.

Moderator: Alex

Post Reply
igorot
Posts: 5
Joined: Tue Mar 02, 2010 7:30 pm

Save As Tif Problem

Post 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.
Alex
Site Admin
Posts: 2307
Joined: Thu Jul 10, 2008 2:21 pm

Re: Save As Tif Problem

Post by Alex »

Hello,

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

Best regards, Alexander
igorot
Posts: 5
Joined: Tue Mar 02, 2010 7:30 pm

Re: Save As Tif Problem

Post 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();
Post Reply