Save
...
imedia (2)
videos
image files
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
ambreen!!
Visit profile
Cards (34)
What are the two types of digital static images?
Bitmap
and
vector
images
View source
How do bitmap images form a complete picture?
They consist of individual color
pixels
in a grid
View source
What does zooming into a bitmap image reveal?
Distinct
color pixels
View source
How are colors stored in bitmap images?
As numbers defined by
RGB
values
View source
What is the primary difference between bitmap and vector images?
Bitmap uses
pixels
; vector uses
coordinates
View source
What happens when you resize a bitmap image?
It may appear
pixelated
View source
What advantage do vector images have when resizing?
They can be resized without
quality loss
View source
What limitation do vector images have compared to bitmap images?
They cannot store
complex color variations
View source
What does pixel dimensions refer to?
The
size
of the
pixel
grid
View source
How does higher pixel dimensions affect image quality?
It usually means
better
quality
View source
What is the relationship between pixel dimensions and file size?
Larger
dimensions lead to larger file sizes
View source
What do DPI and PPI measure?
Dots
per inch and
pixels
per inch
View source
Which resolution is common for printing?
DPI
(dots per inch)
View source
How does PPI affect image quality on screens?
It impacts quality more than
pixel dimensions
View source
Why does an 800 by 600 pixel image appear lower quality on a 52-inch screen?
Lower
pixels per inch
on larger screen
View source
What are common bitmap formats?
Tiff
,
JPEG
,
GIF
, and
PNG
View source
What is Tiff format used for?
High quality
printing
and
scanning
View source
What is a drawback of Tiff format?
It has larger
file sizes
View source
What is JPEG format best suited for?
Online photography
and
lower quality printing
View source
What is a limitation of JPEG format?
It loses image quality during
compression
View source
What is GIF format used for?
Simple web graphics
and
animations
View source
What is a limitation of GIF format?
It is limited to
256
colors
View source
What is PNG format used for?
High quality images requiring
transparency
View source
What is a drawback of PNG format?
It compresses less effectively than
JPEG
View source
What are common vector formats?
SVG
,
EPS
, and
PDF
View source
What is SVG format used for?
Web graphics with smaller
file sizes
View source
What is a limitation of SVG format?
Not optimized for large-scale
printing
View source
What is EPS format known for?
High compatibility with
graphic design
software
View source
What is a drawback of EPS format?
It has poor
compression
capabilities
View source
What is PDF format used for?
Printing
and
web
document
display
View source
What is a benefit of PDF format?
Ensures consistent display across
devices
View source
What is a limitation of PDF images?
Cannot be directly
edited
View source
What are the key considerations when working with images?
Understand differences between
bitmap
and
vector
images
Consider
pixel dimensions
and resolution
Choose the appropriate file format
View source
What is the main purpose of understanding image properties and formats?
To
optimize
image quality and file size
View source