Image to Base64
Generate a data URI from a local image.
About Image to Base64
Represent an image as text for a data URI or an encoded payload. This is useful for small embedded assets, but usually not for large pictures.
Steps, and limitations
How to use it
- Select a supported image file.
- Generate its Base64 representation.
- Copy the raw encoding or the data URI format required by the receiving app.
Things to know
- Base64 adds size compared with the source bytes. Embedding large images can make documents or stylesheets unwieldy.
- A data URI can be decoded by anyone who has it; it is not a privacy control.