(Not if it’s an HP printer)
Fun fact: With the help of a printer, you can put a picture on paper
Submitted 2 years ago by user224@lemmy.sdf.org to [deleted]
https://i.imgur.com/r5PSX4Y.jpg
Comments
somePotato@sh.itjust.works 2 years ago
user224@lemmy.sdf.org 2 years ago
This was printed on HP printer. But a 20 year old one. Only gives me warning about low ink but still let’s me print.
It also doesn’t work with Windows past Windows 7, but I don’t use Windows anyway.
LastYearsPumpkin@feddit.ch 2 years ago
Not sure if that QR code just doesn’t work, or if the quality is too low for my camera to pick up.
Either way, probably shouldn’t be QR code scanning a random joke code on Lemmy Shitpost.
paddirn@lemmy.world 2 years ago
Can we just assume it’s Loss?
user224@lemmy.sdf.org 2 years ago
Unfortunately, the only thing that scans it is the Scandit Demo app. I also tried
zbarimg
and this app that generated it.
Jmr@lemmy.world 2 years ago
I knew it. Damn you
skookumasfrig@sopuli.xyz 2 years ago
Was it goatse? Please tell me it’s not goatse.
Jmr@lemmy.world 2 years ago
It’s a secret
user224@lemmy.sdf.org 2 years ago
I was originally thinking about blinking Firefox banner in the 88x31 style, but, you know…
Octopus1348@lemmy.world 2 years ago
I’m sure if I scan it it will be an image of Rick Ashley.
user224@lemmy.sdf.org 2 years ago
Try it again and you’ll get a different number. Your scanner probably thinks there’s EAN code in it.
mystik@lemmy.world 2 years ago
Never give it up, and never let it down.
Siegfried@lemmy.world 2 years ago
Well done OP, well done
clutchmatic@lemmy.world 2 years ago
I am impressed
clumsyninza@lemmy.world 2 years ago
I’m not risking it.
dan1101@lemm.ee 2 years ago
I can’t get this to decode with Google Lens or a few different online decoders.
jmcs@discuss.tchncs.de 2 years ago
Binary eye works, base you still need to base64 decode the jpg to >!see a glorious picture of Rick Astley!<
user224@lemmy.sdf.org 2 years ago
A glorious picture that’s been compressed down to 1.9kB to fit into QR code.
rockSlayer@lemmy.world 2 years ago
[deleted]user224@lemmy.sdf.org 2 years ago
There’s 40 different sizes (versions) of QR codes: www.qrcode.com/en/about/version.html
LeFrog@discuss.tchncs.de 2 years ago
Well, binaryEye in Android is giving me this:
user224@lemmy.sdf.org 2 years ago
Yep, that’s what it is. JPG in base64.
You should be able to open it directly in your browser if you put
data:image/jpeg;base64,
in front of it.Alternatively you can use
echo ‘the output you posted’ | base64 -d > image.jpg
Alternatively, you can paste it to this website: base64-to-image.com
Also thanks for the app recommendation. Works awesomely and is also open-source.
TheMadnessKing@lemdro.id 2 years ago
You can also check out this: gitlab.com/Atharok/BarcodeScanner . The app has a better Material 3 based UI too with more features.
bob_wiley@lemmy.world 2 years ago
Now take that and stick it in this to decode it.
base64.guru/converter/decode/image/jpg