Okay, here's what I want to do.
Let's say I've designed the site around 200x100 thumbnails. And I want to crop each image individually, to highlight some part of it for the thumbnail - say a face, a hand, whatever.
Image 1 might be 1200x4000, with a thumbnail scaled down from a 600x300 rectangle whose upper left corner is at 497, 332.
Image 2 might be 673x490, with a thumbnail scaled down from a 448x224 rectangle whose upper left corner is at 45,0.
And so on and so forth. Images and their thumbnail crop rectangles will vary; the only thing that's consistent is that all of the crop rectangles will have the same aspect ratio as the thumbnails, so they can all be scaled to the same size.
Each of these croppings, of course, would have been chosen interactively with the thumbnail cropper.
But now all the thumbnail cropper will do is select square images.
I used to be able to go to the theme settings and put a thumbnail width and height in. Now there's just one value, that's used for both.
Where will I find the options for doing this? How do I make a theme support this? Can you point me to a theme that actually does this so I can have a working example?