Welcome to Learn Images!

This course is created for beginner and advanced web developers alike, covering everything from the basics of ensuring image sources are efficiently requested and rendered, to the details of how common image formats are communicated from server to client. Throughout this course you’ll learn how to achieve the smallest possible transfer sizes for your images without compromising on their quality—at least, not in a way anyone will be able to see.

You can go through the series from start to finish for a holistic understanding of how images work on the modern web, or use it as a reference for the specific concepts and markup patterns you’ll be using in your day-to-day work.

For those new to web development, check out the Learn HTML courses for the basics of using markup, Learn CSS courses for styling fundamentals, and Learn Responsive Design courses for an understanding of how images will be rendered in responsive layouts.

Here's what you'll learn:

A brief history of images on the web

A history of images on the web, starting with the image element in 1993

Key performance issues

Learn ways to ensure that your image requests are as small and performant as possible.

Vector images

Learn about SVG, the vector image format used on the web.

Raster images

Discover raster images, such as JPEG, GIF, PNG, and WebP.

Image formats: GIF

Understand the GIF image format, along with an explanation of how image encoding works.

Image formats: PNG

Find out when PNG is the best image format to choose.

Image formats: JPEG

Learn about the most common image format on the web.

Image formats: WebP

Learn about WebP, and understand the difference between this format and others.

Image formats: AVIF

AV1 Image File Format (AVIF) is an encoding based on the open source AV1 video codec.

Responsive images

A deep dive into responsive images.

Descriptive syntaxes

Using srcset and sizes to provide the browser with information about image sources and how they'll be used.

Prescriptive syntaxes

Find out about the picture element.

Automating compression and encoding

Make generating highly performant image sources a seamless part of your development process.

Site Generators, frameworks, and CMSs

Discover how CMSs such as WordPress, and other site generators can make it easier to use responsive images.

Image content delivery networks

Learn how image CDNs have the ability to transform and optimize the contents of an image.

Conclusion

Some additional resources.

So, are you ready to learn Images?