Jpeg saves as webp
-
aidar last edited by sgunhouse
Hello.
Tell me why does the browser save the jpeg file as webp?
https://images.by.prom.st/84108680_w640_h640_rastvoritel-videojet-16-8536q.jpg
-
blackbird71 last edited by
@aidar The internal file header renders it as a webp file, not a jpg file. Anyone can name any file with any extension type they want, but that doesn't make it that kind of file-type. In this case, someone at the site probably made a labeling mistake...
-
burnout426 Volunteer last edited by burnout426
Try using this extension to override the "Accept" request header value for the site so that it's
text/html,application/xhtml+xml,application/xml;q=0.9,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
instead oftext/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
.Notice
image/webp
missing in the former. This stops Opera from telling the site that it supports image/webp so that the site falls back to jpeg.You might have to clear your cache first to get the updated result for the test pic you linked to.
-
EmmJae last edited by
@burnout426 This method might work on a PC. But it will not work on an android phone. I've been trying to get this problem fixed in my android phone.