Please enable JavaScript.
Coggle requires JavaScript to display documents.
IMAGES - Coggle Diagram
IMAGES
Bitmaps: a simple matrix of the tiny dots that form an image and are displayed on a computer screen or printed.
Bitmaps sources
How made?
■ Make a bitmap from scratch with a paint or drawing program.
■ Grab a bitmap from an active computer screen with a screen capture program, and then paste it into a paint program or your application.
■ Capture a bitmap from a photo or other artwork using a scanner to digitize the image.
■ Once made, a bitmap can be copied, altered, e-mailed, and otherwise used in many creative ways.
You can get bitmaps from suppliers of clip art, and from photograph suppliers who have already digitized the images for you.
You can also download an image bitmap from a web site: in most browsers right-click over the image to see a menu of options.
-
Bitmaps sofware
-
Scanning Images
Everyday objects can be scanned and manipulated using image-editing tools, such as those described in the preceding section, to create unusual, attention-getting effects.
Another alternative to computer-generated graphics is to create artwork using traditional methods: watercolors, pastels, and even crayons.
Powerful filters and plug-ins are offered by most image-editing programs (see illustration to right) to manipulate bitmaps in many different
ways.
Vector Drawing
How Vector Drawing Works
-
Vector drawing uses Cartesian coordinates where a pair of numbers describes a point in two-dimensional space as the intersection of horizontal and vertical lines (the x and y axes).
-
-
Most applications on any operating system can manage JPEG, GIF, PNG, and TIFF image formats.
-
JPEG, PNG, and GIF images are the most common bitmap formats used on the Web and may be considered cross-platform, as all browsers will display them.
-
-
-
Computerized Color: Although the eye perceives colors based upon red, green, and blue, there are actually two basic methods of making color: additive and subtractive.
Additive Color
a color is created by combining colored
light sources in three primary colors: red, green, and blue (RGB).
This is the process used for cathode ray tube (CRT), liquid crystal (LCD), and plasma displays.
Subtractive Color
color is created by combining colored media such as paints or ink that absorb (or subtract) some parts of the color spectrum of light and reflect the others back to the eye.
the process used to create color in printing: cyan, magenta, yellow and black (CYMK).
Computer Color Models
Models or methodologies used to specify colors in computer terms are RGB, HSB, HSL, CMYK, CIE, and others.
Other color models include CIE, YIQ, YUV, and YCC. CIE describes color values in terms of frequency, saturation, and illuminance
Color Palettes
-
Web authorities also decided on a palette of 216 “web-safe” colors that would allow browsers to display images properly on both Macintosh and Windows computers.
Dithering is a process whereby the color value of each pixel is changed to the closest matching color value in the target palette, using a mathematical algorithm.
Dithering software is usually built into image-editing programs and is also available in many multimedia authoring systems