locked
Image Size RRS feed

  • Question

  •  

    Is it possible to restrict the "image size" returned for an Image Result Set to Large images only like you can with the UI?
    Saturday, December 6, 2008 7:54 PM

Answers

  • You can add the parameter filterui to the query string (like the UI does).

    For example adding to your query

     

    Code Snippet
    +filterui%3aimage-size:large

     

     

    will only select large images.

     

    You can get all the allowed values looking at the URL changes from the UI of live.com

     

    HTH

     

    --Alessandro

    Sunday, December 7, 2008 8:09 AM