I've written a simple app in C# (.NET 2.0).. it's intended for developers who work on e-commerce sites, where basically the client gives you a large image of a product, and you need to quickly produce different sizes of that image for the web site (thumbnail, full size, zoom, etc). But really, this tool could be used for anyone who wants to batch resize images (except it makes images into a perfect square by padding the edges, as this is ideal for commerce sites).
I wrote it for myself, because I'm not too hot at the Photoshop macros, and couldn't figure out how to do automatic padding (in other words, if the original image is 1077x800, I want the resized image to be a perfect square since it looks better on e-commerce stores). So Photoshop would have to automatically size to 1077x1077 and fill the new empty space with whatever color I choose.
So I wrote my own application to do this. I'd like to pass it out to a handful of people who would have a use for this kind of thing, so I can get it tested and not only work out bugs, but also come up with improvements. It should run fine on both WinXP and Win2K.
If you'd like to beta test, please send me a PM. Thanks!
I wrote it for myself, because I'm not too hot at the Photoshop macros, and couldn't figure out how to do automatic padding (in other words, if the original image is 1077x800, I want the resized image to be a perfect square since it looks better on e-commerce stores). So Photoshop would have to automatically size to 1077x1077 and fill the new empty space with whatever color I choose.
So I wrote my own application to do this. I'd like to pass it out to a handful of people who would have a use for this kind of thing, so I can get it tested and not only work out bugs, but also come up with improvements. It should run fine on both WinXP and Win2K.
If you'd like to beta test, please send me a PM. Thanks!