Francis Steffen wrote: > Hi, It's concerning Magnolia Version 5.4.3 - as soon as I'm uploading > .png-Images of good quality to Magnolia (mte:components/textImage) I get a > poor Image quality and black or grey background where it has been transparent > in the original. I just don't know why. Could someone give me a hint how to > handle this problem?
You might be running into the DefaultImageGenerator being hardcoded to output JPEG, which doesn't support transparency: https://jira.magnolia-cms.com/browse/MGNLIMG-168 We work around this by making sure we request an image variation that does not force JPEG output. According to JIRA this bug is fixed in version 3.2.4 of the imaging module. Nils. ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com> ----------------------------------------------------------------