Makoto Posted February 21, 2021 Posted February 21, 2021 (edited) 2 hours ago, Joel R said: 2. The grand irony - or perverse absurdity - is that my own website delivers images as webp via my Cloudflare. I literally have users who have downloaded my site's images, but can't upload them back to my site! That comes across as distinctly discrepant. FWIW if your users download images as WebP, they probably can't open/view them on their desktop either. Windows, at the very least, does not recognize WebP as an image format. You should avoid having your users download images in WebP format. Serving them in-browser is fine, but the original downloads should always be PNG, JPEG, GIF or so on until this changes. Edited February 21, 2021 by Makoto sobrenome and SUBRTX 2
Linux-Is-Best Posted February 21, 2021 Posted February 21, 2021 (edited) 20 minutes ago, Makoto said: FWIW if your users download images as WebP, they probably can't open/view them on their desktop either. Windows, at the very least, does not recognize WebP as an image format. The classic Windows Photo Viewer in Windows 10 supports WebP. This means that you can open WebP photos with Windows Photo Viewer without installing any codec or plugin. Right-click on the WebP picture file, click Open with, and then select Windows Photo Viewer to open the WebP image with Windows Photo Viewer. However, the catch is that Windows Photo Viewer has been turned off by default. You need to enable it. Doing that is pretty easy. Open Notepad and save this as PhotoViewer.reg (be sure not to save it as a text document). Right click the reg file and select, Merge. Then find a WebP photo of your choice, right click, and open it with Windows Photo Viewer. Windows Registry Editor Version 5.00 ; Change Extension's File Type [HKEY_CURRENT_USER\Software\Classes\.jpg] @="PhotoViewer.FileAssoc.Tiff" ; Change Extension's File Type [HKEY_CURRENT_USER\Software\Classes\.jpeg] @="PhotoViewer.FileAssoc.Tiff" ; Change Extension's File Type [HKEY_CURRENT_USER\Software\Classes\.gif] @="PhotoViewer.FileAssoc.Tiff" ; Change Extension's File Type [HKEY_CURRENT_USER\Software\Classes\.png] @="PhotoViewer.FileAssoc.Tiff" ; Change Extension's File Type [HKEY_CURRENT_USER\Software\Classes\.bmp] @="PhotoViewer.FileAssoc.Tiff" ; Change Extension's File Type [HKEY_CURRENT_USER\Software\Classes\.tiff] @="PhotoViewer.FileAssoc.Tiff" ; Change Extension's File Type [HKEY_CURRENT_USER\Software\Classes\.ico] @="PhotoViewer.FileAssoc.Tiff" Edited February 21, 2021 by Linux-Is-Best correct wording sobrenome 1
Makoto Posted February 21, 2021 Posted February 21, 2021 (edited) 2 minutes ago, Linux-Is-Best said: The classic Windows Photo Viewer in Windows 10 supports WebP. This means that you can open WebP photos with Windows Photo Viewer without installing any codec or plugin. Right-click on the WebP picture file, click Open with, and then select Windows Photo Viewer to open the WebP image with Windows Photo Viewer. However, the catch is that Windows Photo Viewer has been turned off by default. You need to enable it. Doing that is pretty easy. Open Notepad and save this as PhotoViewer.reg (be sure not to save it as a text document). Right click the photo and select, Merge. Then find a WebP photo of your choice, right click, and open it with Windows Photo Viewer. Windows Registry Editor Version 5.00 ; Change Extension's File Type [HKEY_CURRENT_USER\Software\Classes\.jpg] @="PhotoViewer.FileAssoc.Tiff" ; Change Extension's File Type [HKEY_CURRENT_USER\Software\Classes\.jpeg] @="PhotoViewer.FileAssoc.Tiff" ; Change Extension's File Type [HKEY_CURRENT_USER\Software\Classes\.gif] @="PhotoViewer.FileAssoc.Tiff" ; Change Extension's File Type [HKEY_CURRENT_USER\Software\Classes\.png] @="PhotoViewer.FileAssoc.Tiff" ; Change Extension's File Type [HKEY_CURRENT_USER\Software\Classes\.bmp] @="PhotoViewer.FileAssoc.Tiff" ; Change Extension's File Type [HKEY_CURRENT_USER\Software\Classes\.tiff] @="PhotoViewer.FileAssoc.Tiff" ; Change Extension's File Type [HKEY_CURRENT_USER\Software\Classes\.ico] @="PhotoViewer.FileAssoc.Tiff" Anything that requires doing registry edits means it's not something that's accessible to the common user is my point. Until it just works out of the box, without needing you to manually enable anything, it's still a problem, and why you should work to avoid having users download files in WebP format to begin with. Me personally, I use Directory Opus as a drop-in replacement for Windows Explorer, which has its own photo viewer that is vastly superior to Windows', so the issue doesn't apply to me personally, I'm just thinking in regards to the average end user. This is not at all an argument against supporting WebP as an uploadable image format, just an observation. Edited February 21, 2021 by Makoto sobrenome and Linux-Is-Best 2
Linux-Is-Best Posted February 21, 2021 Posted February 21, 2021 1 minute ago, Makoto said: Anything that requires doing registry edits means it's not something that's accessible to the common user is my point. Until it just works out of the box, without needing you to manually enable anything, it's still a problem, and why you should work to avoid having users download files in WebP format to begin with. This is not at all an argument against supporting WebP as an uploadable image format, just an observation. Fair point. Although I cannot test it since I no longer use Windows, I imagine Microsoft Edge could open a WebP without a reg edit. But I digress. Your point is valid. Makoto and sobrenome 2
Jimi Wikman Posted February 21, 2021 Posted February 21, 2021 13 hours ago, Joel R said: Webp is not a niche image format anymore. Full stop. While I could understand that argument in 2015, webp is now almost universally supported by all browsers: Keyword being almost. 10% of unsupported users of those being tracked is quite a lot of users. I would still argue that unless the format is officially supported as an industry standard and fully supported in commercial platforms, both for producing graphics and for displaying graphics, it is a risk to add it to your commercial software. Besides, it even says so on the page that webp is already being challenged by an even better standard in AVIF that is developed by AOM. Do you really think that Google will come out on top with a BSD licensed image format against an open format backed by the giants in the AOM? At the end of the day it is IPS decision, but I would rather see support for vector graphic than webp in the near future. A plugin for those that need webp should suffice over it being a native feature as it would mitigate official support taking time from other, more important issues. That's just me though 🙂 sobrenome and Luuuk 2
Featured Comment Jordan Miller Posted February 23, 2021 Featured Comment Posted February 23, 2021 I can confirm WebP will be available in our next release (which is 4.6 btw) 🙂 My Sharona, SeNioR-, sobrenome and 4 others 3 4
sobrenome Posted February 23, 2021 Posted February 23, 2021 16 minutes ago, Jordan Invision said: I can confirm WebP will be available in our next release (which is 4.6 btw) 🙂 Perfect!! Jordan Miller and Linux-Is-Best 2
GTAPoliceMods Posted July 16, 2021 Posted July 16, 2021 On 2/23/2021 at 11:05 AM, Jordan Invision said: I can confirm WebP will be available in our next release (which is 4.6 btw) 🙂 Any news on official support for WebP delivery?
Nathan Explosion Posted July 16, 2021 Posted July 16, 2021 It's in 4.6. If you have already upgraded and it is not working then... sobrenome 1
Recommended Posts
Posted by Jordan Miller,
7 reactions
Go to this post