Image Base64 Encoder and Decoder
Encode an image file to Base64, or decode a Base64 string back to an image. Nothing is sent to a server.
Drop an image here or click to browse
PNG, JPG, GIF, SVG, WebP, BMP supported
Common BC uses: embedding logo images in RDLC report layouts, passing image data through AL HttpClient API calls, storing signatures or stamps as Base64 in BC blob fields. Data URI format works directly in HTML and CSS. Raw Base64 is what AL and many APIs expect.