Raster vs Vector and Image Resolution By Josh Gallagan.

Slides:



Advertisements
Similar presentations
Introduction to Computer Graphics Raster Vs. Vector COMMUNICATION TECHNOLOGY.
Advertisements

Droddy.  “Pixel” is short for two words: Picture and Element. Pixels (tiny squares) combine to form the image the human eye perceives Too small for the.
Raster Graphics vs. Vector Graphics
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.
Introduction to Computer Graphics
Information Technology Services North Dakota State University Lorna Olsen Get the Best Digital Images Possible What’s it all about anyway?
Vector vs. Bitmap SciVis V
Objective 1.  Also known as raster images.  Made up of pixels in a grid.  Pixels: tiny dots of individual color that makes up what you see on your.
V Obtained from a summer workshop in Guildford County July, 2014
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.
Introduction to Graphic Arts Technology PRINT Versus WEB.
BITMAP & VECTOR GRAPHICS Art Fundamentals of Graphic Design.
Graphic Images 101. Painted on a grid Drawn mathematically.
Minard Saladino By:. Introduction: Illustrator is a vector-based imaging program. Unlike PhotoShop, which deals in pixels (raster images), this one deals.
Computer Image Dr Jimmy Lam CAD for Fashion and Textiles.
Simple Graphics. Graphics Used in PowerPoint, Web pages and others Basic Knowledge drawing change of colour, shape and others acquiring, video camera,
Vector vs. Bitmap
Basic Knowledge of Web creation. Computer graphic knowledge Graphic file has 2 types Raster Graphic A bitmap or raster image are comprised of pixels in.
Photoshop Software Rasterized, file formats, and printing choices.
Bitmap Vs. Vector Graphics. To create effective artwork, you need to understand some basic concepts about vector graphics versus bitmap images, resolution,
Multimedia Elements II Graphics, Digital Video. UIT - Multimedia Production2 Multimedia Elements Multimedia elements include: Text Graphics Animation.
Digital Darkroom I Theresa L. Ford. Objectives Basic Digital Image Terminology Screen Display of Pictures –Why are pictures too big for the screen? –Why.
Photoshop Photoshop works with bitmapped, digitized images (that is, continuous-tone images that have been converted into a series of small squares, or.
ADOBE PHOTOSHOP VECTOR VS RASTER. Pixel A pixel is the fundamental unit of an image in Photoshop. It is a small square block of color. An image often.
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.
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
Chapter 3 Image Files © 2013 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website,
 Scanned or digitally captured image  Image created on computer using graphics software.
Raster Graphics 2.01 Investigate graphic image design.
File Types. Terms Multimedia- the integration of text, sound, video and/or animation into a document Letters, brochures, newsletters, web pages or presentations.
Graphics Concepts Presentation
Guilford County SciVis V104.03
Basic Digital Imaging For PE 266 Technology in HPER.
Graphics Basic Concepts 1.  A graphic is an image or visual representation of an object.  A visual representation such as a photo, illustration or diagram.
Understanding Images. Pixels pixels Every image is made up of very small squares called pixels, and each pixel represents a color or shade. Pixels within.
Bitmap vs. Vector How computers work with photographs and drawings.
Vector vs. Bitmap. Vector Images Vector images (also called outline images) are images made with lines, text, and shapes. Test type is considered to be.
BITMAPPED IMAGES & VECTOR DRAWN GRAPHICS
2.01 Understand Digital Raster Graphics
2.01 Understand Digital Raster Graphics
Digital Imaging 101 Ann Ware.
DIGITAL MEDIA FOUNDATIONS
Understanding Web Graphics
Vector (Shapes) vs. Raster (Pixels)
Chapter 3 Image Files © 2013 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website,
Introduction to Graphics
Vector vs. Bitmap.
2.01 Understand Digital Raster Graphics
2.01 Investigate graphic image design.
Bitmap vs. Vector.
Graphics Basics Ellen Eyth.
Chapter 3 Image Files © 2017 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Using GRAPHICS Bristol Community College CIS 13 Business Creativity Sources: Conference for Desktop Publisher and Others.
Digital Images.
Graphics Basic Concepts.
Resolution and Printing Tips
ImageEditing Understanding Image Resolution.
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.01 Investigate graphic image design.
Presentation transcript:

Raster vs Vector and Image Resolution By Josh Gallagan

Raster (Bitmap) A raster image is defined by pixels. A pixel is the smallest display element that makes up the images seen on a computer monitor or television. In raster images, the more pixels an image contains, the higher its resolution. For example, in a raster image a square is drawn as a grid of pixels (dots) and each of those pixels will have a specific color value. A line is made up of a row of pixels with each pixel having a color value, and you work with this line by working with the group of pixels that makes up the line, not as a single object as you would in a vector file. Programs such as Photoshop, PaintShop, and PhotoPaint all work with pixels (raster images). A raster image is defined by pixels. A pixel is the smallest display element that makes up the images seen on a computer monitor or television. In raster images, the more pixels an image contains, the higher its resolution. For example, in a raster image a square is drawn as a grid of pixels (dots) and each of those pixels will have a specific color value. A line is made up of a row of pixels with each pixel having a color value, and you work with this line by working with the group of pixels that makes up the line, not as a single object as you would in a vector file. Programs such as Photoshop, PaintShop, and PhotoPaint all work with pixels (raster images). Raster images are the best choice for creating subtle gradations of shades and color, such as in a photograph. Raster images are the best choice for creating subtle gradations of shades and color, such as in a photograph. A raster image is resolution-dependant because it contains a fixed number of pixels that are used to create the image. Since there is a fixed and limited number of pixels, a raster image will lose quality if enlarged beyond that number of pixels as the computer will have to 'make up' the missing information. This is usually the cause of the image becoming fuzzy or "steppy". A raster image is resolution-dependant because it contains a fixed number of pixels that are used to create the image. Since there is a fixed and limited number of pixels, a raster image will lose quality if enlarged beyond that number of pixels as the computer will have to 'make up' the missing information. This is usually the cause of the image becoming fuzzy or "steppy".

Vector (Lines/Calculated Points) A vector image is defined by objects which are made of lines and curves that are defined mathematically in the computer. Vectors can have various attributes such as line thickness, length and color. For example, in a vector image, a square is drawn as four lines connected at the corners. Those lines can be set to different thickness and colors. The square can be empty or filled. A line is one object with attributes, and you work with this line as a single object, not as a group of pixels as you would in a raster image. Programs such as PowerPoint, Illustrator and Freehand all work with vectors. A vector image is defined by objects which are made of lines and curves that are defined mathematically in the computer. Vectors can have various attributes such as line thickness, length and color. For example, in a vector image, a square is drawn as four lines connected at the corners. Those lines can be set to different thickness and colors. The square can be empty or filled. A line is one object with attributes, and you work with this line as a single object, not as a group of pixels as you would in a raster image. Programs such as PowerPoint, Illustrator and Freehand all work with vectors. Vector graphics are resolution-independent because the vector objects are drawn mathematically in the computer. They can be made larger or smaller without any loss of quality to the image. Vectors can be printed at any size, on any output device, at any resolution, without losing detail and without altering the resolution of the image. Vector graphics are resolution-independent because the vector objects are drawn mathematically in the computer. They can be made larger or smaller without any loss of quality to the image. Vectors can be printed at any size, on any output device, at any resolution, without losing detail and without altering the resolution of the image. Vector images are the best choice for typefaces, charts and graphs, drawings, and other graphics that must have sharp lines when scaled to various sizes. Vector images are the best choice for typefaces, charts and graphs, drawings, and other graphics that must have sharp lines when scaled to various sizes. Even though word processing programs such as MSWord are not drawing programs, they too use vectors because they use fonts and fonts are vector files! Fireworks is unique in that it works with both raster and vector art. Even though word processing programs such as MSWord are not drawing programs, they too use vectors because they use fonts and fonts are vector files! Fireworks is unique in that it works with both raster and vector art.

Raster vs Vector

Raster vs Vector Images

Raster vs Vector

Raster Programs Raster Programs –Photoshop, Fireworks, Paint Vector Programs Vector Programs –Illustrator, Flash

Raster vs Vector Raster file extensions Raster file extensions –Png – portable network graphic –Psd – Photoshop document –Jpg – joint photographic experts group –Gif – graphics interchange format –Bmp – Bitmap Vector File Extensions Vector File Extensions –Ai – Adobe Illustrator –Eps – Encapsulated Postscript –Wmf – Windows Metafile

Resolution Resolution refers to the number of pixels in an image, and is a measurement of the output quality of an image, usually in terms of samples, pixels, dots, or lines per inch. Images are displayed on your computer screen at display (or screen) resolution (72 or 96 ppi). However, a printer needs much more image data than a monitor. In order print a clean image, the typical desktop printer needs dpi. If you've ever wondered why your 300 dpi scanned image appears so much larger on your monitor, this is why. Resolution refers to the number of pixels in an image, and is a measurement of the output quality of an image, usually in terms of samples, pixels, dots, or lines per inch. Images are displayed on your computer screen at display (or screen) resolution (72 or 96 ppi). However, a printer needs much more image data than a monitor. In order print a clean image, the typical desktop printer needs dpi. If you've ever wondered why your 300 dpi scanned image appears so much larger on your monitor, this is why. Resolution terminology varies according to the intended output device. PPI (pixels per inch) refers to screen resolution (monitors), DPI (dots per inch) refers to print resolution, SPI (samples per inch) refers to scanning resolution, and LPI (lines per inch) refers to halftone (often newspapers) resolution. Resolution terminology varies according to the intended output device. PPI (pixels per inch) refers to screen resolution (monitors), DPI (dots per inch) refers to print resolution, SPI (samples per inch) refers to scanning resolution, and LPI (lines per inch) refers to halftone (often newspapers) resolution. Sometimes images are referred to as high resolution (hi-res) or low resolution (lo-res). High resolution would be an image intended for print, generally having at least 300 pixels per inch. Low resolution refers to images only intended for screen display, generally having pixels per inch. An image for use on the internet should only be 72 dpi (the minimum display resolution) to minimize download time. Sometimes images are referred to as high resolution (hi-res) or low resolution (lo-res). High resolution would be an image intended for print, generally having at least 300 pixels per inch. Low resolution refers to images only intended for screen display, generally having pixels per inch. An image for use on the internet should only be 72 dpi (the minimum display resolution) to minimize download time. Scanner and digital camera manufacturers often refer to two different types of resolution when listing product specs: optical resolution and interpolated (or digital) resolution. The optical resolution is the true measurement of resolution that the output device can capture. Interpolated, or digital, resolution is aquired artificially. Scanner and digital camera manufacturers often refer to two different types of resolution when listing product specs: optical resolution and interpolated (or digital) resolution. The optical resolution is the true measurement of resolution that the output device can capture. Interpolated, or digital, resolution is aquired artificially.