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.

What is a front-end application?

Updated 16th August 2022

What is a front-end application? If you’re new to Web Development, there may be many terms you hear that you’re unsure what they mean. Don’t worry, this is all part of the learning experience and you will pick these terms up as you progress in your journey to becoming a web developer. In this post,

The importance of Core Web Vitals for SEO

Updated 16th August 2022

As a website owner or developer, you know how important it is to have a fast and responsive site. But did you know that there are now specific metrics that measure a site’s performance? These metrics, called Core Web Vitals, can help you identify areas of your site that need improvement and form a large

Alternative ways of doing the same things in Laravel

Updated 29th March 2022

Laravel is a large framework, with contributions coming from almost 2000 developers worldwide. Over its 10 year journey, there have been additions to the framework to do the same thing, only shorter. In this post, I have highlighted some alternative ways of doing the same things in Laravel. How to get the authenticated users id