VintaSoft Twain .NET SDK Discussions

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

Board index < VintaSoft Twain < VintaSoft Twain .NET SDK Discussions

We are migrating to new forums engine, no new registration or posting currently available. TIA for your patience.

configuration for smaller TIFFs



configuration for smaller TIFFs

Post by quicoli »

Friends,

what configuration properties do you suggest for generating small size TIFF files?
change resolution to 200dpi?

I would like to optimize the generated file size for black-white, gray scale and color images...

what do you suggest?

thanks!


Re: configuration for smaller TIFFs

Post by Alex »

Hello Paulo,

CCITT4 compression can be used for the best compression of black-white images.

LZW compression can be used for the good lossless compression of gray or color images.
ZIP compression can be used for the best lossless compression of gray or color images.
JPEG compression can be used for the best lossy compression of gray or color images.

VintaSoftTwain.NET SDK automatically detects the best compression for TIFF image if you will set value of the Device.AcquiredImages.TiffCompression property to TiffCompression.Auto (default value).

Best regards, Alexander


Page 1 from 1: 1