piclens2.jpgPiclens is a new plug-in for your Firefox Internet browser that lets you launch into a full-screen into a slideshow while browsing photos.

After you download PicLens, here’s how it works.

First, let’s say you want to look at all the pictures on Flickr taken by your friend while she traveled New Zealand.

You can then see a slideshow of them on your desktop by clicking on PicLens’ icon within any of the images on her album (you have to mouse over the image to see the icon, as shown below). Once you click, your screen changes into a full-screen slide show.

newzealand.jpgThe image you clicked on blows up to fill your screen, and a strip of thumbnails below shows the other images next in line. You click on a play button, and PicLens scrolls through each of the pictures — blowing each image up to their full size on your screen. It does the same for images on Google and Yahoo, and Facebook photo album images. It will do this for any site that supports the Media RSS format.

piclens-example.jpg
.

Media RSS is a format created by Yahoo, but which is now an open standard and free for others to use. Web site owners can make their sites compatible with PicLens by pasting some code within their site, which specifies the content displayed. Emily’s Photo Site is an example site that supports Media RSS. See the code below for what this looks like.

Search for “flowers” on Google images, for example, and you can then see a slideshow of Google’s entire inventory of flower images by clicking on PicLens’ icon within any of the images.

To our knowledge this isn’t offered by anyone else. Slide and Rockyou offer slideshows, but to view them you have to store images on their site, or have them embedded in a widget. PicLens brings the experience to your desktop.

The company doesn’t have any plans to monetize this yet. They want to distribute the product and worry about that later.
There’s a raunchier use for this, of course: Use PicLens while searching Google images for “Alessandra,” or any other female name for that matter, and you’ll quickly grasp how a good portion of Piclens’ users are likely to use this product. Let your mind wander from there. Even then, we’re not certain how money is to be made.

It is the latest product offered by Cooliris, a Palo Alto start-up launched last year. Piclens was first released last year for Safari browsers only.

Here is the RSS Media code:

1. Create a Media RSS feed with items for each of your photos:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0" xmlns:media="http://
search.yahoo.com/mrss"
>
<channel>

<title>Emily's Photo Site</title>
<link>http://www.emilysphotosite.com/</link>
<description>Photos from my trip to Africa.</ description>
<item>

<title>Giraffes</title>

<link>http://www.emilysphotosite.com/images/0.jpg</
link>
<media:thumbnail url="thumbs/0.jpg" />
<media:content url="images/0.jpg" type="image/ jpeg" />

</item>
. . .

</channel>
</rss>

2. Add the Media RSS feed to your web page:

<link rel="alternate" href="photos.xml" type="application/rss+xml"
title="PicLens RSS" />

3. PicLens automatically enables the launch icon on image links with the same URL as an item in the RSS feed:

<a href="images/0.jpg"><img
class="photo" src="thumbs/0.jpg"></a>

Tags: ,
Trackback URL

One Trackback

  1. VentureBeat » Cooliris introduces easier browsing with “previews” and “stacks” said:

    [...] is the Palo Alto company that released the PicLens feature for full-screen image viewing, something we first wrote about two weeks ago. It has no venture [...]

5 Comments

  1. June 14th, 2007
    3:48 am

    David Bradley said:

    Fantastic find, much, much better than any other slideshow approach I’ve seen recently

    db

  2. June 14th, 2007
    9:45 am

    bart said:

    hi matt, when I go to the web site, I only see a version for Safari 2.0 (doesn’t seem to work on Safari 3 beta). where can we find the Firefox version?

  3. June 14th, 2007
    9:53 am

    bart said:

    Figured it out. The Firefox version is Windows only. For Mac users, there’s the Safari version, but that doesn’t work on Safari 3 beta.

  4. June 14th, 2007
    10:58 am

    hunjieman said:

    Excellent application. Hi def ad supported model would a great opportunity.

  5. June 18th, 2007
    2:06 am

    tom chisholm said:

    i installed piclens for firefox but keeps crashing my computer any idea,s

Add a Comment