Images

Description

Every type of image serves a slightly different purpose. New image types are invented occasionally to tackle common problems. We are dealing with pixel based images here, vector based formats and introduced in Vectors.

List of image types

JPEG

Joint Photographic Experts Group
A JPEG is a standardized compressing method to exchange images. Most likely data will be lost while compressing. You want to use this format for photography.

PNG

Portable Network Graphics
PNG is a lossles data compression file format. You want to use this format for graphics with few colors or typography.

GIF

Graphics Interchange Format
GIF is a lossless data compression file format, which can handle multiple layers to build sequences. You want to use this format for short animations.

TIFF

Tagged Image File Format
TIFF is a lossles data format for images. It's capabale of holding much more information than a JPEG, which makes the files a lot larger. You want to use this format for raw photography.

WebP

Web Picture
WebP is a lossless or lossy compression for images. It's 20 years younger than JPEG and was invented 2010 by Google. Most of the time WebP images are shorter in file size than JPEG while keeping the quality up and not starting to make artefacts.

Edit this page on GitHub Updated at Sun, Jun 13, 2021