Conversation
Define API params in order to be able to filter correctly
Earlier, if `fm` was not specified then an image with mime-type "image/x-webp" would get encoded as jpg instead of webp, since the mime type is not include in the Encoder::supportedFormats() list.
Ensure original type is preserved when `fm` is not specified.
Fixed param typo
Local dev improvements
Use `cover` method from Intervention
Update docs for libvips usage.
|
Thanks for your work on Glide 3! Is there an upgrade guide anywhere detailing any changes in behaviour, or should everything "just work' after updating the version constraint? I couldn't find one on the docs, or on the changelog. |
Collaborator
Author
|
Here's the changelog https://glide.thephpleague.com/3.0/changelog/ In general everything should "just work" after updating the constraint. Only if you have a custom manipulator it will need updating. |
|
Great, thank you for clarifying! |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.Suggestion cannot be applied right now. Please check back later.
No description provided.