Converts image files (PNG, JPEG, GIF, WebP, SVG) to Base64 data: URI strings, or decodes a Base64 data URI back to a viewable image. Data URIs let you embed images directly in HTML or CSS without a separate HTTP request — useful for small icons and critical above-the-fold images.
data:image/png;base64,...