How to disable image webp conversion?

I am completely unable to force some images to download as .png

I have tried adding the ?noresize to the end of the image url. I’ve tried to create a download button with the URL of the image. I’ve tried adding ?format=png to the end of the download url. No luck. No matter what, I cannot force my browser to download the image as a png. How do I fix this?

Example: RevPartners Brand Guidelines try downloading the first white horizontal logo. It always comes out as webp.

Hi @Sasha-A8, I hope that you are well!
Thanks for asking the Community!
I have found the solution from @alyssamwilie on this similar post “No serverside webP conversion in fact” that might help you!
Also, on this same post, I can see that my colleague Jaycee indicated that “HubSpot may convert uploaded JPEG and PNG files to WebP, and this conversion is done for display purposes in browsers that support WebP. The original files are still kept in their original format, and are served to browsers that don’t support WebP. So, when you download the file, you may receive the original JPEG, but be served the WebP version in your browser.”
I hope this helps!
Have a great day!
Best,
Bérangère

Hi @Sasha-A8,

Have you tried adding both the format and noresize attributes?

?noresize&format=png