Computer Engineering and Networks, College of Engineering, Majmaah University Graphics Mohammed Saleem Bhat CEN-318 Multimedia.

Slides:



Advertisements
Similar presentations
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.
Advertisements

Color COM 366 Web Design & Production. RGB color Amount of light in each channel Closer to 255, whiter color gets Every color has value for red,
Multimedia for the Web: Creating Digital Excitement Multimedia Element -- 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.
Digital Media: COMS 106 Images Digital Media Before You Create Images Plan your approach Organize your tools.
ETT 429 Spring 2007 Digital Photography/Scanners.
Digital Still Images ETT June Multimedia Assets Still Images Audio Video.
Introduction to Computer Graphics
Graphics and Animation Chapter 8. 8 Graphics in Multimedia Graphics are an element that virtually all multimedia applications include.
Vector vs. Bitmap SciVis V
Chapter 6-Images. Overview Creation of multimedia images. Creation of still images. Colors and palettes in multimedia. Image file types used in multimedia.
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.
Prepared by George Holt Digital Photography BITMAP GRAPHIC ESSENTIALS.
Graphics.
CS 1308 Computer Literacy and the Internet. Creating Digital Pictures  A traditional photograph is an analog representation of an image.  Digitizing.
COMP Bitmapped and Vector Graphics Pages Using Qwizdom.
Lecture 4 - Introduction to Computer Graphics
Lab #5-6 Follow-Up: More Python; Images Images ● A signal (e.g. sound, temperature infrared sensor reading) is a single (one- dimensional) quantity that.
TOPIC 4 INTRODUCTION TO MEDIA COMPUTATION: DIGITAL PICTURES Notes adapted from Introduction to Computing and Programming with Java: A Multimedia Approach.
Simple Graphics. Graphics Used in PowerPoint, Web pages and others Basic Knowledge drawing change of colour, shape and others acquiring, video camera,
XP Practical PC, 3e Chapter 13 1 Working with Graphics.
Image Storage Bitmapped Graphics – in which an image is represented as a collection of dots Vector Graphics – in which an image is represented as a set.
Digital Terminology. Bitmap A representation consisting of rows and columns of dots of a graphic image stored in computer memory. To display a bitmap.
Presentation Design: Graphics. More About Color “Bit depth” of colors -- This is based on the smallest unit of information that a computer understands.
Vector vs. Bitmap
Photoshop Software Rasterized, file formats, and printing choices.
Graphics and Animation Multimedia Projects Part 2.
Computer Concepts 2014 Chapter 8 Digital Media. 8 Chapter Contents  Section B: Bitmap Graphics  Section C: Vector and 3-D Graphics Chapter 8: Digital.
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.
Information Processes and Technology Multimedia: Graphics.
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.
Chapter 14 Working with Graphics. 2Practical PC 5 th Edition Chapter 14 Getting Started In this Chapter, you will learn: − About different graphics you.
Computer Images Can store color info about each pixel, but makes file BIG Compression for Web 15.
Graphics. Graphic is the important media used to show the appearance of integrative media applications. According to DBP dictionary, graphics mean drawing.
CS- 375 Graphics and Human Computer Interaction Lecture 1: 12/4/1435 Fundamental Techniques in Graphics Lecturer: Kawther Abas.
© Anthony J. Nowakowski, Ph.D. GRAPHICAL MEDIA EDC 601 Instructional Technologies © Anthony J. Nowakowski, Ph.D. “Graphics help to display and to clarify.
2D Graphics Theory & Principles. Single Point Smallest addressable area on screen or digital image.
Unit 1: Task 1 By Abbie Llewellyn. Vector Graphic Software (Corel Draw) Computer graphics can be classified into two different categories: raster graphics.
 Scanned or digitally captured image  Image created on computer using graphics software.
