The Original Problem
You have images—binary data. You need to embed them in a text string, like for HTML or a JSON payload. Old protocols, web forms, and simple text fields can’t handle raw images. You need a way to make them "text-safe."
The Solution? Base64.