danvergara / morphos

Self-hosted file converter server
MIT License
750 stars 33 forks source link

Add webp #11

Closed danvergara closed 8 months ago

danvergara commented 8 months ago

This PR introduces the WEBP image format and the ability to convert from and to this file format from the other supported image formats.

I based my work on this article to open WEBP images and I had to rely on this third party library to do the encoding to the WEBP format.