370 likes | 591 Vues
Vector Graphics. Digital Media I. Vector and Bitmap. The two main categories of graphics Each has strengths and weaknesses They are developed very differently Choosing the correct format for the right project can save you time and give you added design options. Graphics on the Web.
E N D
Vector Graphics Digital Media I
Vector and Bitmap • The two main categories of graphics • Each has strengths and weaknesses • They are developed very differently • Choosing the correct format for the right project can save you time and give you added design options
Graphics on the Web Until recently, the way to add drawings to a web page was to define the drawing as an image (in GIF, PNG, JPEG or some other format) and insert the image into the web page using the <IMG> element. This works well for many graphics. However, the following slides compare the differences and benefits of vector images.
Raster = Pixels • Pixel Info: • RGB Value • Red (233) • Green (56) • Blue (156) • Position • X coordinate (259) • Y coordinate (848) Pixel
Bitmap (Raster): The file size of an image is defined by the width and height of the image (in pixels) and the number of bits allocated to each pixel in the image. Vector: File size defined by mathematical equations telling how to “draw” the image. Vectors can often be much smaller files that download faster. File Size Screen size = 2089 x 1094 pixels Bitmap = 6.5 MB vs. Vector = 26 KB
Bitmap: Once the image has been defined at a specific resolution (ex. 800 x 600) the graphic will not look as good at another resolution (ex. 1028 x 764). Vector: Vector images are scalable to dynamically fit whatever resolution the viewer’s monitor may be. You can even zoom in on a vector without losing clarity. Resolution
Bitmap: The Web depends on hyperlinking. To have more than one link per image requires the use of image maps embedded in the HTML code. Vector: Various parts of a vector image may have different links, built inherently into the image. Hyperlinking
Bitmap: Minimal animation: The GIF format allows several images to be defined in one image file ("animated gifs"), but each image is essentially static. Vector Flash and shockwave files are examples of fully-animated vector drawings with many animation options. Animation
Application of Vector Graphics Vectors can be used to create: • Graphics for the Web, t-shirts, bumper stickers, signs, etc. • Architectural drawings • Animations
Digital Images “artwork” of the new millennium UVSC--MCT 1110
The Last Supper (after cleaning)Leonardo da Vinci, 1498 Tempera on plaster 460 x 880 cm (15 x 29 ft.) Convent of Santa Maria delle Grazie (Refectory), Milan, Italy
DigitalImages More than anything else, the user’s judgment of your work will be most heavily influenced by the work’s visual impact. --Tay Vaughn, President, Timestream • Image Color ~ Mechanics • Image Display ~ Digital Artistry • Image Adjustments ~ Digital Environment
ImageColor: How We See It • Light spectrum – colors we can see(VIBGYOR) • Printers recreate the color spectrum with a 4 color process (cyan, yellow, magenta and black) • Digitally we recreate with red, green and blue
ImageColor: How We Create It ~ RGB • Rasters ~ monitor light • Pixels ~ picture elements • Palettes ~ color tables
ImageColor: How We Create it • Red, Green, Blue (RGB) - System for representing the colors on a computer display • Combine to obtain any color in the visible spectrum • 3 channels (8 bit each); 0 to 255 gives intensity range of 0-100% 256 x 256 x 256 = 16,777,216 16 million possible colors
ImageColor: How Many Colors ~ Depth • Color Depth ~ total number of colors possible per pixel
How many colors?Depth 16 million(24 bit) 256Colors(8 bit) 16 colors high medium low ImageColor: How We Display It ~ Resolution How many pixels (perinch) ?Resolution
Image Color: How it Affects File Size • Color Depth x Image Resolution = Image File Size • Color Depth x (Length x Width) = Image File Size • 16bit x (100 x 500) = Image File Size • 2 bit x (50,000) = 100,000
ImageDisplay: Digital Artistry • What is a Bitmap? …a Vector? • How are these images generated? • What are their… -- advantages? -- disadvantages?
ImageDisplay: What is a Bitmap? • An“information matrix” • Matrix describes individual picture elements (pixel ~ “dot”) of resolution on a display screen.
Image Display: How to Generate a Bitmap • Artist captures (e.g., via camera/scanner) or creates (e.g., via Photoshop) a bitmap image • Computer “reads” the bitmap’s matrix of information • Computer processes the information • Computer displays the processed information… in milliseconds
Image Display:Bitmap Advantages • Photo-realistic quality • Easily handles complex subjects • Easily edited or altered • File retains all data required for re-use, etc.
Image Display:Bitmap Disadvantages • Huge file sizes • Often require compression • Most common compressionsresult in loss of image data • Not easily scale-able • Reductions ~ may blur • Enlargements ~ will pixelate
Image Display:What is a Vector? • A mathematical recipe used to “draw” an image • Series of instructionsusing lines, polygons and other geometricshapes
Image Display:How to Generate a Vector • Artist creates an image using drawing softwaresuch as Adobe Illustrator • Software describes the drawing tothe computer as a series of lines, curves, polygons etc. • Computer processes the information • Computer displays the processedinformation… in milliseconds
Image Display:VectorAdvantages • Easily edited or altered • Easily scalable • Very small file size
Image Display:VectorDisadvantages • Not photo-realistic • Not widely used outside of tech fields
Paletteclash Normal Image Adjustments:ComputerPalette • Sets of colors – mathematical tables that define the color of a pixel displayed on the screen • 8 bit Palette Clash/Flash only one set of 256 colors can be displayed at once
Smoothing of an imagecaused by aliasing(see notes) Adjust pixel positionsor intensities Image Adjustments:Illusions ~ Antialiasing
Image Adjustments:Illusions ~ Dithering • Large palette (16M colors) down to small palette (256 colors) • Color value of each pixel is changed to the closest matching color in the target palette • Uses math algorithms none O R 16M 256 colors
Image Adjustments:Compression Lossy--compromises the original data and it cannot go back to the original image. Lossless--retains all the original data as part of the compressed file • .png (Portable Network Graphics) • .tif(Tagged Interchange Format) • .gif(Graphics Interchange Format) • .jpg(Joint Photographic experts Group) • .gif(Graphics Interchange Format); limited to 256 colors
Image Adjustments:Compression Formats • BMP – bitmap (Windows bitmap format) • PICT – bitmap/vector (Apple/MAC bitmap format)-------------------------------------------------------------- • GIF – Graphics Interchange Format (256 colors; allows for transparency) • JPEG/JPEG 2000 – Joint Photographic Experts Group (16M colors; lossy compression) • TIFF – Tagged Interchange File Format (universal bitmap format) • PNG – Portable Network Graphics Specification (open/universal format)