General concepts on Computer graphics, focused on Web Graphics.
COLOR This is a simple but interesting page that will help you expand the way you define Color when working on Computer graphics. It uses the old CS6 color picker in Photoshop: http://soma.sbcc.edu/users/ajarabo/intro_Multimedia/color_general.htm
|
SCREEN RESOLUTION (COLOR DEPTH) Color in monitor-displays is represented as a combination of the 3 Additive colors: Red, Green and Blue. http://www.tech-faq.com/rgb.shtml http://en.wikipedia.org/wiki/Color_depth Notice that screen resolution applies both to a screen and toi an indivisual graphic file.
|
RESOLUTION (II) Screen resolution versus Printing resolution (dots per inch: dpi) http://www.webstyleguide.com/graphics/screen-print.html Considering the resolution (size) of page-design for web: http://soma.sbcc.edu/users/ajarabo/WEB_authoring/screen_resolution.htm Chart of resolution standards for digital video http://soma.sbcc.edu/users/ajarabo/intro_Multimedia/digital_video.htm
|
COLOR DEPTH Color depth applies to graphic files (how many different colors a graphic file can store) and also to displays (how many colors a graphic display can present, independent of the file. http://www.graphicsacademy.com/what_colordepth.php http://soma.sbcc.edu/users/ajarabo/WEB_authoring/color_compressing1.htm
|
WEB SAFE PALETTE A web-safe color palette might sound to you like a Jurassic park concept since most computer-monitors can already display millions of colors. Think about all the other electronic screens or monitors. many of then can only portrait very limited amounts of colors, this is why the principle of a web-safe palette is important again. http://www.webstyleguide.com/graphics/safe.html
|