its about meta data = hmmm soo meta data is data of the data use exif :>
Images can contain data that the owner did not want to share on purpose. Tools like imagemagick can give us this data.
sudo apt install imagemagic
identify -verbose ImageName.jpg
This gives away all the details you need. Perhaps you find what you're looking for in the properties field...
Thanks :D
Use exiv2 tool to print XMP metadata and pipe it to awk matching on "flag" and returning the last element of that line:
exiv2 -px pr 3UWLBAUCb9Z2.jpg | awk '/flag/ {print $NF}'
opened the img with notepad lol
stone-age technique lol
Always clear your metadata.
2 days ago
metadata of image