Wallpaper Generator

5 01 2008

Wallpaper Generator by Joris Kalz

Came across this fun little program. You point it at a folder with pictures in it and it will throw all the pictures on the screen so that it looks like a bunch of photos scattered on a table. You can then move, rotate, enlarge the photos. When everything its how you like it you can save the whole layout as a picture and then set it as your desktop wallpaper. I suppose big fans of recursion could make a bunch of wallpaper photos and then load those photos in the tool.

It uses the new Microsoft presentation framework (WPF) which is how I originally came across it. It’d be kinda cool to make something like this using silverlight.

Comments after using the program:

  1. You can only have it load entire directories of photo’s. It’d be nice to be able to select the photos individually to load. This can sort of be worked around if your using Vista by just setting up a saved search folder, but even that has its limitations.
  2. It’d be nice to be able to remove a photo after it’s loaded.
  3. Rotating and resizing is not that fluid. It might just be awkward because I’m on my laptop with a touchpad, but that’s a big maybe.
  4. The photos seem to load pretty small. I’m not sure if that because of the number of photo’s I’m trying to load on a single screen.
  5. If the number of photos to load is higher than the number of photos in the directory then it will load duplicates. This is kind of annoying as I don’t really want to see duplicates.
Technorati Tags: ,,,




More photo fun.

5 01 2008

I’ve been on a little bit of a photography/images kick since I started posting my photos on Flickr and seeing all the great things you can do with Silverlight and WPF.

Another fun program like the Wallpaper generator is this Slide.Show. Its part two other applications by Vertigo. Not only is it cool, but its written in Silverlight 1.0 and the code is posted on Codeplex for all to enjoy. You can consume Flickr streams (and xml and javascript too, but Flickr is my choice).

Speaking of Flickr there’s a cool Silverlight Multi-File Upload Tool for Flickr (with source code!). Its written in Silverlight 2.0 (previously named Silverlight 1.1). I tossing around an idea of writing something that combines the Wallpaper Generators photo-collage concept with a Flickr streams. We’ll see, lot of other things going on right now. Stupid real world getting in the way of coding.