Digital Image Fundamentals

What Is an Image?

Composition of Images

Image Compositions

Image Formats Bitmap Format

Vector Format

Examples of Vector Format

Digitization

Resolution Versus Density

Pixel Depth and Bit Plane

Display Devices Computer Monitors

Computer Printers

Frame and Animation

Color Components in Images

How Do We See Things?

Image Acquisition

Digital Sensors and Digitization

Displaying Digital Images

Acquiring Color Images

Electromagnetic Waves and Image Modalities

Medical Imaging Modalities

Color Models

RGB Color Model

YCbCr Color Model

CMYK Color Model

HSI Color Model

Grayscale versus Color

True-Color versus Color-Palette Systems

Byte Ordering and Bit Ordering

PBM, PGM, and PPM

Image Data and Headers

PBM Specifics

P1 8 8
11111111
10000001
10000001

PGM and PPM Headers

PNM (Portable aNy Map)

Viewing PNM Files

P1 8 8
11111111
10000001
10000001
11111111

Raw Data Handling

Introduction to Image Compression

What is Compression?

Why Compression?

Data vs. Information

Types of Redundancy

  1. Psychovisual Redundancy: Not all visual information has equal importance to the human eye, allowing some data to be discarded without significant loss of perceived quality.
  2. Encoding Redundancy: Refers to the inefficiencies in using code symbols to represent information, where optimizing the coding can lead to smaller file sizes.
  3. Inter-pixel Redundancy: Leveraging the correlations between adjacent pixels can significantly reduce the amount of data needed to represent an image.

Psychovisual Redundancy

Lossless vs. Lossy Compression

Fidelity Criteria

Image Compression Techniques

Decompression