Search found 12 matches

by communi
Mon Dec 17, 2012 2:35 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: VB.NET: Imageviewer Image from stream(from DB)
Replies: 1
Views: 5530

VB.NET: Imageviewer Image from stream(from DB)

Hello, I have a datagridview displaying in one of the columns images(from a database). Now I'm trying to display this image from the selected row in the ImageViewer component, but this doesn't work like with a normal picturebox :( With this code displaying the image in a normal picturebox works perf...
by communi
Thu Nov 10, 2011 10:41 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Reading Exif/GPS data from loaded image
Replies: 24
Views: 42075

Re: Reading Exif/GPS data from loaded image

Alex,
Thank You!!! :) Now it works fine with the latest version, great job!!!!!!
by communi
Thu Nov 10, 2011 10:38 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Reading Exif/GPS data from loaded image
Replies: 24
Views: 42075

Re: Reading Exif/GPS data from loaded image

Hi Alex, now it works great!! Thank you! I only have to find a way to convert the data values to a human readable format ;) Any ideas? :D But one question. The Name of the first data is "InteroperabilityIndex" but the correct name should be "GPSLatitudeRef", why the code doesn't ...
by communi
Wed Nov 09, 2011 1:44 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Reading Exif/GPS data from loaded image
Replies: 24
Views: 42075

Re: Reading Exif/GPS data from loaded image

Thanks, this works fine! But there is no "real" content, no real data displayed, only this: GPS data [7]: - Name=InteroperabilityIndex, Id=1, Type=Ascii, Data=N - Name=GPSLatitude, Id=2, Type=Rational, Data=Vintasoft.Imaging.Codecs.Tiff.Rational[] - Name=GPSLongitudeRef, Id=3, Type=Ascii, ...
by communi
Wed Nov 09, 2011 1:06 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Reading Exif/GPS data from loaded image
Replies: 24
Views: 42075

Re: Reading Exif/GPS data from loaded image

Hi Alex, I tried this code changed to WinForms code - but no luck. Instead of the GPS data in the Textbox is always only "- Vintasoft.Imaging.Codecs.Tiff.TiffTag" displayed( and the photo has GPS data). If I take a photo without geotags it recognises this correctly and displays "No GP...
by communi
Tue Nov 08, 2011 1:11 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Reading Exif/GPS data from loaded image
Replies: 24
Views: 42075

Reading Exif/GPS data from loaded image

Hi,

is there a piece of VB sample code how to read the in Exif data stored GPS data (Lat, Long, Alt etc.)of a jpg file which is currently displayed in ImageViewer and display the GPS data in a textbox etc.? The helpfile was not really helpful in this case.... ;)

Regards,
Communi
by communi
Tue Nov 08, 2011 12:27 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: New features request for version 5.0 of VintaSoftImaging.NET
Replies: 3
Views: 12459

Re: New features request for version 5.0 of VintaSoftImaging

The possibility to save the Thumbnailviewer including all displayed thumbnails as a new image would be great! :)
by communi
Sat Aug 13, 2011 3:54 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: VB.net sample code for DoDelete and DoSelectAll
Replies: 5
Views: 12099

Re: VB.net sample code for DoDelete and DoSelectAll

Hi Alex, I tried also ClearAndDisposeItems before I posted here, but no luck, all images are locked on the harddisk until I close the application :-( I read the documentation several times, thats how I found the DoDelete and DoSelectAll methods, but I need some short sample code for this, because th...
by communi
Fri Aug 12, 2011 4:55 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: VB.net sample code for DoDelete and DoSelectAll
Replies: 5
Views: 12099

Re: VB.net sample code for DoDelete and DoSelectAll

Hi Alex, thank you, but this does'nt work, I tried this already. The thumbnails are away from thumbnailviewer, but the files are still locked on harddisk and cannot be deleted :-( If I select all by pressing the shortcut and delete them by shortcut(pressing DEL) the files are no longer locked by the...
by communi
Wed Aug 10, 2011 11:03 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: VB.net sample code for DoDelete and DoSelectAll
Replies: 5
Views: 12099

VB.net sample code for DoDelete and DoSelectAll

Hi,
I found the simple sample in the helpfile but I think, I'm to stupid to use it ;-) I need a short sample code (VB.Net 2008) how I can select all thumbnails in ThumbnailViewer control and delete them (at first DoSelectAll, then DoDelete) by pressing a single button??

Thank you very much!!!!