Search found 2 matches

by rsl922
Mon Jan 31, 2011 10:08 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Object is currently in use elsewhere
Replies: 2
Views: 9690

Re: Object is currently in use elsewhere

I learned that cleaning up images while loading (TiffViewerImages_ImageCollectionChanged) can be too slow, as the process of calling despeckle, deskew, and sharpen can cost 4-5 seconds, which adds up fast with enough images! So, I did this instead on ThumbnailViewer_Click. This way, the image would ...
by rsl922
Wed Dec 22, 2010 12:30 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Object is currently in use elsewhere
Replies: 2
Views: 9690

Object is currently in use elsewhere

This unhandled exception in the Imaging SDK code is a little frustrating, as it comes up randomly, and crashes my application. Like many people, I have a Thumbnail Viewer and an Image Viewer on my Winforms form. All of my images are in TIFF format. A context menu allows the user to "cleanup&quo...