Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Mac 应用程序的按钮中使用 SF 符号,但因为我试图自定义它们的颜色以更好地适应主题。我正在考虑将基于矢量的文件转换为 JPEG 图像。
rsvg可以将SVG转换为PNG。 PNG 是无损的,而 JPEG 会扭曲图像像素,这也会影响颜色。
rsvg
brew install librsvg rsvg-convert in.svg out.png
brew install librsvg
rsvg-convert in.svg out.png