


opacity = 100% (because png has own opacity)
size=empty string
position=bottom/right
Did it work with JPEG anytime before?
Possibly related https://stackoverflow.com/a/11681066 https://stackoverflow.com/a/38591492.
Watermark attached is PNG-8 though.
Did it work with JPEG anytime before?
not sure. For Magento1 I had used own small "microservice" based on Symfony and Imagine library. And it works ok, see above.
@Koc Thank you for your report.
How exactly did You set up watermark? Please give parameters from Content > Design > Configuration > You website > Product Image Watermarks
@magento-engcom-team
opacity = 100% (because png has own opacity)
size=empty string
position=bottom/right
Hi @Koc thank you for the update. We updated issue description
does needs update label should be removed or not?
@Koc, thank you for your report.
We've created internal ticket(s) MAGETWO-75507 to track progress on the issue.
I will try to reproduce it and see if i can fix it
I tried to reproduce this and can reproduce it with a cat image (PNG-8) and the GD adapter AND the ImageMagick adapter. When I encountered these issues before they actually depended on the version of GD and/or Imagick and/or PHP.
PS: I tried a transparent GIF as well and I ended up in a non-transparent watermark, so that's another fail.
This should be fixed by @elzekool, we tested the solution
Hi @Koc. Thank you for your report.
The issue has been fixed in magento/magento2#11060 by @elzekool in 2.2-develop branch
Related commit(s):
The fix will be available with the upcoming patch release.
Looks like this bug is re-introduced in version 2.2.5, can anyone confirm this?
We are facing similar issue in 2.2.7. Gif image transparent background is changed to black.
I am still facing this bug in 2.3.3. The alpha channel of the watermark seems to be replacing the alpha channel of the product image. This causes a box of transparency to appear around the watermark:
This issue still exit in latest 2.3.4 version downloaded from Magento Market place.
Most helpful comment
I will try to reproduce it and see if i can fix it