adam_core.utils.plots.logos package¶ adam_core.utils.plots.logos.get_logo_base64(logo_path: Path) → str[source]¶ Convert logo image to base64 string. Parameters: logo_path (Path) – Path to the logo image file Returns: Base64 encoded image data with data URL prefix Return type: str