Problem/Motivation

If a image type is used which support transparent background, the image which is read in also needs to have a transparent background.
In my case I use imagick to convert svg to png (both support transparent backgrounds)

Proposed resolution

Before reading the image, a transparent background needs to be set.

Remaining tasks

* Review

User interface changes

none

API changes

none

Data model changes

none

Release notes snippet

none

CommentFileSizeAuthor
#3 3076318-2.patch575 byteskfritsche
#2 3076318-1.patch971 byteskfritsche
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kfritsche created an issue. See original summary.

kfritsche’s picture

Status: Active » Needs review
FileSize
971 bytes

With the latest dev where the supported formats are really the supported formats of Imagick (not like in stable where its still GD supported formats only). This is an easy fix.

kfritsche’s picture

FileSize
575 bytes

Last patch added not needed use statements.

  • bceyssens committed b9ed516 on 8.x-1.x authored by kfritsche
    Issue #3076318 by kfritsche: Support transparent background pictures
    
bceyssens’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.