Custom image sizes for custom field media uploads

Have you considered using WP’s add_image_size function? Here’s the Codex entry.

Basically you could add all the sizes you require throughout your theme via your functions.php and then call the appropriate size in your page/post template.

Good luck!