Raster to vector graphics Convert JPEG or PNG images to SVG format. Detect and trace contours in the raster image. Output SVG files with paths representing the detected contours. Prerequisites Pillow, NumPy, OpenCV pip install pillow numpy opencv-python Example