LocalUtils field note · Inspect and remove selected JPEG metadata before sharing
Inspect and remove selected JPEG metadata before sharing
A photo can reveal more than its visible pixels. JPEG metadata may contain camera details, capture time, software history, comments, orientation, and—when recorded—location coordinates.
Photo Safe-Share reads supported metadata locally and produces a new JPEG after removing the selected metadata groups. It does not blur faces, hide visible landmarks, or prove that every proprietary metadata block has been removed.
Quick start
- Choose a JPEG copy rather than the only original.
- Review the metadata groups shown by the tool, especially GPS, date, device, description, and software fields.
- Select the groups to remove and generate the cleaned JPEG.
- Download the output, reopen it in a metadata inspector and image viewer, and compare orientation, color, dimensions, and visible content.
device → browser engine → result
What the browser does
exifr reads metadata for inspection. piexifjs changes EXIF structures in a JPEG data URL, and the browser converts the result back to a downloadable Blob.
Object URLs are revoked when a result is replaced or cleared. The selected image is not posted to a LocalUtils image-processing API, but the application and optional account or advertising services still use normal network requests.
Inputs and outputs
- Input: JPEG/JPG images supported by the browser and metadata libraries.
- Output: a JPEG with selected EXIF groups removed.
- The tool is not a general PNG, RAW, TIFF, or video metadata editor.
Limits to know before you start
- Visible information remains visible even after metadata is removed.
- Metadata outside supported EXIF structures may remain.
- Re-encoding or metadata rewriting can affect orientation or application-specific color handling.
- Social platforms may create additional copies with their own processing rules.
Troubleshooting
- If the image opens rotated, compare the orientation tag and visible output before sharing.
- If no metadata appears, the source may already be stripped or may use an unsupported container.
- If exact archival fidelity matters, preserve the original and use the cleaned copy only for sharing.
Verification checklist
- Inspect the output with a second metadata reader.
- Check the image at full size for orientation, crop, and color changes.
- Review the pixels themselves for faces, badges, reflections, documents, screens, addresses, and location clues.
Questions people ask
Does removing GPS make a photo anonymous?
No. People, buildings, signs, timestamps, filenames, and visual context can still identify a place or person.
Does the tool modify the original file?
It creates a new downloadable result. Keep the original separately if you need archival metadata.
Can it clean every image format?
No. The implemented metadata workflow targets JPEG images and supported EXIF structures.
