Base64 image encoding
Base64 turns binary image bytes into text for HTML, CSS, JSON, APIs, and development tests. A Data URL adds the image MIME type and ;base64, prefix; raw Base64 contains only the encoded payload.
Encoding generally increases size by about 33%, so it is best suited to small assets or systems that require text rather than ordinary image delivery.