SVG to PNG
Render SVG files as high-resolution PNG images
SVG to PNG — what it does
Render an SVG file as a PNG at a scale you choose, with a transparent or solid background. SVG is resolution-independent and ideal on the web; PNG is what everything else accepts, from presentation software to marketplaces that reject vector uploads.
When this tool helps
- Converting a vector logo into the PNG sizes a platform or document requires.
- Turning an SVG icon or diagram into a raster image for a slide deck.
- Producing a high-resolution PNG of a vector illustration for print.
How to use it
- Choose the SVG file.
- Set the output scale.
- Choose transparent or a solid background.
- Process and download the PNG.
Accuracy, limits, and good practice
- Scale up before exporting rather than after: rendering at 3x from the vector is sharp, while enlarging a 1x PNG afterwards is not.
- Keep transparency when the logo will sit on varied backgrounds; choose a solid colour when the destination flattens transparency anyway.
- SVGs referencing external fonts may render with substitutes — convert text to paths in your editor first if the typeface matters.
- Export the sizes you actually need in one session and name them by dimension; a folder of logo.png copies at unknown sizes helps nobody.
Frequently asked questions
Why convert away from SVG at all?
Because many systems reject SVG uploads, and some environments render it inconsistently. PNG is accepted essentially everywhere.
What scale should I use for print?
Enough to reach around 300 DPI at the final printed size, which usually means several times the nominal dimensions.
Can I convert PNG back to SVG?
Not meaningfully. Vectorising a raster image requires tracing and produces an approximation, not the original vector.
Why is my exported PNG blank?
Usually an SVG whose content sits outside its declared viewBox, or one relying on external resources the renderer cannot load.
Related tools on this site
- Photo ID Sheet Generator — Arrange repeated ID photos on an A4 or Letter sheet
- Color Blindness Simulator — Preview an image under common color-vision deficiency simulations
- Image Color Replacer — Replace a selected color using adjustable tolerance
Everything above runs inside this page. SVG to PNG needs no account, no upload, and no server round trip — close the tab and nothing is left behind.
SVG 轉 PNG能做什麼
把 SVG 以你指定的比例算繪成 PNG,背景可透明或填色。SVG 與解析度無關、在網頁上最理想;PNG 則是其他所有地方都接受的格式,從簡報軟體到拒收向量檔的上架平台皆然。
什麼時候用得上
- 把向量商標轉成平台或文件要求的各種 PNG 尺寸。
- 把 SVG 圖示或示意圖轉成點陣圖放進投影片。
- 為印刷產出向量插圖的高解析度 PNG。
使用步驟
- 選擇 SVG 檔案。
- 設定輸出比例。
- 選擇透明或實色背景。
- 執行處理並下載 PNG。
精確度、限制與實務建議
- 請在匯出時就放大,而不是匯出後才放大:從向量以 3 倍算繪很銳利,把 1 倍 PNG 事後放大則不然。
- 商標會落在多種背景上時請保留透明;目的端反正會平坦化的話,就直接選實色。
- 引用外部字型的 SVG 可能以替代字型算繪——字體很重要時,請先在編輯器中把文字轉成路徑。
- 請一次匯出真正需要的所有尺寸,並以尺寸命名;一整包不知道多大的 logo.png 對誰都沒幫助。
常見問題
為什麼要離開 SVG 格式?
因為許多系統不收 SVG 上傳,部分環境的算繪也不一致。PNG 幾乎到哪裡都通。
印刷該用多大比例?
以最終印刷尺寸達到約 300 DPI 為準,通常代表要用標稱尺寸的好幾倍。
PNG 可以轉回 SVG 嗎?
沒有實質意義。把點陣圖向量化需要描圖,得到的是近似結果,而非原始向量。
匯出的 PNG 為什麼是空白?
多半是 SVG 內容落在宣告的 viewBox 之外,或它依賴算繪器載不到的外部資源。
本站相關工具
以上步驟全部在這個頁面內完成,SVG 轉 PNG 不需要註冊、不上傳檔案、也不經過伺服器,關閉分頁後不會留下任何資料。