Representing Images Flashcards
What is the RGB colour model?
- three numbers
- representing the amounts of red, green and blue present
What is the range of numbers for the RGB model?
0-255
What is the colour code for red?
255,0,0
What is the colour code for white?
255,255,255
What is the colour code for blue?
0,0,255
What is the colour code for orange?
255,165,0
What is the colour code for black?
0,0,0
What is the colour code for green?
0,255,0
What is the colour code for yellow?
255,255,0
What is the colour code for purple?
128,0,128
What is the CMYK model?
Cyan, Magenta, Yellow and Black
When and how is the CMYK model used?
- Colour printers
- Starts with white and removes components
What is the HSL and YUV colour model?
- Hue, Saturation, Luminance
- Luminance, Blue, Red
- mapped better to how the human brain can understand
How many different colours can we have with the RGB model?
256 x 256 x 256
- 16 million colours
What do we use to represent RRGGBB?
hexadecimals
What are the 4 ways in digitized images and graphics?
- Pixel
- Resolution
- Vector graphics
- Rater-graphics
What are pixels?
- Picture element
- Each pixel is a single colour
What is resolution
- Number of pixels in an image
The size of an image is measured in what?
pixels
Pixel density is another way of saying what?
resolution
What is vector graphics?
- an image that is defined by using mathematical equations to represent lines, curves, and polygons
Can vector graphics be enlarged without losing detail or changing file size?
Yess
What is SVG?
scalable vector graphics
SVG files are _____-based?
text-based