You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PNG output for imagine/mermaid has low resolution for screen and unimaginable for print. Please set a switch for controlling/increasing the DPI for PNG images to 150 dpi, 300 dpi etc. Thanks for the great work!
The text was updated successfully, but these errors were encountered:
Hi @acorreya,
The png is actually created by the mmcd utility, not by imagine itself. However, if mmcd includes a switch to set the dpi you can include that in the options for your code block:
```{.mermaid im_opt="-w 600 -H 1200"}
...
```
but my version of mmcd doesn't seem to do much with those extra params. See #3.
Development seems to have been moved to a new repo, mermaid, maybe you could re-raise the question there?
PNG output for imagine/mermaid has low resolution for screen and unimaginable for print. Please set a switch for controlling/increasing the DPI for PNG images to 150 dpi, 300 dpi etc. Thanks for the great work!
The text was updated successfully, but these errors were encountered: