Is .webp file format supported in Photoshop plugin panels?

Hello,

I’m new to Photoshop plugin development and currently trying to render .webp files using the <img> tag in the plugin panel. However, the images aren’t displaying. When I use .png files, they render just fine.

Does Photoshop support .webp files in plugin panels, or is there a workaround I should consider?

Thank you for your help!

I think it is not supported. I think it is also not documented what is supported. I know JPG and SVG should work as well. Not sure if anything else.

1 Like

Thank you for the response!

Do you happen to know of any possible workarounds? I tried converting the .webp images to base64, but that didn’t work either. Any advice would be greatly appreciated!

Convert it to PNG. .

1 Like