Search found 3 matches

by DomiMedical
Wed Jul 12, 2023 10:46 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Get image from .NEF file
Replies: 1
Views: 1413

Get image from .NEF file

Hello everyone. I have some .NEF files and need to extract their image and save it as a .jpeg. I found that in the Imaging.RawCodec dll there is a class NefPage, and in fact it contains the GetImage method that I need. The only issue is I can't see a constructor or a static/Shared method I can use t...
by DomiMedical
Mon Apr 24, 2023 4:44 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Exception in AnnotationViewer constructor
Replies: 2
Views: 6743

Re: Exception in AnnotationViewer constructor

Thank you Alexander, it was a licensing problem after all. However, the useful info was not in the inner exception, it was in the inner exception's inner exception (for some reason).
by DomiMedical
Mon Apr 24, 2023 12:30 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Exception in AnnotationViewer constructor
Replies: 2
Views: 6743

Exception in AnnotationViewer constructor

Hello, I'm having a peculiar problem. I haven't gotten far yet, I've only tried putting an (Vintasoft.Imaging.Annotation.UI.)AnnotationViewer in a form, and just having a filepath property that on Set sets the image to be shown in the AnnotationViewer to the corresponding image from the path. Howeve...