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
Add checkbox to Settings > Media to control whether to generate JPEG in addition to WebP #537
Merged
felixarntz
merged 34 commits into
trunk
from
enhancement/525-checkbox-multi-mime-setting
Oct 7, 2022
Merged
Add checkbox to Settings > Media to control whether to generate JPEG in addition to WebP #537
felixarntz
merged 34 commits into
trunk
from
enhancement/525-checkbox-multi-mime-setting
Oct 7, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mehulkaklotar
commented
Oct 5, 2022
felixarntz
requested changes
Oct 5, 2022
felixarntz
reviewed
Oct 5, 2022
felixarntz
reviewed
Oct 6, 2022
@mehulkaklotar This is almost good to go now. Left mostly minor suggestions, so there are two quirks (one little tricky) to still address.
Co-authored-by: Felix Arntz <felixarntz@users.noreply.github.com>
Co-authored-by: Felix Arntz <felixarntz@users.noreply.github.com>
Co-authored-by: Felix Arntz <felixarntz@users.noreply.github.com>
Co-authored-by: Felix Arntz <felixarntz@users.noreply.github.com>
Co-authored-by: Felix Arntz <felixarntz@users.noreply.github.com>
Co-authored-by: Felix Arntz <felixarntz@users.noreply.github.com>
mehulkaklotar
commented
Oct 6, 2022
mehulkaklotar
commented
Oct 6, 2022
felixarntz
reviewed
Oct 6, 2022
@mukeshpanchal27 @mehulkaklotar One small optimization recommendation here, but other than that this is good to go.
Co-authored-by: Felix Arntz <felixarntz@users.noreply.github.com>
mukeshpanchal27
approved these changes
Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Focus] Images
Issues related to the Images focus area
[Module] WebP Uploads
Issues for the WebP Uploads module
[Type] Enhancement
A suggestion for improvement of an existing feature
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.


Summary
This PR is dependent on the issue #524 and PR #527
PR introduces
generate_webp_and_jpeg-> boolean valuewebp_uploads_upload_image_mime_transformsto image/jpeg and image/webp if thegenerate_webp_and_jpegis trueRemaining work(After #524 is merged)
Fixes #525
Relevant technical choices
Checklist
[Focus]orInfrastructurelabel.[Type]label.no milestonelabel.