L.Ghadah R. Hadba CT1514-L1.  Computer Graphics :refers to processing of creating a new image from Geometry, Lighting parameters, Materials and Textures.Using.

Slides:



Advertisements
Similar presentations
Multimedia Mr. Sanchez.
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.
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.
Image Processing, Illustration (Drawing), Paint Programs, and Scanning Dr. Warren C. Weber Cal Poly Pomona.
Introduction to Computer Graphics
Graphics and Animation Chapter 8. 8 Graphics in Multimedia Graphics are an element that virtually all multimedia applications include.
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.
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.
Vector A software technology that uses mathematical points based on “vectors" (information giving both magnitude and direction). Because the computer.
Multimedia Specification Design and Production 2012 / Semester 1 / L4 Lecturer: Dr. Nikos Gazepidis
File Formats About graphic file formats And image compression.
Objective Understand concepts used to create digital graphics. Course Weight : 15% Part Three : Concepts of Digital 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.
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
SOFTWARE TYPES Word processing Page layout Paint Draw.
THE THEORY & CONCEPTS Lesson 1 – Part 1. What is Graphic Design It’s a CREATIVE PROCESS Undertaken in order to convey a specific message/s I can’t teach.
Graphics and Animation Multimedia Projects Part 2.
Digital File Formats ACCT-IGD-10: Students will generate and manipulate various graphic imaging processes. ACCT-IGD-15: Students will identify and produce.
Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 3 This presentation © 2004, MacAvon Media Productions Introduction to Computer Graphics.
CS- 375 Graphics and Human Computer Interaction Lecture 1: 12/4/1435 Fundamental Techniques in Graphics Lecturer: Kawther Abas.
Graphics workshop Library and Information Services University of St Andrews.
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.
File Formats and Vector Graphics. File Types Images and data are stored in files. Each software application uses different native file types and file.
(59003)
Task 3 Store and Present Your Digital Entry Guidance Notes.
Graphics & Images What File Format Do I Use?. Graphics & Images …..are visual images presented on some form of media (drawings, print, web, digital video)
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.
Color and Images. Color The natural colors we see and the colors we see on computer monitors are different. CMYK -natural RGB -monitor.
Raster Graphics 2.01 Investigate graphic image design.
Task 3 Store and Present Your Digital Entry Guidance Notes.
Graphics Concepts Presentation
Digital Image Editing Presented by John Hohn. File Formats JPEG – Joint Photographic Experts Group PNP – Portable Network Graphics GIF – Graphic Interchange.
Vocabulary Worksheet Answers
Image File Formats Harrow Computer Club – Wed, 1 Dec 2010 Bob Watson MA CMath MIMA MBCS.
Image Editing Vocabulary Words Pioneer Library System Norman Public Library Nancy Rimassa, Trainer Thanks to Wikipedia ( help.
Photoshop Basics: Extended Instructor: Vicki Weidler Assistant: Joaquin Obieta.
Graphics and Image Data Representations 1. Q1 How images are represented in a computer system? 2.
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.
2.01 Understand Digital Raster Graphics
2.01 Understand Digital Raster Graphics
Digital Imaging 101 Ann Ware.
DIGITAL MEDIA FOUNDATIONS
Digital Illustration Chapter 6 File format.
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
2.01 Understand Digital Raster Graphics
Introduction to raster graphics
Basic Knowledge of Web creation
Introduction To Photo Editing SHIELA MAE A. AQUINO SRNHS.
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.
Image File Size and File Compression
Adobe Visual Design 2.00 Identifying design elements when preparing images (10%) 7.00 Identifying design elements when preparing illustrations (1%)
Digital Images.
Graphics and Animation
Introduction to Computer Graphics
Graphics Basic Concepts.
2.01 Understand Digital Raster Graphics
Nuts and Bolts of Digital Imaging
2.01 Understand Digital Raster Graphics
Basic Concepts of Digital Imaging
timo. fi (59003) www. biocenter
"Digital Media Primer" Yue-Ling Wong, Copyright (c)2013 by Pearson Education, Inc. All rights reserved.
Graphics and Animation
Presentation transcript:

l.Ghadah R. Hadba CT1514-L1

 Computer Graphics :refers to processing of creating a new image from Geometry, Lighting parameters, Materials and Textures.Using a Computer or any other digital media (using languages such as: OpenGL)  Image Processing: is the process of manipulating an image acquired through some device. The image too often will be acquired from photographs, scanners, medical equipments (using environments such as: MATLAB)  Image editing enable a person to manipulate visual images on a computer. (using editing programs such as: Adobe Photoshop, Adobe illustrator) CT1514-L1

 Image editing Programs can be divided based on picture type they deal with.  There is 2 basic types for pictures  Bitmap Images  Vector Images CT1514-L1

 A representation of a two-dimensional,finite set,of digital values (pixels)  Pixel value typically represents (gray level, color, opacities…etc  Editing bitmap images means editing the prosperities of it’s pixels (NOT editing an item or a shape in this image)  Zooming in and out may lead to image distortion or lose in some of it's details  Affected by the number of pixels per inch(Resolution) (How?) CT1514-L1

 Consist of geometrical primitives such as points, lines, curves…etc which are all based on mathematical expressions.  Editing vector images and Zooming in and out means recalculate the mathematical expressions with the new values (re-draw the vector image)  Not Affected by the resolution (Why?) CT1514-L1

Example (1)Example (2) CT1514-L1

 What type for images does Photoshop deal with?  What type should I choose for my final Photoshop image?  The file is too big for transmitting over internet!!  The image quality is bad after printing it!!  …. CT1514-L1

 Adobe Photoshop is primarily a raster bitmap editor.  Adobe Illustrator is primarily a vector graphics editor.  The recent versions of bitmap editors, such as Photoshop support vector-like tools (e.g. editable paths), and  vector editors such as Adobe Illustrator are gradually adopting tools and approaches that were once limited to bitmap editors (e.g. blurring). [1] CT1514-L1

PicUseDescriptionextinctionPicture Format Commercial Presses Consist of 2 parts: Scripted description that tell printer how the final image should be A preview picture of the content (.eps)Encapsulated PostScript(EPS) Presses - maintaining quality Is a high-quality file format. Now its owned by Adobe System Compress images without losing any of its’ values. (.tif/.tiff)Tagged Image File Format(TIF/TIFF) Internet Images- Designing Icons Very small size images Good quality Used basically in the Internet Support transparency (.png)Portable Network Graphic (PNG) CT1514-L1 Vector file format

PicUseDescriptionextinctionPicture Format Saving Images – transforming images through internet-printing using home printers Compress images with losing in its’ values. Support(24-bit color) 16 million color (.jpg) Joint Photographic Experts Group(JPEG/JP G) Support Animation Support(8-bit color) 256 color Most popular extension in the internet (.gif)Graphical Interchange Format(GIF) Image file created by Adobe Photoshop, may include image layers,adjustment layers, layer masks, annotation notes, and other Photoshop- specific elements Enable editing (.psd)Adobe Photoshop Document (PSD) CT1514-L1

File  Save AS

GrayscaleCMYKRGB Use 256 gray level (0: black-255: white) Consist of 4 colors(Cyan, Magenta, Yellow, Black) Used with CMYK printers Basic color system Consist of 3 colors( Red-Green-Blue) CT1514-L1

Image  Mode

CT1514-L1 RGB CMYK Grayscale Example of applying different color modes on an image