Görselden Base64'e

Bir görseli Base64 data URI'ye kodla — CSS veya HTML'e yapıştırmaya hazır. Tarayıcında çalışır.

Araç yükleniyor…

Bir görsel Base64'e nasıl dönüştürülür

Bir görsel bırak, cutbg onu Base64 data URI'ye kodlar; doğrudan CSS background-image'ine, bir img src'ye ya da bir JSON'a kopyalayabilirsin — yükleme yok, hepsi cihazında.

Görselim yükleniyor mu?

Hayır — kodlama tarayıcında olur; görsel cihazından asla çıkmaz.

İlgili araçlar

Sıkça sorulan sorular

What is a Base64 data URI?
A text encoding of your image you can paste directly into CSS or HTML, so the image loads with no separate file or request.
Which formats can I encode?
Any image the browser can read — PNG, JPG, WebP, GIF, SVG and more. The data URI keeps the original format.
Is my image uploaded?
No — the file is read and encoded locally in your browser; it never leaves your device.