Hacker News new | ask | show | jobs
by dhosek 924 days ago
Back in the olden days, it was not uncommon to print bitmap graphics files from compressed graphics source (e.g., gif, jpg, tif¹) by sending code to decompress the compressed graphics data alongside a base64-encoding of the data.

1. These were the only compressed graphics format options available back then.