Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Comments

feat: remove exif metadata from images before upload#1836

Merged
catch-21 merged 3 commits intodevfrom
catch-21/strip-exif-metadata
Aug 8, 2025
Merged

feat: remove exif metadata from images before upload#1836
catch-21 merged 3 commits intodevfrom
catch-21/strip-exif-metadata

Conversation

@catch-21
Copy link
Collaborator

@catch-21 catch-21 commented Aug 8, 2025

resolves https://github.com/pubky/pubky-app/issues/1834

This ensures images that are attached to content without being compressed are without metadata.
Compressed images already get re-encoded and profile images get cropped, so they are both already EXIF-free.

@catch-21 catch-21 force-pushed the catch-21/strip-exif-metadata branch from c989071 to e3c3894 Compare August 8, 2025 08:50
@catch-21 catch-21 requested a review from flaviomoceri August 8, 2025 08:52
@catch-21 catch-21 merged commit b873c46 into dev Aug 8, 2025
4 checks passed
@catch-21 catch-21 deleted the catch-21/strip-exif-metadata branch August 8, 2025 10:06
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.

[Feature]: Remove exif from attached images before upload

2 participants