Search found 7 matches

by js95007
Fri Feb 03, 2012 10:52 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Reading Exif/GPS data from loaded image
Replies: 24
Views: 42101

Re: Reading Exif/GPS data from loaded image

Fair enough, I think I've * it anyway :D
Thanks again for all your help
by js95007
Fri Feb 03, 2012 7:57 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Reading Exif/GPS data from loaded image
Replies: 24
Views: 42101

Re: Reading Exif/GPS data from loaded image

Hey Alex, thanks for that latest code, however for my purposes it needs to be in a Windows Form Application. The previous code worked well in that sense, so all I need is a way to extract the longitude and latitude themselves and display in a textbox, much like what communi needed on Page 1 of this ...
by js95007
Wed Feb 01, 2012 2:11 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Reading Exif/GPS data from loaded image
Replies: 24
Views: 42101

Re: Reading Exif/GPS data from loaded image

Thanks works much better :D
However is there any way to make this into readable, standard GPS long/lat format? Currently if I copy everything into Microsoft Word, there are 12 pages of assorted statements and numbers.
Thanks
by js95007
Wed Feb 01, 2012 12:51 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Reading Exif/GPS data from loaded image
Replies: 24
Views: 42101

Re: Reading Exif/GPS data from loaded image

Hey I have downloaded the SDK, referenced the Vintasoft.Imaging.dll into Visual Basic, however: The line code]Using jpegStream As FileStream = New FileStream("..\..\geotag005.jpg", FileMode.Open, FileAccess.Read)[[/code] Shows up as an error, being undefined, with the option to add "I...
by js95007
Wed Feb 01, 2012 11:47 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Reading Exif/GPS data from loaded image
Replies: 24
Views: 42101

Re: Reading Exif/GPS data from loaded image

Where would I be able to download that from
by js95007
Wed Feb 01, 2012 11:32 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Reading Exif/GPS data from loaded image
Replies: 24
Views: 42101

Re: Reading Exif/GPS data from loaded image

Thanks for that, however I included: Imports Vintasoft.Imaging Imports Vintasoft.Imaging.Codecs.Jpeg Imports Vintasoft.Imaging.Codecs.Tiff though all three come up with warnings, "Namespace or type specified in the Imports 'Vintasoft.Imaging.Codecs.Tiff' doesn't contain any public member or can...
by js95007
Wed Feb 01, 2012 10:08 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Reading Exif/GPS data from loaded image
Replies: 24
Views: 42101

Re: Reading Exif/GPS data from loaded image

Hey guys don't know if this post is still active, but still worth a shot I have tried to use the latest code Alex gave, but ended up with three errors. These probably where trivial errors on my part (I'm something of a novice ;) ) but I haven't been able to solve it, so here goes: Using jpeg As Jpeg...