SVGは無限に拡大縮小できますが、PNGはあらゆる環境で動作します。プラットフォームがSVGを拒否する場合、印刷会社がラスター画像を必要とする場合、アプリケーションがPNGを必要とする場合など、必要な解像度で正確にラスター化してください。
または、ここに画像をドラッグアンドドロップしてください。
JPG, JPEG, PNG, WEBP, SVG, GIF, HEIC, HEIF, BMP, TIFF, HDR, JP2, RAF, PSD, CR3, DNG, APNG, AVIF, AVI, ESP, EXR, J2C, J2K, JXL, PFM, PNM, PPM, PSB, SGI, MPEG, PDFをサポートします
Figma、Illustrator、Inkscape、またはその他のベクターツールから.svgファイルをドラッグ&ドロップしてください。インラインスタイル、外部参照、埋め込みフォントはすべて正しく表示されます。
ピクセル単位の幅/高さ、またはDPI倍率を正確に設定してください。標準解像度の場合は1倍、Retinaディスプレイの場合は2倍、印刷用の場合は300 DPIです。PNG出力では透明な背景が保持されます。
PNG出力は、完全なアルファチャンネルを備えたロスレス形式です。選択した解像度では鮮明さを保ちますが、ラスタライズされたサイズを超えて拡大縮小することはできません。今後の再エクスポートのために、SVGマスターファイルを保存しておいてください。
これらの関連コンバーター間で画像を変換します
PNG provides lossless compression with transparency support
Perfect for graphics, logos, and images requiring transparency
Deflate compression algorithm with alpha channel support
perfect for graphics with transparency with advanced PNG encoding
Perfect for graphics, logos, screenshots, web design
Handles vector graphics, scalable, small file size from SVG files
ロスレスピクセルに閉じ込められたベクトル演算
Scalable Vector Graphics
ImageMagick utilizes inkscape if its in your execution path otherwise RSVG. If neither are available, ImageMagick reverts to its internal SVG renderer. The default resolution is 96 DPI. Use -size command line option to specify the maximum width and height. If you want to render a very large SVG and you trust the source, enable this option: -define svg:xml-parse-huge=true.
Portable Network Graphics
Requires libpng-1.0.11 or later, libpng-1.2.5 or later recommended. The PNG specification does not support pixels-per-inch units, only pixels-per-centimeter. To avoid reading a particular associated image profile, use -define profile:skip=name (e.g. profile:skip=ICC).
解像度の選択、透明度、フォントのレンダリング、特殊なケース。