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: https://base64-to-image.com/
Also thanks for the app recommendation. Works awesomely and is also open-source.
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: https://base64-to-image.com/
Also thanks for the app recommendation. Works awesomely and is also open-source.
You can also check out this: https://gitlab.com/Atharok/BarcodeScanner . The app has a better Material 3 based UI too with more features.