SYMBOL INDEX (41 symbols across 1 files) FILE: svgnode.py function tensor2pil (line 18) | def tensor2pil(image): function pil2tensor (line 22) | def pil2tensor(image): class TS_ImageQuantize (line 26) | class TS_ImageQuantize: method INPUT_TYPES (line 31) | def INPUT_TYPES(cls): method quantize_image (line 47) | def quantize_image(self, image, colors, dither): class TS_ImageToSVGStringColor_Vtracer (line 72) | class TS_ImageToSVGStringColor_Vtracer: method INPUT_TYPES (line 75) | def INPUT_TYPES(cls): method convert_to_svg (line 98) | def convert_to_svg(self, image, hierarchical, mode, filter_speckle, co... class TS_ImageToSVGStringBW_Vtracer (line 134) | class TS_ImageToSVGStringBW_Vtracer: method INPUT_TYPES (line 137) | def INPUT_TYPES(cls): method convert_to_svg (line 155) | def convert_to_svg(self, image, mode, filter_speckle, corner_threshold... class TS_SVGStringToImage (line 186) | class TS_SVGStringToImage: method INPUT_TYPES (line 189) | def INPUT_TYPES(cls): method convert_svg_to_image (line 200) | def convert_svg_to_image(self, SVG_String): class TS_SaveSVGString (line 212) | class TS_SaveSVGString: method __init__ (line 214) | def __init__(self): method INPUT_TYPES (line 218) | def INPUT_TYPES(cls): method generate_unique_filename (line 235) | def generate_unique_filename(self, prefix, timestamp=False): method save_svg_file (line 242) | def save_svg_file(self, SVG_String, filename_prefix="ComfyUI_SVG", app... class TS_SVGStringPreview (line 262) | class TS_SVGStringPreview(SaveImage): method INPUT_TYPES (line 265) | def INPUT_TYPES(s): method __init__ (line 276) | def __init__(self): method svg_preview (line 282) | def svg_preview(self, SVG_String): class TS_SVGStringToSVGBytesIO (line 294) | class TS_SVGStringToSVGBytesIO: method INPUT_TYPES (line 297) | def INPUT_TYPES(cls): method convert_string_to_svg (line 308) | def convert_string_to_svg(self, SVG_String): class TS_SVGBytesIOToString (line 312) | class TS_SVGBytesIOToString: method INPUT_TYPES (line 315) | def INPUT_TYPES(cls): method convert_svg_to_string (line 326) | def convert_svg_to_string(self, SVG_BytesIO): class TS_SVGPathSimplify (line 336) | class TS_SVGPathSimplify: method INPUT_TYPES (line 339) | def INPUT_TYPES(cls): method douglas_peucker (line 352) | def douglas_peucker(self, points, tolerance): method point_to_line_distance (line 384) | def point_to_line_distance(self, point, line_start, line_end): method parse_path_commands (line 398) | def parse_path_commands(self, path_data): method extract_points_from_path (line 403) | def extract_points_from_path(self, path_data): method simplify_path_data (line 500) | def simplify_path_data(self, path_data, tolerance, preserve_curves, st... method simplify_svg_paths (line 538) | def simplify_svg_paths(self, SVG_String, tolerance, preserve_curves): method simplify_svg_regex (line 577) | def simplify_svg_regex(self, SVG_String, tolerance, preserve_curves, s... class TS_ImageToSVGStringBW_Potracer (line 592) | class TS_ImageToSVGStringBW_Potracer: method INPUT_TYPES (line 604) | def INPUT_TYPES(cls): method vectorize (line 630) | def vectorize(self, image, threshold, turnpolicy, turdsize, corner_thr...