• JasonDJ
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    1 month ago
    • Take picture with digital camera.
    • Store as jpg
    • Convert jpeg to base64 string
    • Compress the string in a .zip split into 2.5KB chunks
    • Encode the .zips as a base64 strings
    • Render a QR code for each string.
    • Print out all QR codes on a sheet
    • Store in family photo album.

    Most of that could be like 10 lines of python…