Saltar al contenido
RapideTools

Base64 a imagen

Decodifica datos Base64 en una imagen.

Paste a Base64 string or a full data URL to decode it back into an image you can preview and download. Everything runs locally in your browser.

Tus imágenes se procesan localmente en tu navegador siempre que es posible.

Cómo funciona

  1. 1 Paste your Base64 data or data URL.
  2. 2 Click Decode to preview the image.
  3. 3 Download the decoded image.

Casos de uso comunes

  • Preview a Base64 image from code.
  • Recover an image stored as text.
  • Check that a data URL is valid.
  • Extract an inline image to a file.

Preguntas frecuentes

Are my images uploaded to a server?

No. Everything runs locally in your browser — your images never leave your device and nothing is stored.

What input is accepted?

A full data URL (data:image/...;base64,...) or just the raw Base64 — the tool adds a PNG header if needed.

Why does it say invalid?

The text isn't valid Base64 image data. Check that you copied the whole string without extra characters.

Is it really free?

Yes — free, with no signup, no watermark and no limits.