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.
Greetings, I decided to add webp support to my project, but I ran into the problem that this format was not processed in any way.
At the stage of writing the code, I realized that there is no webp support in imaginglib and moved all available types of images to a separate file.
I checked the work of formatting images in webp and this option works fine, but there is one more problem that needs to be finalized.
The problem is that when the image is taken from the storage, the content-type: image/webp is not inserted into the image header, but this does not interfere with the work in any way.
If it is not difficult, you can help with solving the remaining problems. Thank you :)