When upload.module is enabled, the /admin/settings/upload page has a Maximum resolution for uploaded images field wich is used to scale the uploaded image to that maximum if the user tries to upload a bigger image.
This is very good (better than aborting the upload because many users don't even know how to resize an image).
But the image.module ignores that maximum. I think image.module. should call _upload_image() defined in upload.module or copy its code.

Comments

drewish’s picture

Status: Active » Closed (fixed)

well you're confusing upload and image moudles but it's been fixed in the current version