Image Resizer
Resize images to any width and height. Lock aspect ratio, choose presets, and download instantly. 100% browser-based.
Convert any image to a Base64 data URI for embedding directly in HTML, CSS, or JSON. Copy with one click.
Drop an image here, or click to browse
PNG, JPG, WebP, GIF up to ~20 MB
Base64 encoding turns binary image data into a long string of ASCII characters. The result is a “data URI” that you can paste directly into <img src=”…”> or CSS background-image: url(…) without needing a separate file.