We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
safe
Vec<String>
Docs: https://docs.rs/oxipng/5.0.1/oxipng/enum.Headers.html
Test: https://github.com/shssoichiro/oxipng/blob/7ffbe1fb7865a8e97512e63cef06bebc245059a1/tests/flags.rs#L224-L230
safe would remove all auxiliary data blocks that do not potentially affect the rendering of the image. For example, Text Chunks will be removed.
all would maintain the current behavior and remove all auxiliary data blocks.
all
Image/packages/binding/src/png.rs
Lines 131 to 139 in e610836
imageoptim uses safe by default.
https://github.com/ImageOptim/ImageOptim/blob/d8d6bc528f0b19253585d824851e320db3261d03/imageoptim/Backend/Workers/OxiPngWorker.m#L31-L33
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Docs: https://docs.rs/oxipng/5.0.1/oxipng/enum.Headers.html
Test: https://github.com/shssoichiro/oxipng/blob/7ffbe1fb7865a8e97512e63cef06bebc245059a1/tests/flags.rs#L224-L230
safe
would remove all auxiliary data blocks that do not potentially affect the rendering of the image. For example, Text Chunks will be removed.all
would maintain the current behavior and remove all auxiliary data blocks.Image/packages/binding/src/png.rs
Lines 131 to 139 in e610836
imageoptim uses safe by default.
https://github.com/ImageOptim/ImageOptim/blob/d8d6bc528f0b19253585d824851e320db3261d03/imageoptim/Backend/Workers/OxiPngWorker.m#L31-L33
The text was updated successfully, but these errors were encountered: