When trying to upload media in .webp format, Providence will reject it:
"Object media representation (default): Unknown file type not accepted by media."
I've created a workflow to convert JPEG fields to WEBP using GraphicsMagick: gm convert input.jpg output.webp
. This generates a file with the same dimensions as the original one but with a very efficient compression, delivering files of a few hundred KB from 10MB JPEG. This is optimal for web display.
I wondered if .webp could be activated on media_processing.conf, but it's not the case.
Are there any plans –or workarounds– for Providence (and Pawtucket) to support .webp?
Thanks.