Make 3D Photos

Just saw a very interesting article posted up on engagdet:

How-To Tuesday: Make 3D photos using just an normal Digital Camera and some freeware software.

The freeware software they make use of, Callipygian 3D Photo Editing Software is a .NET application. I’m seeing more and more applications make use of .NET, which is a good sign that there will be many developers who can shift over to the Managed API (aka WinFX) that is coming with Longhorn.

2 Responses to “Make 3D Photos”

  1. Chris Garty's Weblog Says:

    MDNUG: Melbourne MS Developer Group – Meeting Review – 24 August 2004

  2. Robert Says:

    I wrote “Callipygian 3D” and my “day job” is as a digital photography consultant for a major movie studio.

    I was a C++ applications programmer for many years, and absolutely love .NET and GDI+. It’s a very good platform for custom image
    maniuplation software. You have to be a bit careful managing the memory for Bitmaps (you need to call Dispose() on them
    explictly), but with a little effort it’s a very useful environment.