Bitmap vs. Vector How computers work with photographs and drawings.

Slides:



Advertisements
Similar presentations
Raster Graphics 2.01 Investigate graphic image design.
Advertisements

2.01 Investigate graphic image design.
Introduction to Computer Graphics Raster Vs. Vector COMMUNICATION TECHNOLOGY.
L.Ghadah R. Hadba CT1514-L1.  Computer Graphics :refers to processing of creating a new image from Geometry, Lighting parameters, Materials and Textures.Using.
Graphics CS 121 Concepts of Computing II. What is a graphic? n A rectangular image. n Stored in a file of its own, or … … embedded in another data file.
2.01 Understand Digital Raster Graphics
2.02 Understand Digital Vector Graphics
Introduction to Computer Graphics
Vector Graphics 2.02 Understand Digital Vector Graphics.
Raster vs Vector and Image Resolution By Josh Gallagan.
File Formats By Jack Turner. Raster (Bitmap) Raster or bitmap is a dot matrix data structure, containing columns of dots and rows, of a graphics image.
Introduction to Computer Graphics Raster Vs. Vector TGJ 2OI St. Christopher C.S.S. 4 Introduction to Computer Graphics.ppt.
Part A Multimedia Production Rico Yu. Part A Multimedia Production Ch.1 Text Ch.2 Graphics Ch.3 Sound Ch.4 Animations Ch.5 Video.
Digital Images. Scanned or digitally captured image Image created on computer using graphics software.
 Scanned or digitally captured image  Image created on computer using graphics software.
