拖入图片立即获取其 Base64 data URI。适合将小图直接嵌入 HTML、CSS、JSON 或 Markdown——无需单独 HTTP 请求。 100% 本地处理
Ctrl/⌘+V。JPG, PNG, WebP, GIF, BMP and any other format your browser can decode. The MIME type in the data URI is detected automatically from the file.
<img src="..."> 或 background-image:url(...)。