We're using a thumbor image server to automatically generate different resolutions of images uploaded by our users.
The images are used at different locations: medium-sized profile pictures, small images at listings, larger images at detail pages, even larger images in galleries. Some variants have their original aspect ratio, others have to be fitted into a 4:3 frame and have a grey background.
Image size identifiers like "small", "medium" and "large" do not carry any meaning and can mean anything. Unfortunately I did not find any documented naming convention for this situation.
What image size naming conventions are known, and which work best in the web application environment?