Files
nexus/wiki/entities/rsvg-convert.md
2026-04-24 00:03:01 +08:00

26 lines
766 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "rsvg-convert"
type: entity
tags: []
sources: [fireworks-tech-graph]
last_updated: 2026-04-18
---
## Description
librsvg 项目提供的命令行工具,用于将 SVG 文件渲染为高分辨率 PNG 图像。[[fireworks-tech-graph]] 使用它将生成的 SVG 技术图导出为 1920px 视网膜分辨率 PNG。
## Type
工具 / 命令行工具
## Key Properties
- **包名**: librsvgmacOS、librsvg2-binUbuntu/Debian
- **macOS 安装**: `brew install librsvg`
- **Ubuntu/Debian 安装**: `sudo apt install librsvg2-bin`
- **验证**: `rsvg-convert --version`
## Role
SVG → PNG 转换管道 — 将 AI 生成的 SVG 技术图批量渲染为可发布的 PNG 格式
## Relationships
- [[rsvg-convert]] is used_by [[fireworks-tech-graph]]