What are next-gen image formats?

By Dillon Smart · · · 0 Comments

IKnowThatNow

Google Page Insights is a useful tool used to report on the performance of webpages on both mobile and desktop devices and provide suggestions on how the page can be improved. A common suggestion many websites are given is ‘Serve images in next-gen formats’, but what are next-gen image formats?

Next-gen image formats provide superior lossy and lossless compression with higher quality for smaller file sizes. Next-gen image formats are preferred for the web because the files consume less data, therefore leading to faster page speeds. In 2021, Googles search algorithm will begin taking into account page speed and user experience as stronger factors for their ranking system. Having a web page slowed down by older image formats will soon affect your websites SEO.

What is WebP?

Released in 2010 by Google and a sister project of WebM video formats, WebP offers both lossless and lossy image compression for smaller file sizes with no affect to image quality. WebP is supported by 94% of web browsers (as of May 2021) and is proving to be the most popular next-gen image format used for the web.

JPG – 28.4kB

JPG vs WebP Compression

WebP – 10.9kB

WebP vs JPG Compression

What is JPEG 2000?

Developed between 1997 and 200 by a Joint Photographic Experts Group committee to improve upon JPEG, JPEG 2000 provides a modest increase of compression over JPEG with a flexible codestream. JPEG 2000’s efficient code-stream organization allows for progressive pixel accuracy and image resolution allowing a lower quality image to be display first before a higher quality image has been downloaded.

What is JPEG XR?

JPEG XR offers higher compression over JPEG with equivalent quality. JPEG XR also offers tile regions, resulting in parts of the image being decoded separately enabling rapid access to parts of the image without needing to decode the entire file.

 

0 Comment

Was this helpful? Leave a comment!

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Can you sneeze while asleep?

Updated 4th August 2022

Have you ever wondered if you can sneeze while asleep? It’s definitely not the kind of question most people ask themselves when they wake up in the morning. Usually, you might sneeze as a result of your body ejecting an allergen or as a response to a virus. Neither allergens nor viruses care if you’re

React JSX Error – Adjacent tags must be wrapped in an enclosing tag

Updated 17th March 2022

React is a popular and powerful library used by developers across the world. Initially released by Facebook in 2013, React has seen widespread adoption for its faster rendering, stable code and its helpful developer tool set such as the React Developer Tools browser extension for Chrome and Firefox. However, there are a number of reasons

How to set up SSH on Raspberry Pi

Updated 16th August 2022

In this post, I am going to show you how to set up SSH on a Raspberry Pi. Step 1: Raspberry Pi config menu First, open a new terminal and execute the command below to open the Raspberry Pi config menu. sudo rasps-config  Select “Interfacing Options” and press ENTER. Then select “SSH” and press ENTER.