Chapter 11 (Yale) Graphics As Content: Number of Purpose
Chapter 11 (Yale) Graphics As Content: Number of Purpose
Color is the response of our eye and brain to various wavelengths of light. Mixed together and at
maximum brightness, all the RGB colors turn white
Hue – the wavelength of color along the spectrum of visible light.
Saturation describes the intensity of a color, ranging from pure high chroma colors to near-gray
versions.
Brightness: the lightness or dark of a color or how close to either black or white a given color is.
Chapter 5 – Web site the right way – Picture this! Using Images on your Web Site
Vectors are mathematical shapes – you can zoom without having the image disturbed; must have a
fill or stroke, or both. Vectors are stored on a disk as mathematical ecuations. File formats are
.eps, .ai, .svg(open standard for vectors in web browser !!! – you can write code to draw the image
on the screen)
Bitmaps and Aliasing
How does an image get on to a web page?
If you turn the computer off what you had on ram will disappear, what you had on disk will be there.
Image take up space: in a network stream, on disk, in memory or RAM, in screen memory or VRAM,
on the screen itself.
Color system:
*indexed (uses a Color palette) for older systems, handheld systems or to save
space/memory/download time – uses a small set of colors (from 2 to 256); color Look-Up table
(CLUT) or palette ...
Bit depths 1bit=2colors (2); 2bit=4colors(2*2); 8bit=256(2 la puterea 8)
High color RGB (16 bit) up to -65536 colors – 5 bits each of RED GREEN BLUE 1 bit unused or more
True color RGB (24 bit) 167777216 colors – 8 bits each of RGB 256 levels of intensity for each
primary color, hexadecimal representation RRGGBB
*RGB for screen
*CMYK Cyan Magenta Yellow BlacK for print
*Lab Color for pro video & photo
Additive and Substractive
One binary digit per dot – BIT=BInary DIGIT
Two possibilities for each dot: black or white – Two bits per dot
*Four possibilities for each dot;
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
0123456789A B C D E F
Or: letter are bigger than numbers; F is bigger than A; The bigger the brighter (depends on the
position)
When switching to indexed color you may lose some color data! Many Photoshop features only work
in RGB mode.
True Color with transparency “Millions +”
Each pixel can have:
8 bits of red, 8 bits of green, 8 bits of blue
8 bits of alpha (256 levels of transparency)
File format: png -24 with transparency
Same issues with IE6 and other older browsers
The image will be easier to compress efficiently if
The number of colors is reduced/limited
There are fewer details/edges
There is more space, flat colors or gradients
There is less essential information
GUI – Graphic User Interface of a computer system comprises the interaction metaphors, images
and concepts used to convey function and meaning on the computer screen.