Images are saved as .webp instead of original format (JPG, JPEG, PNG, etc.)
-
@Kepke said in Windows: Images save as .webp and i'd like it to stop
(not a vivaldi exclusive issue):
That's way too much work to get a picture...
What I am trying to do is diagnose why you are not getting the expected results. I am not suggesting that you should use IrfanView to fix the file type. As I said, the file is a JPG already. There should be nothing to do but download it.
Something on your Windows installation is broken.
-
@Pesala said in Windows: Images save as .webp and i'd like it to stop
(not a vivaldi exclusive issue):
@Kepke said in Windows: Images save as .webp and i'd like it to stop
(not a vivaldi exclusive issue):
That's way too much work to get a picture...
What I am trying to do is diagnose why you are not getting the expected results. I am not suggesting that you should use IrfanView to fix the file type. As I said, the file is a JPG already. There should be nothing to do but download it.
Something on your Windows installation is broken.
Ah ok, i apologize. I did not understand your intention. I installed IrfanView and got the "needed" webp.dll plugin it asked for.
It did not give me a error after the first time asking for the plugin.
For whatever reason, the format changes during drag and drop. I don't know if i mentioned it, but in the explorer the file isn't a ".webp" but a "Vivaldi HTML Document".
-
Hello Kepke , Yo . How are you doing?
properties
possible to see a preview text/html. A preview webp..The image is jpg.
Look at image size for compare; the dimension x,y size not the Kb. differ for preview.
i not drag and drop anything. [ webp by go is quick and good quality. as advertised. opinion.]
-
@Kepke said in Windows: Images save as .webp and i'd like it to stop
(not a vivaldi exclusive issue):
I don't know if i mentioned it, but in the explorer the file isn't a ".webp" but a "Vivaldi HTML Document".
This is a long standing known bug. Any file type associated with vivaldi is listed as html. If you enable file extensions in Windows explorer you can see that it's just a visual bug.
-
So it all just depends on the host if drag and drop will "work"?
-
Oke, i always assumed drag&drop was the same as RMB+Save As.
Do we have a shortcut in vivaldi that would allow me to click on any picture and save it without the windows prompt popping up?
-
@Kepke Not yet. We are still waiting for Ctrl+Click on Images to Save Them.
-
We've seen that Google image search seems to use webP a lot; if using Google always click the link to load the original.
-
This post is deleted! -
@espinozaeric Wow, I think you're the first GAN-image spammer I've seen here
What's up with your hair, it looks like you're using an Amy Winehouse (RIP) wig?
-
@espinozaeric I do not know why we should convert a MP4 video into a WebP image? Really?
I use ffmpeg to convert images, audios and videos.
Why? It works.
And i do not have the need to upload content to untrusted websites who could steal my data. -
Will this weird issue ever be fixed? I've faced it for the first time and it was quite unexpected that any way of saving JPG image from site (that I can perfectly open in a new tab and view as JPG, and open its properties to make sure its JPG) only suggests this weird WEBP format instead and doesn't allow to download original files!
I've saved entire page as HTML+images and got a bunch of this stupid WEPB files. What is even more strange, some of images were saved as JPG but most as WEBP, what kind of weird logic does so?I'm just updated to 4.1.2369.11 (Stable channel) (64-bit) and this is still so...
I would agree to be able to save to WEPB as an OPTION but not ALWAYS without any user permission...
-
@mvv_ it's not the browser the one deciding to save webp files instead of jpg files, but the site where you are downloading images is serving you webp images because it detects it's a browser able to manage webp files. Have you even tried to read the start of this thread before posting? It was already said.
Where are you seeing this? -
@mvv_ Please report your issue to the webmasters of such broken web sites.
Or you use a external proxy program/browser extension which manipulates the HTTP-Accept header sent to browser, reducing the header to:
text/html,application/xhtml+xml,application/xml
-
This post is deleted! -
This post is deleted! -
This post is deleted! -
I got that Fix from a ghacks comment from Jaqi:
I can confirm it stop this stupid webp save as dialog.As you can see the source file from the website is loaded as a jpg file but vivaldi instead want to save it as a webp file. I think it's not a bug of vivaldi itself.
BECAREFUL changing registry settings. Save the original settings as a backup with the export function. All changes you make are at your own risk
Source link from netzwelt
Changing the "extention" entry in the path to .jpg do the trick:
Computer\HKEY_CLASSES_ROOT\MIME\Database\Content Type\image/webp
after changing I'm able to save the already loaded .jpg file as a .jpg file:
-
@storylord Sometimnes Windwos app break savin of web content with correct format.
You need to check Windows Registry for corect setting
.webp file association and mime-type image/webp.And on web pages it is not a Vivaldi issue, content sent from server with mime-type image/webp always save as WebP image.
Vivaldi tells the server, that i can show WebP. It send this HTTP header:
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
If you do not want to get WebP, you have to change the HTTP header to
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
May be this extension can help you: https://chrome.google.com/webstore/detail/modify-header-value-http/cbdibdfhahmknbkkojljfncpnhmacdek -
@doctorg thanks. It solves not the drag and drop of images. Neither with the tip from ghacks nor with the accept header mod.
At least the "save image as" works again as usual with the modified registry.