Closed (fixed)
Project:
IMCE
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2007 at 20:16 UTC
Updated:
2 Oct 2007 at 02:21 UTC
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
Comment #1
ufku commentedimce 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.
Comment #2
rconstantine commentedOh, okay. I'm using GD, so I'll investigate. Thanks.