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?
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!