pub fn convert_image_to_svg(
    input_path: &Path,
    output_path: &Path,
    config: Config
) -> Result<(), String>
Expand description

Convert an image file into svg file