Doing Panoramas

Erica is kicking around the idea of making some money off of her fancy camera by doing some real estate shots, especially panoramas. We’ve been looking into it and it seems like something that we can do, leveraged by my own techno-dweeb background.

I created a little javascript program to display panoramas. This code is simple – about twenty lines of code – and works better than the stuff that you pay for. It will work on most browsers that support cascading style sheets, which is about 99%.

I went into the back yard and took 10 overlapping pictures. I then loaded them into a progam called iVista Panorama. It took about 15 minutes, but the progam did a nice job. I resized the image (it is still about 400k) and put it in a web page. You can see the watermark running along the center of the image left by the free version of the software.

You can see it at my www.paperthetown.com domain. It still has a loading problem and sometimes you have to press refresh to see the who image. I have to fix that.

3 Comments

  1. TH wrote:

    ur panorama jscript is really nice. but u should try to stop people making copy of it :)

    Monday, April 25, 2005 at 2:43 pm | Permalink
  2. Keith wrote:

    I don’t think that there is a good way to keep people from copying javascript code. The code is very simple, and I use a trick that other panorama programmers have missed. There is no way to hide it that I can think of.

    Monday, April 25, 2005 at 2:56 pm | Permalink
  3. TH wrote:

    :) yeah, i liked the way you have done it. the code is good. and i like it. if i ever use it, i will ask ur permission for sure.
    well, u r right, u cant hide js :)
    but i must say its an excellent work…not the ‘finished one’ but its coool…:)
    good luck man :)

    Monday, April 25, 2005 at 3:04 pm | Permalink