-
Notifications
You must be signed in to change notification settings - Fork 631
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
Upgrade to image 0.25 and add feature flags for format selection #7251
Comments
For context, we tried to upgrade before and this was reverted in 305e02e that lists the reasons |
Naming-wise, should the default option be |
My take:
I'd go with
Yes, true, we should offer to disable png/jpeg. I guess that can only be done if we make
I'd say no. What's your opinion? |
Added image-default-formats with all the format supported by image by default, and enable that feature by default. Also put that feature in compat-1-2 for compatibility with user that have used image 0.24 with enabled features. Make a new compat-1-10 feature that does not enable default format by default ChangeLog: upgraded image crate to 0.25, added a new cargo feature to enable all image formats. (that feature is enabled by default with compat-1-2, added compat-1-10 to disable it Fixes #7251
Added image-default-formats with all the format supported by image by default, and enable that feature by default. Also put that feature in compat-1-2 for compatibility with user that have used image 0.24 with enabled features. Make a new compat-1-10 feature that does not enable default format by default ChangeLog: upgraded image crate to 0.25, added a new cargo feature to enable all image formats. (that feature is enabled by default with compat-1-2, added compat-1-10 to disable it Fixes #7251
Added image-default-formats with all the format supported by image by default, and enable that feature by default. Also put that feature in compat-1-2 for compatibility with user that have used image 0.24 with enabled features. Make a new compat-1-10 feature that does not enable default format by default ChangeLog: upgraded image crate to 0.25, added a new cargo feature to enable all image formats. (that feature is enabled by default with compat-1-2, added compat-1-10 to disable it Fixes #7251
We should upgrade to image 0.25 and to replace the implicit public dependency via image format selection (see #7218).
image-format-XXX
features for supported formats.image-default-formats
as per commit a159562.Note: Double check that Zune-jpeg fix is available to us.
The text was updated successfully, but these errors were encountered: