Déposez des images ou choisissez des fichiers

Les fichiers restent dans le navigateur. 5 Mo maximum.

When to use JPG Base64

JPEG works well for photographs and complex images where compact file size matters more than transparency.

A Data URL can place a small image directly inside HTML or CSS, which may simplify portable snippets and self-contained documents.

Need a smaller result? Resize or compress the image before encoding.