Quote Originally Posted by toccoaandjack View Post
We are trying to give our images friendly names.
Not possible with Image Handler. It needs to ensure that every image is uniquely named and so generates names using an algorithm designed to prevent rather than sound pretty.

To name the images how you want you would need to dispense with Image Handler and take the responsility for avoiding name clashes yourself (or re-write Image Handler with different priorities). The only restriction would be the length of the image name including any preceeding path names (32 characters I believe - though you can increase it by changing the database table schema).