I find I can still upload bmp images (with error messages due to impossible resizes)
Looks like this line in image_prepare() :

if (!$image_info || !isset($image_info['extension'])) {

should be replaced with :

if (!$image_info || empty($image_info['extension'])) {
CommentFileSizeAuthor
#1 image_169549.patch792 bytesdrewish

Comments

drewish’s picture

Status: Active » Fixed
StatusFileSize
new792 bytes

thanks applying to HEAD and DRUPAL-5.

yched’s picture

woo - that was fast :-)

Anonymous’s picture

Status: Fixed » Closed (fixed)