Original File Size KB
Size After Encoding KB
Width px
Height px
Original File Size KB
Size After Encoding KB
Width px
Height px

Description

After Base64 encoding, the file size is typically around 30% larger than the original file.
Usage of Base64 in CSS:
background-image: url("data:image/jpg;base64,/9j/4AA...");
Usage of Base64 in HTML:
<img src="data:image/jpg;base64,/9j/4AA..." />

0 Comments

0 / 300