Search found 9 matches

by mbauxd
Wed Mar 29, 2017 3:49 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Merging Wang-annotated TIFF into jpeg
Replies: 12
Views: 10307

Re: Merging Wang-annotated TIFF into jpeg

Hi Alex,

thanks for looking into it. I appreciate the information.

Br,
Markus
by mbauxd
Tue Mar 28, 2017 3:42 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Merging Wang-annotated TIFF into jpeg
Replies: 12
Views: 10307

Re: Merging Wang-annotated TIFF into jpeg

Hi, I finally was able to create some sample files for you to examine. This is what the file should look like: https://1drv.ms/i/s!Ahl8_FdiQ6rKgr92cd6EBXBx7VnSqQ This is what the file actually looks like, opened with the Vintasoft annotation sample: https://1drv.ms/i/s!Ahl8_FdiQ6rKgr91wJwpFVLvfie7aQ...
by mbauxd
Wed Mar 22, 2017 2:56 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Merging Wang-annotated TIFF into jpeg
Replies: 12
Views: 10307

Re: Merging Wang-annotated TIFF into jpeg

Thats what I meant by preparing some sample files for you. As soon as I have them, I'll send them to you.
by mbauxd
Wed Mar 22, 2017 11:33 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Merging Wang-annotated TIFF into jpeg
Replies: 12
Views: 10307

Re: Merging Wang-annotated TIFF into jpeg

Small update, it will take another week for me to get you the samples, since I don't have the software needed yet, to create some sample files for you to use. Once I do, I will send them to you. Code wise, you can see the errors when opening the tiff in your own sample application, so I do not think...
by mbauxd
Wed Mar 15, 2017 3:53 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Merging Wang-annotated TIFF into jpeg
Replies: 12
Views: 10307

Re: Merging Wang-annotated TIFF into jpeg

I'll get some samples to you next week, when I have access to them again. Thanks for the response!
by mbauxd
Wed Mar 15, 2017 11:57 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Merging Wang-annotated TIFF into jpeg
Replies: 12
Views: 10307

Re: Merging Wang-annotated TIFF into jpeg

Sorry for reviving an old thread here, but there is another problem. When converting TIFF files to PNG, rectangle annotations work fine (color/alpha and shape) but line annotations are not interpreted correctly. In the original, the lines are transparent with rounded corners, but in the result PNG p...
by mbauxd
Fri Feb 26, 2016 5:29 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Merging Wang-annotated TIFF into jpeg
Replies: 12
Views: 10307

Re: Merging Wang-annotated TIFF into jpeg

Code: Select all

WpfAnnotationViewController wavc = new WpfAnnotationViewController(annoDataController);
wavc.BurnAnnotationCollectionOnImage(images[0]);
Nevermind, I got it using the above code. Thanks for the good support!
by mbauxd
Fri Feb 26, 2016 3:05 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Merging Wang-annotated TIFF into jpeg
Replies: 12
Views: 10307

Re: Merging Wang-annotated TIFF into jpeg

Wow, thanks for the quick response!

Is there a way to bake these into the image using the SDK? Right now, I can only see the annotations when I open the JPG with the supplied tool.

Br
by mbauxd
Fri Feb 26, 2016 1:31 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Merging Wang-annotated TIFF into jpeg
Replies: 12
Views: 10307

Merging Wang-annotated TIFF into jpeg

Hello people, I am currently evaluating the Imaging SDK for a project, and have encountered a problem. I load a Wang-annotated TIFF, which shows the annotations in the WPF demo just fine. And then I want to save it, baking in the annotations to the image. But when I open the saved jpg file, the anno...