WebP and pixelWidth/pixelHeight metadata missing/empty in JSON object

Hi, I noticed JPEG images have pixelWidth and pixelHeight but WebP images don’t when retrieved as a JSON object using the API.

Is it the same reason as you explained here - that it isn’t supported natively in .NET?

Thanks.

The mime type is defined by the client who uploads it, not Squidex. But metadata is not supported yet, because of the missing webp support. But the PR for the webp support makes a lot of progress, so I hope they release it soon.

Looks like it may take a while. I think I will have to skip .webp images for now and just go with .jpg.