Search found 6 matches

by xgecko
Sun Oct 17, 2021 12:37 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: How to release the Image File after loading Image
Replies: 2
Views: 2843

Re: How to release the Image File after loading Image

I figured out a way to deal with this. I now clone the image and assign the clone to the control, then dispose of the original image, and that seems to work.
by xgecko
Sat Oct 16, 2021 11:44 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: How to release the Image File after loading Image
Replies: 2
Views: 2843

How to release the Image File after loading Image

Figured out how to release the file by cloning the image.
by xgecko
Thu Sep 24, 2020 12:59 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Simple way to change Image Resolution before saving
Replies: 2
Views: 1899

Re: Simple way to change Image Resolution before saving

And of course moments after posting this... I discovered the Resize method. If that is the answer, then I have what I need. If not, then I still need a good answer.
by xgecko
Thu Sep 24, 2020 12:57 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Simple way to change Image Resolution before saving
Replies: 2
Views: 1899

Simple way to change Image Resolution before saving

I looked over the documentation and cannot see how to change the Image Resolution easily. All I need to do is resize the image based on the new Resolution prior to saving. Can someone please point me to the proper documentation, or better yet, give me a quick example of how I might do this? I am usi...
by xgecko
Wed Sep 11, 2019 6:57 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: How to transfer directly to WpfImageViewer
Replies: 3
Views: 10671

Re: How to transfer directly to WpfImageViewer

I am working with the WPF library... so I do not think what you said applies to my project. I also found that I cannot instantiate a BitMapSource object for some reason, all I can do is a System.Windows.Media.Imaging.BitMapImage object which is derived from the BitMapImageSource. And the WPFImageVie...
by xgecko
Mon Sep 09, 2019 11:48 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: How to transfer directly to WpfImageViewer
Replies: 3
Views: 10671

How to transfer directly to WpfImageViewer

Hello, I want to transfer the raw scan bitmap to the WpfImageViewer control. The only way I have found is to save the AcquiredImage to a file and then load from the file, but this is a real kludge. Is there a means by which I can directly transfer the image to the WpfImageViewer control? Please advi...