Imagine a photo made of tiny colored squares called pixels. What does the resolution of an image tell us?
Think about how many tiny squares fit across and down the image.
Resolution means how many pixels are arranged horizontally and vertically. More pixels mean more detail.
Consider an image that is 4 pixels wide and 3 pixels tall. How many pixels does it have in total?
Multiply width by height to find total pixels.
Total pixels = width × height = 4 × 3 = 12 pixels.
Two images have these resolutions:
Image 1: 800x600 pixels
Image 2: 1600x1200 pixels
Which image will generally have better detail?
Think about total pixels and how that affects detail.
Image 2 has 1600×1200 = 1,920,000 pixels, which is four times Image 1's 480,000 pixels, so it shows more detail.
Which diagram best represents a 3x3 pixel image where each square is a pixel?
Options:
- A: A grid with 3 rows and 3 columns of squares
- B: A grid with 2 rows and 3 columns of squares
- C: A grid with 3 rows and 2 columns of squares
- D: A single row with 9 squares
Count rows and columns to match 3x3 pixels.
A 3x3 pixel image has 3 rows and 3 columns, making 9 pixels total.
An image has a resolution of 1000x500 pixels. Each pixel uses 24 bits (3 bytes) to store color. What is the approximate file size in bytes (ignore compression)?
Multiply total pixels by bytes per pixel.
Total pixels = 1000 × 500 = 500,000 pixels.
Each pixel = 3 bytes.
File size = 500,000 × 3 = 1,500,000 bytes (A).