Search found 2320 matches

by Alex
Tue Feb 18, 2014 4:09 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: recommendation for optimized configuration
Replies: 1
Views: 2865

Re: recommendation for optimized configuration

Hello Paulo,

Please try to save grayscale image as PNG or TIFF file, I think you will get better compression results.

Best regards, Alexander
by Alex
Mon Feb 17, 2014 4:08 pm
Forum: Announcements
Topic: Version 7.1 of VintaSoftBarcode.NET SDK has been released.
Replies: 5
Views: 4641

Version 7.1.2.5 of VintaSoftBarcode.NET SDK has been released.

Version 7.1.2.5 of VintaSoftBarcode.NET SDK has been released.

What's new in this version:
  • Improved the reading algorithm of QR barcodes.
by Alex
Mon Feb 17, 2014 11:45 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: How to show the filename in the thumbnailviewer
Replies: 4
Views: 5192

Re: How to show the filename in the thumbnailviewer

Hello Heinz, Here is a code snippet which shows how to show text under each thumbnail: void MainWindow() { ... thumbnailViewer1.ThumbnailAdded += new EventHandler<ThumbnailImageItemEventArgs>(thumbnailViewer_ThumbnailAdded); ... } void thumbnailViewer_ThumbnailAdded(object sender, ThumbnailImageItem...
by Alex
Sun Feb 16, 2014 10:31 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: annotations tool strip
Replies: 1
Views: 3407

Re: annotations tool strip

Hello James, What functionality do you want to add to your application? AnnotationsToolStrip class is a tool strip and it allows to start building of annotation on the image. You can find source codes of AnnotationsToolStrip in our Annotation Demo and modify source codes if this is necessary. Best r...
by Alex
Fri Feb 14, 2014 4:24 pm
Forum: Announcements
Topic: Version 7.2 of VintaSoftImaging.NET SDK has been released.
Replies: 18
Views: 10610

Version 7.2.3.1 of VintaSoftImaging.NET SDK has been released.

Version 7.2.3.1 of VintaSoftImaging.NET SDK has been released. What's new in this version of VintaSoftImaging.NET SDK: Added the ability to save/load images in DIB format. Added new image processing command - HasCertainColorCommand, that checks whether an image contains a certain color. What's new i...
by Alex
Fri Feb 14, 2014 1:42 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: New to SDK
Replies: 1
Views: 2745

Re: New to SDK

Hello Chris,

VintaSoftTwain.NET SDK can work with any device which have TWAIN or WIA driver.

Best regards, Alexander
by Alex
Fri Feb 14, 2014 1:41 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Custom Capability
Replies: 1
Views: 2774

Re: Custom Capability

Hello Daniel, The DeviceCapability.SetValue() method retrieves value of capability (this is necessary for detecting the capability value type) and only when sets the capability value. We will improve our algorithm in near time and SDK will be able to set value of write only capability. Best regards,...
by Alex
Fri Feb 14, 2014 1:39 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Scanjet N9120 Cannot load/save settings anymore
Replies: 6
Views: 7039

Re: Scanjet N9120 Cannot load/save settings anymore

Hello, "Cannot get profile of device" means that SDK could not get profile from scanner. In your code I see that you are calling the Device.SaveSettings method when scan completed/failed/canceled. You can call the Device.SaveSettings method only when device is opened, i.e. Device.State = D...
by Alex
Fri Feb 14, 2014 1:36 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: configuration for smaller TIFFs
Replies: 1
Views: 2757

Re: configuration for smaller TIFFs

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 t...
by Alex
Wed Feb 12, 2014 2:15 pm
Forum: Announcements
Topic: Migration to the new hosting.
Replies: 0
Views: 14861

Migration to the new hosting.

Hello, We started planned migration to another hosting provider and you may have temporary problems accessing our web server from 9 to 12 February 2014. After the migration is complete we will be able to provide you faster and more reliable on-line service. TIA for your understanding and participati...