Search found 2320 matches

by Alex
Wed Jun 20, 2012 3:31 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: New features request for version 6.0 of VintaSoftImaging.NET
Replies: 14
Views: 19639

Re: New features request for version 6.0 of VintaSoftImaging

Hello Nanno, I know that, but a group4 tiff doesn't allow me to use the transparent colour. So it would be usefull for me to supply the SDK with the colour I would like to be handled as beeing "transparant". I'm not sure I have understood you. Do you want to merge black-white images? Best ...
by Alex
Wed Jun 20, 2012 3:28 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: split pdf into images where barcode is found
Replies: 3
Views: 6690

Re: split pdf into images where barcode is found

This also possible. Here are steps you need to do: Render image of PDF page Read barcodes on the image, barcode has information about its position on the image - using this information you can determine regions for splitting the image For each region: create a clone of image, crop cloned image, save...
by Alex
Wed Jun 20, 2012 9:30 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: split pdf into images where barcode is found
Replies: 3
Views: 6690

Re: split pdf into images where barcode is found

Hello, I need more info: Do you want to read barcode from PDF document? Am I right? This is possible using VintaSoftBarcode.NET SDK. Do you want split PDF document to many PDF documents? Am I right? This is possible using VintaSoftImaging.NET SDK + VintaSoftPDF.NET Plug-in (Reader + Writer). Best re...
by Alex
Wed Jun 20, 2012 9:23 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: New features request for version 6.0 of VintaSoftImaging.NET
Replies: 14
Views: 19639

Re: New features request for version 6.0 of VintaSoftImaging

Hello Nanno,
Merge two images.
This functionality is already available in the current version of SDK.

You need use the OverlayCommand class with enabled transparency (the Transparency property of class).

Best regards, Alexander
by Alex
Sat Jun 09, 2012 2:51 pm
Forum: Announcements
Topic: Version 6.1 of VintaSoftBarcode.NET SDK has been released.
Replies: 9
Views: 11101

Version 6.1.4.1 of VintaSoftBarcode.NET SDK has been released.

Version 6.1.4.1 of VintaSoftBarcode.NET SDK has been released.

What's new in this version:
  • Added AnyCPU, x86 and x64 demo applications to distributive package of SDK.
by Alex
Thu Jun 07, 2012 3:46 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Color Dropout
Replies: 5
Views: 7318

Re: Color Dropout

Although I had to guess the Green value to be '1' as the CapType (0 for red and 2 for blue I think) for this capability is OneValue and I could not get all the valid values. Here is a list of available values for ICAP_FILTER capability: RED - 0 GREEN - 1 BLUE - 2 NONE - 3 WHITE - 4 CYAN - 5 MAGENTA...
by Alex
Thu Jun 07, 2012 1:09 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Color Dropout
Replies: 5
Views: 7318

Re: Color Dropout

Hello *, Here is the code for version 6.0. First, you need check that ICAP_FILTER capability is supported by your scanner: VSTwain1.Capability = (int)Vintasoft.Twain.DeviceCapability.IFilter; if (!VSTwain1.IsCapSupported()) throw new ApplicationException("ICAP_FILTER capability is not supported...
by Alex
Thu Jun 07, 2012 12:57 pm
Forum: Announcements
Topic: Version 5.1 of VintaSoftImaging.NET SDK has been released.
Replies: 4
Views: 5770

Version 5.1.0.5 of VintaSoftImaging.NET SDK has been released.

Version 5.1.0.5 of VintaSoftImaging.NET SDK has been released.

What's new in this version:
  • Added AnyCPU, x86 and x64 demo applications to distributive package of SDK
  • Fixed bug in TIFF decoder
  • Fixed bug in the DemosCommonCode project for VB.NET
by Alex
Tue Jun 05, 2012 11:35 am
Forum: Announcements
Topic: Version 6.1 of VintaSoftBarcode.NET SDK has been released.
Replies: 9
Views: 11101

Version 6.1.3.1 of VintaSoftBarcode.NET SDK has been released.

Version 6.1.3.1 of VintaSoftBarcode.NET SDK has been released.

What's new in this version:
  • Improved algorithm that detects region of barcode.
by Alex
Mon Jun 04, 2012 1:39 pm
Forum: Announcements
Topic: Version 8.1 of VintaSoftTwain.NET SDK has been released.
Replies: 5
Views: 6763

Version 8.1.2.1 of VintaSoftTwain.NET SDK has been released.

Version 8.1.2.1 of VintaSoftTwain.NET SDK has been released.

What's new in this version:
  • Improved work of SDK in multi-threading environment.