Image in webp or jpg??

Thomas6

Junior Member
Joined
Dec 17, 2021
Messages
100
Reaction score
21
which image format should I choose for a website?

which third-party Image compressor you use to compress your image without losing quality and in which Dimensions??

Thnxx for your suggestions!!
 
WebP images are usually smaller than jpg. WebP has superior compression. The use of WebP images on your own website can therefore improve performance while also decreasing the amount of data stored on your server.
 
webp for a better compression, if you plan on using jpeg atleast try png. png can be transperent background if that has any importance for you.
 
My AI says:
It is feasible to observe sites that say that WebP is superior to JPEG, however it is more precise to say that WebP is a likely option in contrast to JPEG. This is on the grounds that JPEG is as yet the most generally utilized configuration on the web, and keeping in mind that WebP is a practical other option, it isn't yet a feasible substitution.\n\nCertain individuals will say that WebP is superior to JPEG in light of the fact that it utilizes a further developed pressure calculation, which can create a superior quality picture with a more modest record size. WebP additionally upholds straightforwardness, which implies that it can uphold different picture designs, like GIF and PNG. Be that as it may, there are a few drawbacks to WebP also. For instance, WebP isn't upheld by Internet Explorer, and isn't upheld by most programs yet.
 
My AI says:
It is feasible to observe sites that say that WebP is superior to JPEG, however it is more precise to say that WebP is a likely option in contrast to JPEG. This is on the grounds that JPEG is as yet the most generally utilized configuration on the web, and keeping in mind that WebP is a practical other option, it isn't yet a feasible substitution.\n\nCertain individuals will say that WebP is superior to JPEG in light of the fact that it utilizes a further developed pressure calculation, which can create a superior quality picture with a more modest record size. WebP additionally upholds straightforwardness, which implies that it can uphold different picture designs, like GIF and PNG. Be that as it may, there are a few drawbacks to WebP also. For instance, WebP isn't upheld by Internet Explorer, and isn't upheld by most programs yet.
Okay, what did you ask your AI?
 
I use ImageOptim to cleanup my images. For anything else I use ImageMagick. I try to use JPEG over PNG because it provides smaller file sizes while still retaining image quality, but I use PNG if I need transparent backgrounds in my images. If I'm creating a WordPress website then I use a plugin like WebP Converter for Media which will convert and serve webp/avif images if the browser supports it.

As far as image dimensions go there isn't a one size fits all for the web because of all of the different device types and screen resolutions. You should really be serving responsive images by creating several image sizes and serving the correct image based on the support screen.
 
I am not using .webp for one reason - not all browsers supports it.
Why not use a image optimization plugin that supports a fallback function for browser that does not support it then, your missing out.
 
In my opinion.. is too early for webp .. plenty of users with outdated browsers .

According to caniuse, currently 79.2% of browsers support the WebP image format.

So about 20% ..
 
Why not use a image optimization plugin that supports a fallback function for browser that does not support it then, your missing out.
On my wordpress sites almost all images are embedded. Where i use my images - jpg, png - it is not very big in size.
On static html sites i have an option to convert all images to webp with mod_pagespeed.
 
In my opinion.. is too early for webp .. plenty of users with outdated browsers .

According to caniuse, currently 79.2% of browsers support the WebP image format.

So about 20% ..

Damn I didn't know so many people couldn't see them still!
 
Always had had that question, I'm using webp in almost all my stores, some browsers still have no support to them, else I'm having good results on PageSpeed Insights thanks to them
 
My AI says:
It is feasible to observe sites that say that WebP is superior to JPEG, however it is more precise to say that WebP is a likely option in contrast to JPEG. This is on the grounds that JPEG is as yet the most generally utilized configuration on the web, and keeping in mind that WebP is a practical other option, it isn't yet a feasible substitution.\n\nCertain individuals will say that WebP is superior to JPEG in light of the fact that it utilizes a further developed pressure calculation, which can create a superior quality picture with a more modest record size. WebP additionally upholds straightforwardness, which implies that it can uphold different picture designs, like GIF and PNG. Be that as it may, there are a few drawbacks to WebP also. For instance, WebP isn't upheld by Internet Explorer, and isn't upheld by most programs yet.

Bravo! - a hell of a lecture - I am reluctant to use webp
 
I use webp and have switched it on most of my sites just because they are smaller in size.
I use jpg for infographic images though on blog posts.
 
PNG is comparable larger than JPG on it's own
I would only use PNG over JPG if it needs to be transparent.

I personally use WEBP, but i do have a fallback for JPG if they dont support it
 
which image format should I choose for a website?

which third-party Image compressor you use to compress your image without losing quality and in which Dimensions??

Thnxx for your suggestions!!
If you're really concentrating on website speed, i recommend you to go for webp version. In general webp is 25 – 35% smaller in its file sizes than jpg.
 
Back
Top