This format does not apply compression algorithm
Posted: Sun Dec 22, 2024 9:20 am
PNG
. It allows to obtain images with maximum quality but the file size will be high in terms of weight. So you have to be careful.
It should be used for graphs, images created with programs like Canva or Photoshop, infographics and browser screenshots. If the asset contains geometric shapes, consider converting it to a vector whatsapp in philippines format like SVG . What about photos? How do I go about it?
JPG
JPG uses a combination of lossy and lossless to reduce the file size of the image. It is certainly the solution for uploading photos that reproduce real images, less suitable for graphics.
WebP
WebP images are lighter than JPEG and PNG, achieving 25–35% compression on file size. This reduces page weight and improves performance.
webp image support
Why is not everyone convinced about this solution? It is not an easy format to manage and, crucially, it is not accepted by some browsers such as Safari (in older versions) and Internet Explorer .
In fact, it is necessary to use tricks to serve the type of image based on the browser support used by the user.
GIF
If you want to add an animated image to your web page you have to face a problem: weight. Google's opinion? Replace GIF with videos to reduce the weight of the page and avoid problems.
. It allows to obtain images with maximum quality but the file size will be high in terms of weight. So you have to be careful.
It should be used for graphs, images created with programs like Canva or Photoshop, infographics and browser screenshots. If the asset contains geometric shapes, consider converting it to a vector whatsapp in philippines format like SVG . What about photos? How do I go about it?
JPG
JPG uses a combination of lossy and lossless to reduce the file size of the image. It is certainly the solution for uploading photos that reproduce real images, less suitable for graphics.
WebP
WebP images are lighter than JPEG and PNG, achieving 25–35% compression on file size. This reduces page weight and improves performance.
webp image support
Why is not everyone convinced about this solution? It is not an easy format to manage and, crucially, it is not accepted by some browsers such as Safari (in older versions) and Internet Explorer .
In fact, it is necessary to use tricks to serve the type of image based on the browser support used by the user.
GIF
If you want to add an animated image to your web page you have to face a problem: weight. Google's opinion? Replace GIF with videos to reduce the weight of the page and avoid problems.