-
Notifications
You must be signed in to change notification settings - Fork 206
PNG with transparency in images manager #1132
Comments
This seems to be a server-setting / php-extension issue. For me on some servers BG is correct, on others BG turns black. |
By default only GD is supported in mcpuk, but KCFinder seems to be more customizeable. How to switch from GD to imagick in mcpuk? |
Looks like this could probably be used:
|
Tried to add this line to config.php and even changed /** Default image driver
* @var string */
protected $imageDriver = "imagick"; in core/uploader.php |
Older version of KCFinder (2.51) works ok. It is the 2.54 version that has introduced a bug. A quick test by changing the return:
and a new png uploaded displays correctly for me. So it is not a graphic driver issue. But above the fix cannot simply be applied to 2.54 as the code is quite different. |
test this: sunhater/kcfinder#84 but its not help |
Yes the patch is for something very similar but also a later version so is not a direct patch. |
Also discussed before here: #663
|
So thumbs will be .png in the next version?! |
Fixed in 1.2.2 |
fix (core) Fast fix for add save checkbox usergroup in module
Thumbs for PNGs with transparency with black background
The text was updated successfully, but these errors were encountered: