Image transparency

0 votes
asked Dec 3, 2017 in Closed bug by Kjell

I understand it possible to embed images in most elements via creole. But the image transparency channel is not taken into account. Can that be fixed? Or is there a parameter to specify this? For example, the plantuml logo has a transparent background, but is rendered with black background within this forum and on the plantuml.com main page. 

start
:foo;
note left
 You can use images
<img:http://plantuml.com/logoc.png>
end note
stop

1 Answer

0 votes
answered Dec 8, 2017 by plantuml (295,000 points)
Thanks for the report.

There are some issue with PNG transparency in Java. We follow the solution proposed here https://stackoverflow.com/questions/18743790/can-java-load-images-with-transparency

This should be fixed in last beta http://beta.plantuml.net/plantuml.jar

Tell us if you find issues!

Regards
...