Convertidor de imagen a Base64

Convierte una imagen en texto Base64 o data URI. Prepara imágenes integradas para CSS, HTML, email, payloads de API y prototipos.

1. Images converted to Base64 encoding, click on the "Select Pictures..." button, uploading the images to be converted, automatically generating Base64 encodings.If the image is larger than 2 MB, please wait about 3–5 seconds.

2-Base64 code to image, enter a box below, paste base64 code, and then click the "Base64 Turn Picture" button, which can be converted to picture

Select Picture...

On-line image transfer 64, on-line case 64 image transfer tool presentation

1. Supports PNG, GIF, JPG, BMP, ICO photo formats.

2. Converting pictures to Base64 code allows you to quickly insert them into other web pages and editors without uploading files, which is extremely convenient for some small images because you do not need to look for a place to save them.

3. Assuming that the code generated is "data:image/jpeg;base64,..." then you just have to copy it all and then fill it in at the address when you insert the picture.

4. CSS uses:background-image: url("data:image/png; base64,/9/j/4AQSkZJRRBAAGEAABAAD/7gAOQWRvYmUAAAAAAB...");

5. Use in HTML: < img src="data:image/png; base64, 9j/4AQSkZJRRBABAAGEABAAD/7gAOQWRvYmUAAAAB..." / >

Photo conversion Base64, mobile-end development, mandatory HTML5, CSS3 tools, CSS Datauri Base64.

7. The conversion of images to base64 codes, which are generally used on small images in web design development, not only reduces the number of requests for pictures (collected into js, csss codes), but also prevents the creation of 404 image errors due to such issues as relative paths.

Herramientas recientes: