图像魔方 img2046.com
首页
AI 文生图
文字卡片生成
图片压缩
调整大小
图片格式转换
SVG 编辑器
SVG to PPT
极简Logo设计
Text Behind Object
SVG批量转换PNG
批量将SVG图片转换为PNG格式。支持拖拽上传多个SVG文件,或直接输入SVG代码,并一键导出为PNG格式。
输入SVG代码
<svg width="1920" height="1080" xmlns="http://www.w3.org/2000/svg"> <defs> <linearGradient id="bg-gradient" x1="0%" y1="0%" x2="100%" y2="100%"> <stop offset="0%" style="stop-color:#1E1E1E;stop-opacity:1" /> <stop offset="100%" style="stop-color:#2C2C2C;stop-opacity:1" /> </linearGradient> </defs> <rect width="100%" height="100%" fill="url(#bg-gradient)"/> <circle cx="960" cy="540" r="400" fill="none" stroke="#E0E0E0" stroke-width="2"> <animate attributeName="r" values="400;420;400" dur="4s" repeatCount="indefinite" /> </circle> <text x="960" y="540" font-family="微软雅黑, sans-serif" font-size="96" font-weight="bold" text-anchor="middle" fill="#E0E0E0"> 实时API:开启语音交互新纪元 <animate attributeName="opacity" values="0;1;0" dur="3s" repeatCount="indefinite" /> </text> <!-- 动态线条 --> <path d="M0 0 Q960 540, 1920 0" stroke="#FFD700" stroke-width="2" fill="none"> <animate attributeName="d" values="M0 0 Q960 540, 1920 0; M0 1080 Q960 540, 1920 1080; M0 0 Q960 540, 1920 0" dur="10s" repeatCount="indefinite" /> </path> <path d="M0 1080 Q960 540, 1920 1080" stroke="#FF69B4" stroke-width="2" fill="none"> <animate attributeName="d" values="M0 1080 Q960 540, 1920 1080; M0 0 Q960 540, 1920 0; M0 1080 Q960 540, 1920 1080" dur="12s" repeatCount="indefinite" /> </path> </svg>
预览SVG代码
或拖拽SVG文件到此处,或点击选择文件
导出为PNG