Image & Media
Image & Media — 5 free browser-based developer tools including Base64 Image Converter, Placeholder Image Generator and OG Image Generator. Everything runs locally with no signup or uploads, so your data stays private and results are instant.
How to Use
- 1Drop the image into the tool— The file is read in the browser with the FileReader API, so the picture is processed inside the tab and no upload leaves your machine.
- 2Convert it or shrink it— Turn a PNG or JPG into a multi-size .ico favicon, encode an image as a Base64 data URI, or run an SVG through the optimizer to strip editor metadata and shorten paths.
- 3Download the file or paste it inline— Save the result, or copy the data URI straight into your CSS or HTML; the OG image and placeholder generators produce the artwork a page is still missing.
Frequently Asked Questions
No. The file is read with FileReader and processed on a canvas inside your browser, so nothing is sent anywhere. That is true of the ICO converter, the Base64 image converter and the SVG optimizer alike.
1200x630 pixels, a 1.91:1 ratio, because that is what Facebook, X and most messengers crop to. The OG Image Generator starts from exactly that canvas, and keeping the file near or under 1MB avoids preview timeouts on slower crawlers.
For small assets — icons and tiny logos of a few kilobytes — where saving one HTTP request outweighs the roughly 33% size increase Base64 brings. Larger images should stay as files so the browser can cache them independently and load them lazily.