Search found 2316 matches

by Alex
Thu Nov 22, 2012 6:31 am
Forum: Hardware and Vendors Discussions
Topic: Konica Minolta scanners.
Replies: 0
Views: 20094

Konica Minolta scanners.

Here is a list of Konica Minolta devices tested with our products by us or our customers: Konica Minolta MS6000 MK2 We can recommend Konica Minolta devices for usage with our products. If you have tested other Konica Minolta device with our product and want to share your experience, please post it h...
by Alex
Mon Nov 19, 2012 1:59 pm
Forum: Announcements
Topic: Version 7.0 of VintaSoftBarcode.NET SDK has been released.
Replies: 10
Views: 9542

Version 7.0.2.1 of VintaSoftBarcode.NET SDK has been released.

Version 7.0.2.1 of VintaSoftBarcode.NET SDK has been released.

What's new in this version:
  • Fixed not critical bug in the writer algorithm of QR barcodes version 7 and higher. Now QR barcodes, generated by writer, are compatible with all known QR readers.
by Alex
Tue Nov 13, 2012 2:20 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: AcquiredImage.IsBlank -> meaning of noise parameter
Replies: 1
Views: 3097

Re: AcquiredImage.IsBlank -> meaning of noise parameter

Hello, AcquiredImage.IsBlank method can have 2 parameters: maxNoiseLevel - maximum possible value of noise in image, in percents. Optimal value is 0.01 (%). [out] currentNoiseLevel - current noise value in image, in percents. This parameter has correct value after execution of the method. Noise - pi...
by Alex
Fri Nov 09, 2012 3:20 pm
Forum: Announcements
Topic: Version 6.0 of VintaSoftImaging.NET SDK has been released.
Replies: 6
Views: 5755

Version 6.0.0.7 of VintaSoftImaging.NET SDK has been released.

Version 6.0.0.7 of VintaSoftImaging.NET SDK has been released. What's new in this version of VintaSoftImaging.NET SDK: Fixed bug in the DespeckleCommand. What's new in this version of VintaSoftAnnotation.NET Plug-in: Improved work of annotation viewer and annotated thumbnail viewer. What's new in th...
by Alex
Fri Nov 02, 2012 9:27 am
Forum: VintaSoft Twain ActiveX Discussions
Topic: SetupSource()
Replies: 1
Views: 18360

Re: SetupSource()

Hello, Driver of scanner can work in 2 ways: You open the Setup dialog, change the settings, close the Setup dialog - driver saves and uses these settings as default for current and all next scan sessions. You open the Setup dialog, change the settings, close the Setup dialog - driver uses settings ...
by Alex
Wed Oct 31, 2012 8:31 am
Forum: Announcements
Topic: Version 6.0 of VintaSoftImaging.NET SDK has been released.
Replies: 6
Views: 5755

Version 6.0.0.5 of VintaSoftImaging.NET SDK has been released.

Version 6.0.0.5 of VintaSoftImaging.NET SDK has been released. What's new in this version of VintaSoftImaging.NET SDK: Improved the loading algorithm of TIFF images with JPEG compression. Improved the loading algorithm of TIFF images with reverse bit order in an image data. Fixed bug in PNG encoder....
by Alex
Mon Oct 22, 2012 4:01 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Problem with Changing colors from TIff to PDF Image
Replies: 1
Views: 4680

Re: Problem with Changing colors from TIff to PDF Image

Hello Oliver,

Please upload your image to any of free file hosting server and send a link to uploaded file with description of the problem to support@vintasoft.com

Best regards, Alexander
by Alex
Fri Oct 19, 2012 2:21 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: AcquiredImage.DetectBorder does not remove border
Replies: 2
Views: 3789

Re: AcquiredImage.DetectBorder does not remove border

Hello Marti,

Please send your image with description of the problem to support@vintasoft.com if possible, we need to analyze your image.

Best regards, Alexander
by Alex
Thu Oct 18, 2012 4:37 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Acquire on a separate thread
Replies: 6
Views: 6896

Re: Acquire on a separate thread

Hello Eben, Sorry for a delay. How your second thread waits while the image acquisition is finished? Here is a snippet of correct code: [STAThread] static void Main(string[] args) { Thread thread1 = new Thread(AcquireImageFromDevice); thread1.Start(); while (thread1.IsAlive) { Thread.Sleep(10); } } ...
by Alex
Wed Oct 10, 2012 6:46 pm
Forum: Announcements
Topic: Version 6.0 of VintaSoftImaging.NET SDK has been released.
Replies: 6
Views: 5755

Version 6.0 of VintaSoftImaging.NET SDK has been released.

Version 6.0 of VintaSoftImaging.NET SDK has been released. What's new in this version of VintaSoftImaging.NET SDK: OCR .NET component created (see http://www.vintasoft.com/vsocr-dotnet-history.html ). Created the IVectorDecoder interface which allows to get an image with necessary rendering settings...