Merged
Conversation
Implements the EXIF Data Stripper & Viewer from specs/005-exif-stripper/. - New tool: tools/exif-stripper.html + tools/exif-stripper/ - JPEG stripping via lossless binary splice (DataView walk, zero re-encoding) - PNG stripping via Canvas re-encode - EXIF tag table with ~80 common tags across 4 field groups - GPS coordinates rendered as clickable map link with warning banner - Selective strip: Location, Device Info, Timestamps, Camera Settings - Remove GPS Only shortcut in the warning banner - Batch mode: up to 10 images → per-file summary → ZIP download via JSZip - JSZip 3.10.1 vendored under tools/vendor/jszip/ - Structured data (SoftwareApplication + HowTo) in exif-stripper.html - EXIF Stripper card added to tools/index.html Closes #38 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
JackTreble
approved these changes
Apr 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a new implementation run — no prior implementation existed.
Features Implemented
US1 — Strip & Download (P1 MVP)
US2 — Selective Strip (P2)
US3 — Batch Strip (P3)
Vendored Dependencies
package.json,scripts/sync-vendor.mjs, and committed totools/vendor/jszip/jszip.min.jstools/vendor/manifest.jsonupdated to include JSZip entryShared Assets Reused
tools/common.css— layout, buttons, drop zone, badges, error statestools/template.html— used as structural referenceStructured Data
exif-stripper.htmlincludes:SoftwareApplicationschema with feature listHowToschema with 3 steps matching the tool workflowHow to Run
Open
tools/exif-stripper.htmlin a browser (or serve from the repo root withnpm run serve:tools).Closes #38