Convert images to Base64 data URIs for web embedding
A Base64 image is an image file converted into a string of text. This string can be embedded directly into HTML (as a data URI) or CSS. It eliminates the need for an extra HTTP request, which can speed up page load times for small images like icons and logos.