by JasonNugent » Sun Feb 12, 2012 9:00 am
Hi everyone,
just to add on to what James has mentioned. The specifics of allowing an upload based on file size and then performing a resize is not difficult to code, but doing it outside of a plugin would add extra requirements to the PHP configuration in order for this functionality to occur. The imaging processing functions provided by PHP are not enabled by default, and the specifics of which image formats to allow for processing also depend on PHP being configured a certain way.
A plugin would be nice, although, OTOH, there are currently no hooks in that part of the code to make plugin integration at that point easy. Definitely worth future consideration though.
Regards,
Jason