Assume I don't want users downloading the original image, neither in it's original size. I suggest that if the following options are set, then calling "image.jpg" without any parameters, should resize to the max_width and max_height.
return array(
'max_width' => 1500,
'max_height' => 1500,
'skip_original' => true,
);