Hello S.,
Both on the server and locally, we observe the expected result:
- On the server (we use URL)
- And locally (on Windows OS)
Tests with '\' or with '/':
@startmindmap
+ Root
++ img <img:C:\image.jpg>
@endmindmap
or
@startmindmap
+ Root
++ img <img:C:/image.jpg>
@endmindmap
Are OK.
But if we use file protocol:
@startmindmap
+ Root
++ img <img:file:///C:/image.jpg>
@endmindmap
then we observe "(Cannot decode)".
Perhaps could you ask directly (for the first test) to the PlantUML plugin in IntelliJ IDEA maintainer here:
And for the second:
@PlantUML team:
- Is file protocol is manage to include image on PlantUML diagram?
If that can help,
Regards,
Th.