New features request for version 6.0 of VintaSoftImaging.NET

Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.

Moderator: Alex

Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

Re: New features request for version 6.0 of VintaSoftImaging

Post by Alex »

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 regards, Alexander
NannoW
Posts: 6
Joined: Tue Jun 28, 2011 1:46 pm

Re: New features request for version 6.0 of VintaSoftImaging

Post by NannoW »

Yes and no.....

Currently I'm merging black and white images. But.....

I would like to be able to do the following.

I have an image which is black and white.
I have an image which has a red background, and black text.

I would like the sdk to merge the two images and tell the sdk which colour should be treated as transparent (as the origional image isn't transparent).
So the funciton call will become:

Call MergeImage(imageOneBlackAndWhite, ImageTwoRedBackgound, Red)
Function MergeImage(image1 as VintaImage, image2 as VintaImage, TransparentColour as system.drawing.Color) as VintaImage

I would like the sdk to filter out the red of the second image before merging....

I will pm you with the code I'm now using for black/white images. Maybee that will clear it up some more
MikeH2012
Posts: 11
Joined: Wed Feb 15, 2012 2:46 am

Re: New features request for version 6.0 of VintaSoftImaging

Post by MikeH2012 »

A function to compare the color space of two pictures and getting a value for probability back, about the chance they are identical.

Further more, general functions to determine if two photos are identical.
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

Re: New features request for version 6.0 of VintaSoftImaging

Post by Alex »

Hello Michael,
A function to compare the color space of two pictures and getting a value for probability back, about the chance they are identical.

Further more, general functions to determine if two photos are identical.
Do you need to compare images pixel-by-pixel or like the human visual system?

Best regards, Alexander
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

Re: New features request for version 6.0 of VintaSoftImaging

Post by Alex »

Hello,

Here is information about statuses of suggestions submitted in this topic:
I would like to render pdf documents containing forms
We plan this feature in version 7.1 of VintaSoftImaging.NET SDK.
Punch hole removal?
Done. This feature available in VintaSoftDocCleanup.NET Plug-in.
Merge two images.
Done. This feature available in VintaSoftImaging.NET SDK, you need to use the OverlayCommand class and specify transparent color with the TransparentColor property.
A function to compare the color space of two pictures and getting a value for probability back, about the chance they are identical.
Further more, general functions to determine if two photos are identical.
We plan this feature in version 7.1 of VintaSoftImaging.NET SDK.

Best regards, Alexander
Post Reply