Image to Base64
Convert an image to a Base64 data URI for inline embedding.
Read EXIF, dimensions and camera data from an image.
It is parsed in memory by PHP and discarded as soon as the response is sent. Nothing is written to a web-accessible path and nothing is retained. Even so, EXIF frequently contains GPS coordinates and device identifiers, so think before uploading a personal photo to any online tool.
Most platforms strip metadata on upload, screenshots never had any, and PNG and WebP rarely carry EXIF at all. It is primarily a JPEG convention written by cameras and phones.
On the command line, exiftool -all= photo.jpg strips everything. Re-saving through most image editors also drops it. Check afterwards rather than assuming, since some tools preserve tags you did not expect.
Convert an image to a Base64 data URI for inline embedding.
Render SVG markup live and export it as a data URI or PNG.
Find the MIME type for any file extension, or the reverse.
Your input is saved in this browser so a refresh does not lose it. Tools handling credentials are never saved.