Tuesday, July 26, 2005

Tried my hand at creating some sort of a photo gallery today. I updated the old image resizing progie so that it can draw borders and respect proportion when resizing images. I also wrote a ruby script that can generate an html gallery when it is pointed at a folder that has images and a description text file.

 

Download the updated image-resizing program, source code and ruby script here. The binary is .Net 2.0 Beta2. This is the previous blog entry about the image-resizing program.

 

That said here are two galleries I have uploaded:

Marine Drive, Cochin

Golconda Fort, Hyderabad

 

It’s fun to be blogging again and its fun to have access to your machine and the web at night. I also realize that if I keep at this I am going to run out of space with my ISP and others at TMS aren’t going to be happy. I will need to solve the web space problem…
Tuesday, July 26, 2005 2:00:16 PM (Eastern Standard Time, UTC-05:00)  #    Comments [2]  | 
 Monday, July 25, 2005

Now that I am at home I needed to start cataloging my data and getting things in order before I move on. I spent some time yesterday writing a small app to help catalog my CDs. I had a look around but most CD cataloging apps I could find were paid apps.

 

cdScan.jpg

 

CdScan scans the CDs and lets you do a simple substring search (a little like the old Winamp J option) and also gives you an explorer kind of view of your CDs.

 

Its got a nifty little auto-scan option where you can simply set it to autoscan and keep changing CDs in your drive.

 

There are a whole host of features I can think of adding, but you might want to grab hold of it and use it to catalog your Cds and maybe add a feature or two (since I am giving away source code).

 

Download Binary: cdscan_binary.zip (250.75 KB)

Download Source Code: cdscan_source.zip (268.43 KB)

This is written using .Net 2.0 Beta 2, so you need at least the Beta2 runtime to get the binary to work.

 

Here are a lot of things I can think of adding, maybe you can add them for me –

-          wildcard and regex based searching

-          a more flexible explorer view

-          save more data for an item (EXIF data, Thumbnails, Text index)

-          more intuitive UI, with some helpful text messages…

Monday, July 25, 2005 8:45:48 AM (Eastern Standard Time, UTC-05:00)  #    Comments [5]  |