I’ve been playing around with ImageMagick, the defacto tool under Linux and most unixes, heck, pretty much anything with a command line, for doing image manipulations. It’s great, it’s got tons of features. But it has one major problem.
Try resizing a large image. Takes a few seconds, and doesn’t give you any feedback. Now try batch resizing 50 large images. Takes forever, and there’s no feedback.
I’m sure the developers probably consider it extra cruft that would weigh the apps down and make them take even longer, but I wish the command line applications would give you some kind of status feedback (a dot per percent or something would do, with the ability to redirect it to a file). In fact, I’ve been unable to find a single command line graphics tool for unix that does.