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

[Feature Request] Anonymise and optimise for public file sharing #54

Open
nomandera opened this issue Apr 22, 2024 · 1 comment
Open

Comments

@nomandera
Copy link

I suspect a common use case will be converting files for later sharing on the internet.

An option(s) that could implement explicit:

  • metadata-removal (EXIF, PDF author etc)
  • when an image type re-scale to either a target percentage or goal target px maintaining aspect ratio
  • anonymising filename (perhaps just SHA hash)

Examples of manual methods of doing above:

  • mogrify -resize 20% input.jpg
  • mogrify -strip input.jpg
@nomandera
Copy link
Author

I know less about optimising as I usually just employ https://tinypng.com/

but these apparently can work

and I would far prefer not to use a 3rd party.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant