All guides

How to convert an image to Base64

Turn an image into a Base64 data URI (or preview Base64 as an image) locally in Toolora.

When to use a data URI

Small icons and CSS backgrounds sometimes embed as data:image/...;base64,... so they load without an extra request. Large photos are usually better as files.

Steps

1) Open Image ↔ Base64. 2) Choose Image → Base64 and pick a file, or paste a data URI and choose Base64 → Image. 3) Click Run. The file never leaves your browser.