Computer Graphics An Introduction Jimmy Lam The Hong Kong Polytechnic University.

Slides:



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

Capturing and optimising digital images for research Gilles Couzin.
Multi-media Graphics JOUR 205 Color Models & Color Space 5 ways of specifying colors.
Image Representation.
2.01 Understand Digital Raster Graphics
Vector vs. Bitmap SciVis V
Color of (digital image) Raed S. Rasheed Agenda Color. Color Image. Color Models – RGB color model. – CMYK color model. – HSV and HSL color model.
V Obtained from a summer workshop in Guildford County July, 2014
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.
Computer Image Dr Jimmy Lam CAD for Fashion and Textiles.
Bitmapped Images. Bitmap Images Today’s Objectives Identify characteristics of bitmap images Resolution, bit depth, color mode, pixels Determine the most.
Digital Images The digital representation of visual information.
Fundamentals of Photoshop
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Storing Graphics EXTENSION.
Computer Graphics Using “ Adobe Photoshop ” Introduction to E-Learning Center, DAD presents Workshop on Instructor: Mazhar.
Objective Understand concepts used to create digital graphics. Course Weight : 15% Part Three : Concepts of Digital Graphics.
Digital Terminology. Bitmap A representation consisting of rows and columns of dots of a graphic image stored in computer memory. To display a bitmap.
Colours and Computer Jimmy Lam The Hong Kong Polytechnic University.
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.
Foundations of Web Design I Photoshop CS5 Michael Daniel
Bitmap Vs. Vector Graphics. To create effective artwork, you need to understand some basic concepts about vector graphics versus bitmap images, resolution,
Color. There are established models of color, each discipline uses it own method for describing and discussing color intelligently.
Color and Resolution Introduction to Digital Imaging.
CSC Computing with Images
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.
Which is the Pink Pen? Here is the Pink Pen (Example taken from
Graphics An image is made up of tiny dots called pixels (“picture elements”) The resolution determines the.
 Scanned or digitally captured image  Image created on computer using graphics software.
Ch 6 Color Image processing CS446 Instructor: Nada ALZaben.
DIGITAL IMAGE. Basic Image Concepts An image is a spatial representation of an object An image can be thought of as a function with resulting values of.
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Representing and Storing Graphics EXTENSION.
COMPUTER GRAPHICS. Once you scan an image or take a picture with your digital camera, it becomes digitized. Made up of hundreds of thousands of pixels.
Vocabulary Worksheet Answers
Image Editing Vocabulary Words Pioneer Library System Norman Public Library Nancy Rimassa, Trainer Thanks to Wikipedia ( help.
Chapter 3 Color Objectives Identify the color systems and resolution Clarify category of colors.
Scanner Scanner Introduction: Scanner is an input device. It reads the graphical images or line art or text from the source and converts.
© ExplorNet’s Centers for Quality Teaching and Learning 1 Objective % Understand concepts used to create digital graphics.
Guilford County SciVis V104.03
Digital Basics Quiz Preparation. Basic Digital Image Concepts Aliasing & Anti‐aliasing Resolution Compression Raster & Vector Color mode & Image mode.
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.
Computer Graphic. Raster graphics In computer graphics, a raster graphics image, digital image, or bitmap, is a data structure representing a generally.
UNITS OF MEASUREMENT 2.01 Understand Digital Raster Graphics.
UNITS OF MEASUREMENT 2.01 Understand Digital Raster Graphics.
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
Objective % Explain design concepts used to create digital graphics.
DIGITAL MEDIA FOUNDATIONS
Images Data Representation.
Graphics 1 Graphics 2 Color 2 I Spy 1pt 1 pt 1 pt 1pt 1 pt 2 pt 2 pt
Data Representation Images.
2.01 Understand Digital Raster Graphics
2.01 Understand Digital Raster Graphics
Vector vs. Bitmap.
2.01 Understand Digital Raster Graphics
Units of Measurement, Image Resolution, & Color Mode
Digital Images.
Chapter 12 COLOR THEORY.
ImageEditing Understanding Image Resolution.
Computer Graphics Using “Adobe Photoshop”
Colour Theories.
2.01 Understand Digital Raster Graphics
2.01 Understand Digital Raster Graphics
2.01 Understand Digital Raster Graphics
Computer Systems Nat 4.5 Computing Science Data Representation
Basic Concepts of Digital Imaging
2.01 Understand Digital Raster Graphics
Objective % Explain design concepts used to create digital graphics.
Presentation transcript:

Computer Graphics An Introduction Jimmy Lam The Hong Kong Polytechnic University

Agenda  Introduction to Computer Graphics  Computer System  Image Specifications (resolution and colour depth)  Image mode (bit-mapped and vector)  Image Colour (RGB, CMYK and channel)  CAD/CAM system

The Computer  CPU – fetches, decodes and executes instructions through active RAM memory  Storage memory  I/O device – scanner, printer, monitor

Computer Image (1) Resolution –With larger screen you could see larger number of pixels –The most common display – 640 x 480 pixels or 1024 x 756 pixels –The greater the screen resolution – dpi (dot per inch), the clearer the image –Standard resolution is 72 dpi

Computer Image (2) Graphic board –It supports various numbers of bits per pixel –A bit is the smallest amount of binary information used by the computer and graphic boards operate on an 8-, 12-, 16- or 32-bit-per-pixel system

Computer Image (3)  The greater the bit depth the greater the number of colours that can be displayed  Standard board is 8-bit for 256 colours  16-bit board – 32,768  24-bit board – 16.7 million

Computer Image (4) Scanner  Available in B/W, greyscale and colour  Transfer artwork, images or founded objects into the computer  Requires good deal of memory space on the hard disk

 The higher the resolution of the scan, the more memory is required  If the resolution of scan is equal to the screen resolution, the scale of print out would be the same as seen on screen

Basic Image Modes

Bitmap (1)  Computer graphics - 2 main categories: bitmap/ vector.  Bitmap images--technically called raster images-- use a grid of colors known as pixels to represent images.  When working with bitmap images, pixels are edited rather than objects or shapes.

 Bitmap images are resolution- dependent, contain a fixed number of pixels  Details could be lost and appear jagged if scaled on-screen or if printed at a lower resolution Bitmap (2)

Vector  Vector graphics are made up of lines and curves defined by mathematical objects

 Vector graphics are resolution- independent  Can be scaled to any size and printed at any resolution without losing detail or clarity.  The best choice for representing bold graphics that must retain crisp lines when scaled to various sizes e.g. logos. Vector (2)

Bitmap Image Vector Image

Questions  What type of image file (bitmap or vector) is normally used to represent textile fabric (knitted or woven)?  For fashion design, what kind of image file will be used and why?

Image Colour  What colour images are displayed by computer monitor?  What colour images are printed out by computer printer and textile printer?  How do you match colour of your fabric samples to the computer monitor?

Colour: Grayscale  Grayscale uses tints of black to represent a design.  A brightness value ranging from 0% (white) to 100% (black).  Images produced using B/W or grayscale scanners are typically displayed in grayscale.  Convert artwork to high-quality black- and-white artwork.

Colour:RGB  Primary colours – Red, Green, Blue, most widely used  Called additive colors because white is created by adding R, G, and B together  Additive colors are used for lighting, television, and computer monitors

Colour: CMYK  Cyan, Magenta, Yellow, and Black  RGB model depends light source to create color, the CMYK model is based light- absorbing quality of ink printed on paper  Combining pure C, M, and Y pigments resulted in black. So they are called subtractive colors. Black (K) ink is added for better shadow density

Colour: Channels  Channels – image component contain pixel information for any given colour – e.g. RGB, CMYK, Grayscale  Resolution – measurement of fineness of detail, the higher the resolution, the finer the detail

CAD/CAM CAM – more process oriented, concept of time is important CAD defines a part, whereas CAM defines a part’s manufacturing processes, from raw material to finished product

Can CAD and CAM join as one?  Yes, but…  The differences between the two will impede their integration, because their workflows and final products are so different  Also because of the nature inherent in how they are used  It probably will for the foreseeable future

Questions  How can you match colour between two fabric samples?  Is it possible to use CAD system to eliminate colour different between two fabric samples?