Functionsยง
- convert_
file_ to_ svg - Reads a file from
path, converts it to an RGBA image, and then converts it to an SVG string using thergba_image_to_svg_contiguousfunction. - rgba_
image_ to_ svg_ contiguous - This function processes the image to find contiguous regions of the same color and generates SVG paths for them.