预览区域

使用说明

  • • 输入 Base64 编码的图片数据
  • • 支持带前缀 (data:image/png;base64,...) 的格式
  • • 也支持纯 Base64 字符串
  • • 支持 PNG、JPG、GIF、WebP 等常见格式

Usage

  • • Paste your Base64 encoded image data
  • • Supports data URL format with prefix
  • • Also works with raw Base64 strings
  • • Supports PNG, JPG, GIF, WebP and more

示例 / Example

data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==

这是一个 1x1 像素透明 PNG 的示例 / This is a 1x1 transparent PNG example