Search found 5 matches

by martimanrique
Fri Oct 19, 2012 4:09 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: AcquiredImage.DetectBorder does not remove border
Replies: 2
Views: 3741

Re: AcquiredImage.DetectBorder does not remove border

Hello,

Thank you for the quick reply. I have sent you a test image.

Regards.
Martí.
by martimanrique
Fri Oct 19, 2012 2:01 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: AcquiredImage.DetectBorder does not remove border
Replies: 2
Views: 3741

AcquiredImage.DetectBorder does not remove border

Hello,

When I execute DetectBorder method with a gray image does not remove any black border. I would like to know what am I doing wrong please?

Best regards
Martí.
by martimanrique
Fri Sep 28, 2012 1:28 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Can not save a tiff file with JPEG compression
Replies: 5
Views: 5712

Re: Can not save a tiff file with JPEG compression

Hello again Alex,

We will buy the license as soon as this functionality is published. Can you drop me an email when you publish it please?

Thanks.
Marti.
by martimanrique
Wed Sep 26, 2012 12:04 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Can not save a tiff file with JPEG compression
Replies: 5
Views: 5712

Re: Can not save a tiff file with JPEG compression

Thanks Alex. We are currently evaluating your library so we will wait for the new release.

Regards.
Martí.
by martimanrique
Fri Sep 21, 2012 12:07 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Can not save a tiff file with JPEG compression
Replies: 5
Views: 5712

Can not save a tiff file with JPEG compression

Hello, I have tried to save an grayscale 8-bit image to a TIFF file using JPEG compression but the result file is in color and has 24-bit with no compression. This is my code in the ImageAcquired event: _device.AcquiredImages.TiffCompression = TiffCompression.JPEG _device.AcquiredImages.TiffMultiPag...