SVG Converter
JSON →Convert SVG files to PNG, ICO, and JPG formats with high-quality rendering using the Cairo C library.
Install
pip install git+https://github.com/RusianHu/svg-converter-tools-mcp.git Tools · 6
- convert_svg_file 从文件路径转换 SVG 为指定格式(PNG/ICO/JPG),支持自定义尺寸、缩放、质量、背景色和透明选项
- convert_svg_string 从 SVG 字符串内容直接转换为指定格式,无需先保存为文件,支持自定义尺寸、缩放、质量、背景色和透明选项
- batch_convert_svg_files 批量转换多个 SVG 文件为指定格式,返回成功/失败统计报告,提高处理效率
- get_converter_engine_info 获取当前系统中可用的转换引擎状态、引擎列表和安装建议
- get_svg_file_info 获取 SVG 文件的详细信息,包括尺寸分析、特征检测和转换建议
- get_svg_string_info 获取 SVG 字符串内容的分析信息,包括特征检测(如是否包含中文字符)和转换建议