Multimedia. What is a graphic?  A graphic can be a: Chart Drawing Painting Photograph Logo Navigation button Diagram.
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.
Images.
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
Digital Graphics Vocabulary Texas State University CI5363 Florence Yang.
TOPIC 4 INTRODUCTION TO MEDIA COMPUTATION: DIGITAL PICTURES Notes adapted from Introduction to Computing and Programming with Java: A Multimedia Approach.
Image Editing Vocabulary Words Pioneer Library System Norman Public Library Nancy Rimassa, Trainer Thanks to Wikipedia ( help.
Scanner Scanner Introduction: Scanner is an input device. It reads the graphical images or line art or text from the source and converts.
DIGITAL IMAGING OBJECTIVE: EQUIPMENTS YOU NEED. INFO., RECORDING IN COMPUTER. OBJECTS FOR STORING IMAGES. BASICS OF IMAGE EDITING AND MANIPULATION. USE.
Graphics and Image Data Representations 1. Q1 How images are represented in a computer system? 2.
Software Design and Development Storing Data Part 2 Text, sound and video Computing Science.
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.
Chapter 14 Working with Graphics
BITMAPPED IMAGES & VECTOR DRAWN GRAPHICS
Section 8.1 Section 8.2 Create a custom theme Design a color scheme
DIGITAL MEDIA FOUNDATIONS
Graphics 1 Graphics 2 Color 2 I Spy 1pt 1 pt 1 pt 1pt 1 pt 2 pt 2 pt
Computer Science Higher
Pixel, Resolution, Image Size
IMAGES.
Chapter III, Desktop Imaging Systems and Issues: Lesson IV Working With Images
LET’S LEARN ABOUT GRAPHICS!
Graphics and Animation
Multimedia: making it Work
Multimedia System Image
Graphics and Animation
Presentation transcript:

Computer Engineering and Networks, College of Engineering, Majmaah University Graphics Mohammed Saleem Bhat CEN-318 Multimedia

Computer Engineering and Networks, College of Engineering, Majmaah University Graphics and Multimedia Because multimedia applications are designed as multi-sensory experiences, they are predominantly graphic. The content specialist is responsible for providing the production team with –graphics –photos –logos –colors

Computer Engineering and Networks, College of Engineering, Majmaah University Bitmapped and Vector Graphics Bitmaps: The computer stores information about the screen location and color value of each dot. –The refresh rate for bitmap is usually faster than for vector images – Used for Photo realistic images Vector images: are composed of a large number of lines and circles, each reflecting a mathematical relationship. –Therefore, when refreshing a screen with a vector image, the computer must calculate all vectors again. –However, vector images are more precise and require less memory. –Vector’s are scalable with out losing resolution or quality

Computer Engineering and Networks, College of Engineering, Majmaah University More on Bitmap and Vector images A vector is a line that is described by the location of its two end points Rect 0,0,200,400 (Cartesian coordinate system) This image starts in upper-left corner and move 200 pixels horizontally to the right, and 400 pixels vertically downward Vector software is used by CAD programs, 3-D graphics programs, and graphic artists programs as well. The images can be converted either way

Computer Engineering and Networks, College of Engineering, Majmaah University Creating 2-D Images Selection Freehand Dropper tool Learn How to Use the Help tool PaintShop Pro Tool Bar

Computer Engineering and Networks, College of Engineering, Majmaah University Other Images Photo CD’s Clip Art –Consists of collections of drawings, usually available as black and white or 4 bit (16 color) images. –The files are available in EPS, PIC, PICT, WMF and BMP formats Charts Maps

Computer Engineering and Networks, College of Engineering, Majmaah University Image Acquisition: Scanning Basics Determine whether the image will be printed or displayed on a monitor or projector Select the Area to scan Decide the scanning resolution of the resulting digitized file Decide the amount of light and contrast desired for the resulting image Determine the color cast you want to eliminate during the scan

Computer Engineering and Networks, College of Engineering, Majmaah University Scanning Resolution and Resizing Factors to consider: –Size in bytes –Use of image –How much manipulation or editing

Computer Engineering and Networks, College of Engineering, Majmaah University Properties of Digitized images Bit resolution or color resolution –1 bit (2 color) –2 bit (4 colors) –4 bit (16 colors) –8 bit (256 colors) Good –16 bit (65,536 colors) Excellent –24 bit (16.7 million) Photo-realistic Device resolution or output resolution (dpi) –Refers to dpi of output device, a typical monitor is 72 dpi Screen resolution (screen frequency) Image resolution

Computer Engineering and Networks, College of Engineering, Majmaah University Two important Notes The higher the image resolution the greater the file size Do not lower the resolution and later increase the resolution

Computer Engineering and Networks, College of Engineering, Majmaah University Image File Formats GIF – 8 bits of color depth or 256 colors –Gif compresses drawings and cartoons that only have a few colors much better than jpeg JPEG – 24 bits of color depth (millions of colors) is powerful but uses a lossy compression method. –JPEG introduces visible defects & sharp edges and lines that blur, especially with small-size text. PNG – Portable Network Graphics Warning! Do not edit and re-edit files in jpeg format. It recompresses it and the picture degenerates.

Computer Engineering and Networks, College of Engineering, Majmaah University File Formats cont. Format NameFile ExtensionType of Image Windows BitmapBMP, DIBBitmapped Encapsulated Post ScriptEPS,Vector MPEGMPG, MPEGCompressed Bitmap PICTPCT, PICTMetafile, bitmapped and/or vector TIFFTIFBitmapped Portable Network GraphicPNGBitmapped

Computer Engineering and Networks, College of Engineering, Majmaah University Digital Acquisition Digital Still Cameras Digital Still Video Scanning

Computer Engineering and Networks, College of Engineering, Majmaah University Image Editing Basics: Cropping Output-Level Correction –During scanning process the images losses resolution, contrast, and details in the shadows. –The levels dialog box enables you to correct the output levels of RGB Brightness and Contrast Adjustments Filters

Computer Engineering and Networks, College of Engineering, Majmaah University 3D Images Primitives Camera and Light Objects Rotation tools Resizing Tools Surfaces Extruding Lathing Rendering – Toy Story was rendered with on a “farm” of 87 dual-processor and 30 quad processor 100MHz SPARC station 20s. Took 46 days. Panoramas

Computer Engineering and Networks, College of Engineering, Majmaah University Color Light comes from an atom when an electron passes from a higher to a lower energy level Each atom produces uniquely specific colors Known as quantum theory developed by physicist Max Planck in the late 19 th century. Niels Bohr, another physicist, later showed that an excited atom that has absorbed energy and whose electrons have moved into higher orbits with throw energy in the form of quanta, or photons, when it reverts to a stable state. That is where light comes from

Computer Engineering and Networks, College of Engineering, Majmaah University Color con’t Color is the frequency of a light wave within the narrow band of the electromagnetic spectrum to which the human eye responds. The rainbow is an ascending frequency of the visible light spectrum: red, orange, yellow, green, blue, indigo, and violet. Light that is infrared, or below the frequency of red light, not perceivable by the human eye, can be created and viewed by electronic diodes and sensors Used for remote controls, wireless communications, etc. (Vaughan, 2001, p. 265) favorite color in the world is bluewww.diacenter.org/km/index.html

Computer Engineering and Networks, College of Engineering, Majmaah University Color Hues – human can differentiate among millions of colors, or hues, consisting of combinations of RGB Brightness or lightness is the percentage of black or white mixed in a color Saturation is the intensity of the color where 100% is pure and 0 is white, black, or gray. Dithering Opacity