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.

IPtables – How to block and unblock IP Addresses in Linux

Updated 14th December 2023

Not long ago, I noticed some strange activity on a server I manage. The server, running Ubuntu 22.04, was receiving high volumes of traffic from a single IP Address. After some investigation, I decided the activity resembled that of web scrapping, so I decided to block the IP Address. Iptables or ufw I hear you

[SOLVED 2022] Permission denied in WSL: Apache2 startup failed

Updated 10th June 2022

Windows Subsystem for Linux is a great tool for Web Developers using the Windows operating system. With the release of WSL2 which brought the introduction of a real Linux Kernal, the environment saw huge speed improvements, cementing itself as the preferred development environment for many developers. However, some Windows updates have proven to cause problems

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