Stop showing the App from which photos are saved

I have noticed when I save a picture from email, Facebook, or text thread it shows where the photo was saved from. I don’t want this information shared when I forward the picture. How do I stop it without deleting the other metadata, like location and date.

Posted on Jul 8, 2023 7:59 AM

Reply
2 replies

Jul 8, 2023 8:43 AM in response to eshajuane

With xattred.app strip "com.apple.metadata:kMDItemWhereFroms" flag or Edit the URL.


https://eclecticlight.co/xattred-sandstrip-xattr-tools/


Via the Terminal check extended attributes (you might have to install xattr if macOS does not have it built-in):


xattr image.jpg


xattr -l image.jpg


Remove one extended attribute:


xattr -d com.apple.metadata:kMDItemWhereFroms image.jpg


Remove one extended attribute from all files in the current folder:


xattr -rd com.apple.metadata:kMDItemWhereFroms .


Remove all extended attributes:


xattr -c a.jpg


Remove all extended attributes recursively in the current folder:


xattr -rc .


This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Stop showing the App from which photos are saved

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.