Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(weave): Add util to strip EXIF Metadata (and save 30-50% filesize per img) #2863

Merged
merged 6 commits into from
Nov 6, 2024

Conversation

andrewtruong
Copy link
Collaborator

@andrewtruong andrewtruong commented Nov 5, 2024

EXIF: https://en.wikipedia.org/wiki/Exif

Strips identifying metadata and makes for smaller images that load faster!

@circle-job-mirror
Copy link

circle-job-mirror bot commented Nov 5, 2024

@andrewtruong andrewtruong changed the title chore(weave): Add util to strip exif chore(weave): Add util to strip EXIF (and save 30-50% filesize per img) Nov 5, 2024
@andrewtruong andrewtruong changed the title chore(weave): Add util to strip EXIF (and save 30-50% filesize per img) chore(weave): Add util to strip EXIF Metadata (and save 30-50% filesize per img) Nov 5, 2024
@andrewtruong andrewtruong marked this pull request as ready for review November 5, 2024 10:25
@andrewtruong andrewtruong requested a review from a team as a code owner November 5, 2024 10:25
strip_exif.py Outdated
@@ -0,0 +1,75 @@
#!/usr/bin/env python3
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit - belongs in scripts

@andrewtruong andrewtruong enabled auto-merge (squash) November 5, 2024 22:46
@andrewtruong andrewtruong merged commit e851249 into master Nov 6, 2024
114 of 116 checks passed
@andrewtruong andrewtruong deleted the andrew/strip-exif branch November 6, 2024 02:12
@github-actions github-actions bot locked and limited conversation to collaborators Nov 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants