A client uploaded some really big image files to the media library (as in, 11000 x 8000 pixels). The file size was reasonable due to heavy jpeg compression, but of course ImageProcessor choked when trying to resize the images, resulting in multiple server restarts. Is there any way to limit the allowed image dimensions as well as file size when uploading images? (I suppose I could write an event handler for this but if there is an easier way I would appreciate it. 🙂 )