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

Request: Document what the --strict option does #127

Open
louie-github opened this issue May 2, 2023 · 1 comment
Open

Request: Document what the --strict option does #127

louie-github opened this issue May 2, 2023 · 1 comment

Comments

@louie-github
Copy link

From what I have learned by skimming through some issues and asking around, using --strict does these things:

  • Keep pixel values of completely transparent alpha channels in PNG files
  • Do not recursively optimize ZIP files

Is there anything else this option does? I think it would be useful to document it somewhere, either in the README or in the help string.

Additionally, as a side note, you should probably add --help as an option to ECT.

Thank you!

@fhanau
Copy link
Owner

fhanau commented May 6, 2023

That's about it – the only other thing is refusing to process gzip files that contain metadata (comment or extra field) which would be removed otherwise. I'll look into documenting this better.
For ECT's help interface, run the program with no arguments, -h or -help.

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

2 participants