information¶
-
Check out metadata:
shell exiftool cat.jpg
-
Value of License field seems b64-encoded; decode it:
shell echo "<License>" | base64 -d
Check out metadata:
shell
exiftool cat.jpg
Value of License field seems b64-encoded; decode it:
shell
echo "<License>" | base64 -d