ImageField
This module's dependence of the FileField module means that it inherits all of FileField's capabilities, including the ability to limit uploaded files by type and size. In addition, ImageField also allows site admins to limit uploaded images by resolution.
ImageField also provides an option for the content creator to add both a title and "alt" text entry for every uploaded image.
Unlike the Image module, images uploaded via ImageField do not become Drupal nodes on their own.
Stats
- Learning curve: low
- Depth: deep - killer intergation with CCK and Views and intelligent caching has encouraged a bevy of modules to rely on ImageCache.
- Resources:
O images, images - wherefore art thou image handling?
Not in the default install of Drupal core, that's for sure.
Along with a the lack of a native WYSIWYG editor, proper image handling support is one of the major complaints against Drupal (did I mention the steep learning curve?) Luckily, there's a robust and very (very) busy community of developers who spend an inordinate (and possibly unhealthy) amount of time writing excellent modules for Drupal - one of these is called ImageField.