Image → Base64
Turn an image file into a data URL.
Stays on this deviceImages stay in your browser and are not uploaded.
How to use
- Choose an image.
- Copy the data URL.
Example
data:image/png;base64,...
Image → Base64
Uses FileReader.readAsDataURL. The original bytes are not sent anywhere.
FAQ
- Is the image re-encoded?
- No. This encodes the original file bytes.