I have an application that I’m working on. As a side note it’s related to a previous post here on MISGuys. I wrote awhile back about RSS readers and the fact that I couldn’t find a single one that did what I wanted or that was priced reasonably. So I decided to make my own. It’s called squatRSS.

Cutting

Not sure why I chose that name, it just jumped out at me and I stuck with it. I’ve got a pretty good start but it’s not ready to be released yet. I hope to release it at a later date. While I’m not trying to get rich on it I do plan on charging $10 for it because I have spent around 25 to 30 hours so far and I’m sure I’ll spend that much or more before I am ready to release it. We’ll see if anyone is interested in buying it and if not then I have a cool RSS reader and that much more experience in VB. $10 doesn’t seem like too much to charge for a good little application. Anyways, while I’m pretty proficient in VB6 I’m not guru enough to write my own code for taking a bunch of image files and batch resizing them. So I searched the web and after considerable looking found a good solution. The FREEIMAGE project is an open source library project that supports many different image formats and is able to perform many different image manipulation routines like rotating, resizing, flipping, color adjustments and more. I’m just using the image resizing part of it, so I can’t speak to the other functions, but resizing works really well and is quick.