Search found 2320 matches

by Alex
Wed Jul 31, 2013 1:26 pm
Forum: Announcements
Topic: Version 7.0 of VintaSoftBarcode.NET SDK has been released.
Replies: 10
Views: 9641

Version 7.0.12.1 of VintaSoftBarcode.NET SDK has been released.

Version 7.0.12.1 of VintaSoftBarcode.NET SDK has been released.

What's new in this version:
  • Improved reading of DataMatrix barcodes with non linear distortions of barcode matrix.
  • Fixed the bug in calculation of Reading Quality for Code39 barcodes.
by Alex
Fri Jul 26, 2013 2:44 pm
Forum: Announcements
Topic: Version 6.1 of VintaSoftImaging.NET SDK has been released.
Replies: 25
Views: 14642

Version 6.1.17.1 of VintaSoftImaging.NET SDK has been released.

Version 6.1.17.1 of VintaSoftImaging.NET SDK has been released. What's new in this version of VintaSoftPDF.NET Plug-in: Fixed the bug in algorithm that copies page from one PDF document to another. Fixed the bug in Predictor 4 (Paeth on all rows) filter Fixed the bug in rendering of TilingPattern.
by Alex
Tue Jul 23, 2013 11:48 am
Forum: Announcements
Topic: Version 6.1 of VintaSoftImaging.NET SDK has been released.
Replies: 25
Views: 14642

Version 6.1.16.1 of VintaSoftImaging.NET SDK has been released.

Version 6.1.16.1 of VintaSoftImaging.NET SDK has been released. What's new in this version of VintaSoftImaging.NET SDK: Fixed critical bug in JPEG encoder. Fixed not critical memory leak in ImageViewerBase class. Memory leak occurs after destroying of ImageViewer which was never visible. What's new ...
by Alex
Fri Jul 19, 2013 1:57 pm
Forum: Announcements
Topic: Version 7.0 of VintaSoftBarcode.NET SDK has been released.
Replies: 10
Views: 9641

Version 7.0.11.1 of VintaSoftBarcode.NET SDK has been released.

Version 7.0.11.1 of VintaSoftBarcode.NET SDK has been released.

What's new in this version:
  • In PdfImageViewer improved CCITT decoder, added support for CCITT3 2D compression.
by Alex
Thu Jul 18, 2013 1:11 pm
Forum: Announcements
Topic: Version 6.1 of VintaSoftImaging.NET SDK has been released.
Replies: 25
Views: 14642

Version 6.1.15.1 of VintaSoftImaging.NET SDK has been released.

Version 6.1.15.1 of VintaSoftImaging.NET SDK has been released. What's new in this version of VintaSoftPDF.NET Plug-in: Added the ability to decode image compressed with CCITT3 2D algorithm. Improved CCITT3 decoder. Added the ability to decode image in DeviceN color space with 2 and more channels. I...
by Alex
Fri Jun 28, 2013 11:13 am
Forum: Announcements
Topic: Version 7.0 of VintaSoftBarcode.NET SDK has been released.
Replies: 10
Views: 9641

Version 7.0.10.1 of VintaSoftBarcode.NET SDK has been released.

Version 7.0.10.1 of VintaSoftBarcode.NET SDK has been released.

What's new in this version:
  • Fixed a bug in barcode reader which can occur during recognition of Aztec, DataMatrix, MaxCode or PDF417 barcodes in multi-threading environment.
by Alex
Wed Jun 26, 2013 10:42 am
Forum: Announcements
Topic: Version 7.0 of VintaSoftBarcode.NET SDK has been released.
Replies: 10
Views: 9641

Version 7.0.9.1 of VintaSoftBarcode.NET SDK has been released.

Version 7.0.9.1 of VintaSoftBarcode.NET SDK has been released.

What's new in this version:
  • Fixed a minor issue in the search algorithm of barcodes.
by Alex
Fri Jun 07, 2013 1:26 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Usage of streams
Replies: 3
Views: 6072

Re: Usage of streams

Hello Tom, If you want to view and modify images from files in the ImageViewer, the best practice is 1. Open file in read-write mode and get reference to the image stream Dim fStream As FileStream = New FileStream("multipage.tif", FileMode.Open, FileAccess.ReadWrite) 2. Add image stream to...
by Alex
Thu Jun 06, 2013 9:55 am
Forum: Announcements
Topic: Version 7.0 of VintaSoftBarcode.NET SDK has been released.
Replies: 10
Views: 9641

Version 7.0.8.1 of VintaSoftBarcode.NET SDK has been released.

Version 7.0.8.1 of VintaSoftBarcode.NET SDK has been released.

What's new in this version:
  • Fixed a minor issue in the search algorithm of DataMatrix barcodes.
by Alex
Wed Jun 05, 2013 1:34 pm
Forum: Announcements
Topic: Version 6.1 of VintaSoftImaging.NET SDK has been released.
Replies: 25
Views: 14642

Version 6.1.14.5 of VintaSoftImaging.NET SDK has been released.

Version 6.1.14.5 of VintaSoftImaging.NET SDK has been released. What's new in this version of VintaSoftImaging.NET SDK: Added ability to render TIFF files with JPEG2000 compression. Improved the algorithm of JPEG decoder for better compatibility with Windows XP. Improved the image printing algorithm.