Skip to content
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

Added support webp format #178

Closed
wants to merge 7 commits into from
Closed

Added support webp format #178

wants to merge 7 commits into from

Conversation

Two-Faces
Copy link
Contributor

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant