I didn't see any issue regarding png support. I would have expected it to be included since I would guess the majority of Drupal admins are 'enlightened' and don't use IE with it's png shortcomings.

If it is supported, I'd like to know what I need to do. For now, I'm enabling it as a non-image type, but that won't resize for me of course.

Comments

ufku’s picture

imce uses drupal's image functions and they are expected to handle png files. there should be problem with your image library that php uses. GD library, for instance, handles png images pretty well.

rconstantine’s picture

Status: Active » Closed (fixed)

Oh, okay. I'm using GD, so I'll investigate. Thanks.