26 lines
766 B
Markdown
26 lines
766 B
Markdown
---
|
||
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
|
||
- **包名**: librsvg(macOS)、librsvg2-bin(Ubuntu/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]]
|