Show Posts
|
|
Pages: [1] 2 3 4
|
|
1
|
Software Discussions / Bridge/ Camera Raw / Re: send photos via email from bridge cs5? help
|
on: November 01, 2010, 11:22:10 PM
|
thanks but this script is not comfortable, comfy i have to insert my isp email pop3 and smtp ,password , and overall the recipient email i guess a script that send selected image to mapimailer could be the best deal because mapimailer works with every email clients so i can use my email client and my address book thanks John giovanni
|
|
|
|
|
5
|
Software Discussions / iView MediaPro / is there a command line to run iview & load a catalog file?
|
on: September 24, 2010, 09:49:49 PM
|
|
Hi
i bought breeze downloader pro , and i can use the brose tool i mean i can add a program to load the new photo doanloaded
well i tried to add iview it works but iview start with a new catalog
i would like to after the download from the cf , load this photos to iview (in the catalog i use)
so is there a command line to run iview and load a catalog file?
the option at the startup load the last catalog doesn't work
thanks
giovanni
|
|
|
|
|
9
|
Software Discussions / iView MediaPro / Re: help me to send a image to an external program
|
on: March 08, 2010, 08:31:24 AM
|
Giovanni,
I've just tried adding GeoSetter as a helper application within iView. When I right-click on an image and select Open With and then GeoSetter it works for me. GeoSetter will show all the images in the directory of the selected image. However it does focus on the selected image and it is highlighted with a blue border, as is the GeoSetter standard.
If you select multiple images - I tried just 2 - then it only highlights one of them. As it works by directory then it might not like it if you were to select images from multiple locations.
If you are intent on the script then the same limitations would probably also apply. You can see the GeoSetter options by typing, at the DOS prompt, "c:\program files\geosetter\geosetter" -h This will start GeoSetter and tell you that wrong parameters have been used and then show you what is available. However it does suggest that multiple files can be passed in, which doesn't seem to work. Any problems with this would need to be taken up on the GeoSetter forum.
Ian
well thank Ian but i have folders with tons of photos i did it with iview with the helper application and it works but geosetter read all the metadata of the all photos , and it slows a lot giovanni
|
|
|
|
|
10
|
Software Discussions / iView MediaPro / Re: help me to send a image to an external program
|
on: March 08, 2010, 08:27:34 AM
|
Assuming that's the correct command line yes. Often you need to leave a space.
Test command lines by creating a batch file - a Notepad file with a bat extension. You should be able to double click it to run it.
John
thanks John Const Title = "Geosetter" Const appEditor = "H:\geosetter\GeoSetter.exe" & "/show" Const maxcmd = 8192 does not work 
|
|
|
|
|
14
|
General / GPS/ Geotagging / Re: geosetter , streets in the location
|
on: February 07, 2010, 08:30:36 AM
|
Giovanni,
Please don't quote whole messages - it makes it difficult to follow, particularly when you reply more than once to the same message!
Sorry Ian well i know it's not a geosetter forum , so stop talking about geosetter is there a good alternative to geosetter? i mean another program to geotag my photos that uses google and not gonames?
|
|
|
|
|
15
|
General / GPS/ Geotagging / Re: geosetter , streets in the location
|
on: February 07, 2010, 12:52:29 AM
|
Giovanni,
Geosetter makes calls to geonames.org to get location details. IDimager makes calls to Google, which is why you have to enter your Google API key. If you get data from two different sources then expect there to be differences in the quality of it.
Geosetter relies on freely available data and volunteers to improve and create the location data. Google, being more commercial, buys this data, and has a lot, lot more of it. Of course Google will have data at street level. How else can it sell advertising for the businesses on those streets, or create directions for you to get there?
If you want Geosetter to use the Google data then raise this as a feature request on the Geosetter website.
Ian
Ian i gave a look to the idimager script GPSPanelMain.js and it uses googleDomain: 'http://maps.google.com', geonamesDomain: 'http://ws.geonames.org' and it uses ws.geonames.org too
|
|
|
|
|
|