-- Leo's gemini proxy

-- Connecting to tilde.team:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini; lang=en

base64 encoded images
1: convert image into base64 encoded text file

{ echo "=> data:image/png;base64,"; openssl enc -base64 -in input.png; } > image.b64

Step 2: remove all spaces


cat image.b64 | tr -d " \t\n\r"


-- Response ended

-- Page fetched on Tue May 21 16:07:10 2024