Introduction to Image Processing. Image Processing is the steps of using image processing tools to covert different kinds of image sources into different.

Slides:



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

Computer Systems Nat 4/5 Data Representation Lesson 4: Storing 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 Raster Graphics Resize an image until it is pixelated.
Vector vs. Bitmap SciVis V
8.2 PICTURE IT Graphic Types and Their Uses. What Are Graphics?  Graphics are pictures/images  They could be images taken on a digital camera or scanned.
How Images are Represented Bitmap images (Dots used to draw the image) Monochrome images 8 bit grey scale images 24 bit colour Colour lookup tables Vector.
V Obtained from a summer workshop in Guildford County July, 2014
Fonts Typeface Typography. Leading Spacing between lines.
Digital Art is Interactive Visual Art. How has art been changed because of technology ?
Chapter 3 Survival Techniques. Goals Discover that being an Illustrator artist is more than just knowing the tools Develop a basic understanding of the.
Graphic Images 101. Painted on a grid Drawn mathematically.
Vector Graphics Making custom images. Raster vs. Vector Graphics In computer graphics, a raster graphics image, or bitmap, is a dot matrix data structure.
2 pt 3 pt 4 pt 5pt 1 pt 2 pt 3 pt 4 pt 5 pt 1 pt 2pt 3 pt 4pt 5 pt 1pt 2pt 3 pt 4 pt 5 pt 1 pt 2 pt 3 pt 4pt 5 pt 1pt Terms 2 Terms 3 Terms 4 Terms 5 Terms.
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Storing Graphics EXTENSION.
COMP Bitmapped and Vector Graphics Pages Using Qwizdom.
GCSE Computing#BristolMet Session Objectives#9 MUST identify the data needed for a computer to display an image correctly (metadata) SHOULD describe the.
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
8 Using Web Graphics Section 8.1 Identify types of graphics Identify and compare graphic formats Describe compression schemes Section 8.2 Identify image.
Graphics and Animation Multimedia Projects Part 2.
Multimedia Elements II Graphics, Digital Video. UIT - Multimedia Production2 Multimedia Elements Multimedia elements include: Text Graphics Animation.
Graphics and Images Communicating Information : Documents and Publications.
Digital imaging. Two types of graphic Bitmap Vector.
Color and Resolution Introduction to Digital Imaging.
Section 8.1 Create a custom theme Design a color scheme Use shared borders Section 8.2 Identify types of graphics Identify and compare graphic formats.
Graphics. Graphic is the important media used to show the appearance of integrative media applications. According to DBP dictionary, graphics mean drawing.
Chapter 4: Representation of data in computer systems: Images OCR Computing for GCSE © Hodder Education 2011.
Graphics and CAD. LO: Understanding graphics formats, manipulation, and the benefits of using CAD software. Learning Outcome: Define key words and answer.
Computer Graphics Bitmap v Vector Graphics. Learning Objectives: By the end of this topic you should be able to:
By Courtney Field Creative digital graphics. Types of graphics and examples There are a number of different types of graphics file formats. Each type.
Aim: What is Illustrator? Mr. Spaterella Technology Feb. 22.
Bitmap and Vector Graphics Bitmap Graphics Pictures are made up of little dots called pixels The colour of each dot is saved –Examples: Binary code representing.
CS1033 Pixel and Resolution
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Representing and Storing Graphics EXTENSION.
By: Catyana Brown Information Technology in a Global Society: Multimedia.
Information Technology Images: Types, Resolution and Techniques.
Glencoe Introduction to Web Design Chapter 8 Web Graphics 1 A bitmap file format that is used by scanners and graphics programs for use in print.
Digital Image Editing Presented by John Hohn. File Formats JPEG – Joint Photographic Experts Group PNP – Portable Network Graphics GIF – Graphic Interchange.
Introduction to Images & Graphics JMA260. Objectives Images introduction Photoshop.
21 st Century Technology. Painting Uses Pixels Quality of image Changes Drawing Uses Vectors or Lines Quality of Image Does NOT Change.
Digital Graphics for Computer Games Pixels Types of Digital Graphics (Raster and Vector) Compression.
Introduction to the Computer Graphics Anton V. Kudinov, Assistant professor of Computer Engineering Department.
Effective Presentation CIT Core Module Chapter 4.
Representation of Data in Computer Systems
RASTERIZING SHAPES IN PHOTOSHOP RASTERIZE: A process in Photoshop of converting a vector image into a bitmap (or raster) image VECTOR: A vector image is.
Graphics and Image Data Representations 1. Q1 How images are represented in a computer system? 2.
Guilford County SciVis V104.03
Lesson 9: Web Graphics. Objectives Distinguish between vector and raster graphic types Identify and choose appropriate image file formats, including browser-compatibility.
What are the pros and cons of different image formatting?
Basic Digital Imaging For PE 266 Technology in HPER.
Text and Images Key Revision Points.
Unit 2.6 Data Representation Lesson 3 ‒ Images
Section 8.1 Section 8.2 Create a custom theme Design a color scheme
Representing images.
Introduction to Graphics
Vector vs. Bitmap.
Introduction to raster graphics
Submitting to Journals
Bitmap vs. Vector.
File size and image quality
Resolution and Printing Tips
Data Representation.
Bitmap, Vector, Pixels, Resolution, Metadata.
Representing Images 2.6 – Data Representation.
Computer Systems Nat 4.5 Computing Science Data Representation
Computer Systems Nat 4/5 Data Representation Lesson 4:
Trivia 1 Photoshop.
Presentation transcript:

Introduction to Image Processing

Image Processing is the steps of using image processing tools to covert different kinds of image sources into different file formats The basic characteristic of an image : 1) File Size 2) Image Size 3) Resolution 4) Image format

File Size The image file is saved as different formats. These differences are determined by the file format and the compression rate. bmpgifjpgtif 36 Kb13.9 Kb8 Kb52.7 Kb File format File size

Image Size Image as seen on the computer are measured by pixel 。 Example 450X400 means there are the height of the file is 4oo pixels and the width is 450 pixels 450 pixels 400 pixels

Resolution Resolution reflects the image quality and it is usually indicated by dpi(dots/inch or pixel/inch) 72 dpi300 dpi

Image format Image format can be divided into 2 major categories, “ Bitmap” and “Vector” 。 “ Bitmap” is an image that made up of dots , and “Vector” image are described by mathematical formulas 。 Can you tell the differences ? Bitmap Vector