Microsoft Research Community

Welcome to Microsoft Research Community Sign in | Join | Rules
in Search

Picasa ICE button

Last post 10-14-2008 2:04 PM by bryanr. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 10-11-2008 4:56 PM

    • ola
    • Not Ranked
    • Joined on 10-11-2008
    • Posts 1

    Picasa ICE button

    Hi,

    I'm trying to add a button to Picasa that sends the selected images to ICE that stitches them together (see: http://olalindberg.com/blog/2008/10/11/picasa-microsoft-ice-button/ for more info). It currently works but there are some possible improvements.

     I have the following questions:

    • Are there any register entries that I can use to point out the executable? Today I use the full path to the installation location which of course isn't very flexible.
    • Is there any way to pass a startup argument to ICE telling it what path to suggest when exporting the stitched image? 

     

    Thanks in advance!

    Filed under:
  • 10-14-2008 2:04 PM In reply to

    • bryanr
    • Top 10 Contributor
    • Joined on 10-10-2008
    • Redmond, WA, USA
    • Posts 40

    Re: Picasa ICE button

    Hi,

    You can obtain the directory of the ICE executable by looking at where our shell extension is installed. The application will be in the same directory. The shell extension registration is here:

    HKEY_CLASSES_ROOT\CLSID\{1AC77AE9-9EC6-405A-9F9B-C06AB3C10B71}\InprocServer32\(Default)

    The value here will typically be: C:\Program Files\Microsoft Research\Image Composite Editor\ShellExtension.dll

    The application is called "ICE.exe", so you can strip the "ShellExtension.dll" off the end and replace it with "ICE.exe" and you'll have the actual installed location of the application.

    There is currently no command line argument for specifying the default export directory, but this (along with other command-line options) is planned for a future release.

    Thanks,
    Bryan
    Image Composite Editor Team

Page 1 of 1 (2 items)