File Formats Different applications (programs) store data in different formats. Applications support some file formats and not others. Open…, Save…, Save.
Bitmap vs. Vector How computers work with photographs and drawings.
Zinnia Bell. RAWimages are image files that have not yet processed, they contain minimally processed data from the image sensor of either a image scanner,
Lecture 4 - Introduction to Computer Graphics
SOFTWARE TYPES Word processing Page layout Paint Draw.
Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 3 This presentation © 2004, MacAvon Media Productions Introduction to Computer Graphics.
GRAPHICS. Topic Outline What is graphic. Resolution. Types of graphics. Using graphic in multimedia applications.
CS- 375 Graphics and Human Computer Interaction Lecture 1: 12/4/1435 Fundamental Techniques in Graphics Lecturer: Kawther Abas.
File Formats Different applications (programs) store data in different formats. Applications support some file formats and not others. Open…, Save…, Save.
Photoshop Photoshop works with bitmapped, digitized images (that is, continuous-tone images that have been converted into a series of small squares, or.
2D Graphics Theory & Principles. Single Point Smallest addressable area on screen or digital image.
File Formats and Vector Graphics. File Types Images and data are stored in files. Each software application uses different native file types and file.
Chapter 2 File Format Objectives (1 of 2) Identify the difference between vector based graphics and bitmap-based graphics Clarify bitmap and vector graphic.
Vector vs. Raster Objectives:
Digital Imaging 101 Ann Ware. Digital Image Categories BITMAP  A vector is created by using a series of mathematically defined lines and curves rather.
Digital Imaging 101 Ann Ware
 Scanned or digitally captured image  Image created on computer using graphics software.
Raster Graphics 2.01 Investigate graphic image design.
Computer Graphics Unit 23 Computer Graphics. Computer Graphics Computer generated imagery can be categorized into several different types: Vector or Bitmap.
Image File Formats. What is an Image File Format? Image file formats are standard way of organizing and storing of image files. Image files are composed.
Graphics Concepts Presentation
Vector vs. Raster What’s the difference between vector and raster file formats? The real difference between the two formats is how they are used.
2.02 Understand Digital Vector Graphics
2.01 Understand Digital Raster Graphics
File Formats Different applications (programs) store data in different formats. Applications support some file formats and not others. Open…, Save…, Save.
2.01 Understand Digital Raster Graphics
Digital Imaging 101 Ann Ware.
DIGITAL MEDIA FOUNDATIONS
Vector (Shapes) vs. Raster (Pixels)
Digital Illustration Chapter 6 File format.
2.02 Understand Digital Vector Graphics
2.02 Understand Digital Vector Graphics
2.01 Understand Digital Raster Graphics
Image Formats.
2.01 Investigate graphic image design.
Bitmap vs. Vector.
2.02 Understand Digital Vector Graphics
Using GRAPHICS Bristol Community College CIS 13 Business Creativity Sources: Conference for Desktop Publisher and Others.
Digital Images.
1.01 Investigate graphic types and file formats.
Introduction to Computer Graphics
2.02 Understand Digital Vector Graphics
Graphics Basic Concepts.
2.01 Understand Digital Raster Graphics
Terms 1 Terms 2 Terms 3 Terms 4 Terms 5 1pt 1 pt 1 pt 1pt 1 pt 2 pt
2.01 Investigate graphic image design.
2.01 Understand Digital Raster Graphics
Vector (Shapes) vs. Raster (Pixels)
2.01 Investigate graphic image design.
2.02 Understand Digital Vector Graphics
Lecture 4 - Introduction to Computer Graphics
2.02 Understand Digital Vector Graphics
2.02 Understand Digital Vector Graphics
2.01 Investigate graphic image design.
Presentation transcript:

Bitmap vs. Vector How computers work with photographs and drawings

Vector graphics is the creation of digital images through a sequence of commands or mathematical statements that place lines and shapes in a given two-dimensional or three- dimensional space. In physics, a vector is a representation of both a quantity and a direction at the same time.

vector graphics are comprised of paths, which are defined by a start and end point, along with other points, curves, and angles along the way. A path can be a line, a square, a triangle, or a curvy shape. These paths can be used to create simple drawings or complex diagrams.

Because vector-based images are not made up of a specific number of dots, they can be scaled to a larger size and not lose any image quality. Common types of vector graphics include Adobe Illustrator, Macromedia Freehand, Many Flash animations also use vector graphics, since they scale better and typically take up less space than bitmap images.

Vector Image File Formats. EPS - Adobe's EPS format (Encapsulated PostScript) is perhaps the most common vector image format. It is the standard interchange format in the print industry. It is widely supported as an export format, but due to the complexity of the full format specification, EPS AI - The native format of Adobe Illustrator is the AI format (Adobe Illustrator Artwork), a modified version of the older EPS format. The AI format is fairly widely supported, AI

PDF - Adobe's PDF format (Portable Document Format) is very widely used as a general purpose platform-independent document format. And while it is not exclusively used as such, it is also a very good vector image format. Adobe gives away the Acrobat PDF reader, but sells the tools required to create PDF files (third party tools that perform the same task are also for sale). Those tools work with any program that is able to print. Support for reading and editing PDF files is much more limited. PDFAcrobat PDF reader

SVG - The W3C standard vector image format is called SVG (Scalable Vector Graphics). Inkscape and recent versions of Adobe Illustrator and CorelDRAW have good support for reading and writing SVG. Further information on the SVG format may be found on the official SVG website. SVGofficial SVG website DXF - Drawing eXchange Format. A CAD format from Autodesk, used by CAD tools from many different vendors. Some programs have difficulty reading DXF files with splines (curves), so the Desktop Edition supports line+spline as well as line only output modes DXF

Bitmap Image File Formats. JPEG/JPG - One of the most widely-used image formats is the JPEG format (Joint Photographers' Expert Group). This format has excellent compression characteristics and has the nice feature that the user may specify what level of compression they desire, trading off fidelity for file size.JPEG/JPG We do not recommend using JPEG files for rasterized vector art, as the compression artifacts substantially degrade the quality of the image near edges. PNG - The best of the lossless image formats is called PNG (Portable Network Graphics). This format is widely supported by web browsers and image viewers/editors. PNG Vector Magic recommends using the PNG format when storing logos as bitmaps.

BMP - There are actually several BMP formats (BitMaP). Windows and Macintosh have their own formats, both of which are called BMP. Most modern image editing tools are able to read both. BMP In any case, all of the variants of BMP should be avoided when possible, as they use little to no compression and consequently have unnecessarily large file sizes. TIFF/TIF - This format (Tagged Image File Format) is used to store raw bitmap data by some programs and devices such as scanners. This format comes in a compressed and an uncompressed variant. The former is comparable to PNG, while the latter is more like BMP TIFF/TIF

Definition: Bitmap Bitmapped images: Photographs, computer paintings, videos Specific number of dots (or pixels) across and down (160 x 120, 800 x 600, 1400 x 1050) Dots spread out or squeeze together as image size changes Number of dots remains the same Photoshop, Paint, QuickTime

“Maps” of Dots

Bitmap Examples

Making Bitmaps Bigger 100% (900 x 983 dpi) 500% 200%

Warning! DPI is critical! Printers: 300 dpi, 600 dpi Monitors: 72 dpi (Internet pictures) If you download a picture from the Internet to print out, make sure it’s BIG!

Definition: Vector Vector-based image: Drawings, animation Points, lines, fill, shapes Instructions to computer Quality remains same as image size changes Illustrator, Word “draw”, Corel Draw

Points, Lines and Fill

Vector Examples

Vector Image 100% 500% 200%

Bitmap vs. Vector Bitmap Photographs Dots (pixels) Photoshop Vector Drawings Points, lines, fill Illustrator

25,38,10,13,33,45,30,17,14,20, 35,43,19,36,11,19,20,10,