Search found 5 matches

by Thomas
Tue Mar 09, 2010 9:56 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: get a reference to the thumbnail image
Replies: 7
Views: 11315

Re: get a reference to the thumbnail image

Hello Alexander,

thanks for adding this functionality. Until 4.1 I will do a workaround and generate a second thumbnail while adding an image.
Regards
Thomas
by Thomas
Fri Feb 26, 2010 7:29 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: get a reference to the thumbnail image
Replies: 7
Views: 11315

Re: get a reference to the thumbnail image

Hello Alexander, no, this will not help me. This event is only fired when the image is 'in view'. What I want to do: - Load some images into the thumbnailviewer - Let the user do some work with the images (change the order, select and unselect ...) - Next step: show a preview of the result. Here I w...
by Thomas
Fri Feb 19, 2010 12:30 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: get a reference to the thumbnail image
Replies: 7
Views: 11315

Re: get a reference to the thumbnail image

Hello Alex,

do you need more info?

Regards Thomas
by Thomas
Wed Feb 17, 2010 8:43 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: get a reference to the thumbnail image
Replies: 7
Views: 11315

Re: get a reference to the thumbnail image

With the help of the thumbnailviewer we edit and arrange some (or more ;) )images. In parallel we generate a preview for the resulting output. In this preview we want to use the already generated thumbnail (to save some time, because this process was time critical). So I will give a handle to the im...
by Thomas
Wed Feb 17, 2010 12:43 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: get a reference to the thumbnail image
Replies: 7
Views: 11315

get a reference to the thumbnail image

I'd like to get the already generated data for the thumbnail image in the thumbnailviewer. With GetThumbnailImage the viewer is generating a new on. How I can get this reference? (On the event ThumbnailPainting there is e.Thumbnail ... this is what i want to have, but directly from imagecollection) ...