Chapter 1 Definitions & Basics of Digital Image 1.Image 2.Digital Image 3.Raster 4. Vector 5.Image Editing 1.

Slides:



Advertisements
Similar presentations
Multimedia Mr. Sanchez.
Advertisements

L.Ghadah R. Hadba CT1514-L1.  Computer Graphics :refers to processing of creating a new image from Geometry, Lighting parameters, Materials and Textures.Using.
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.
2.01 Understand Digital Raster Graphics
Introduction to Computer Graphics
Graphics and Animation Chapter 8. 8 Graphics in Multimedia Graphics are an element that virtually all multimedia applications include.
Raster vs Vector and Image Resolution By Josh Gallagan.
Components Text Text--Processing Software A Word Processor is a software application that provides the user with the tools to create and edit text.
Image and Sound Editing Raed S. Rasheed Image Image. Digital image. – Raster images. – Vector Images. – Stereo Images. – Image File Formats Lossless.
Manipulating Images Image A visual representation of something that is seen in real life. It can be two-dimensional or three-dimensional A visual representation.
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.
Dr Jimmy Lam CAD for Fashion and Textiles
Graphics.
COMP Bitmapped and Vector Graphics Pages Using Qwizdom.
File Formats About graphic file formats And image compression.
Module Code: CU0001NI Technical Information on Digital Images Week -2.
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.
All About File Formats Mr. Butler John Jay High School Department of Technology.
Presentation Design: Graphics. More About Color “Bit depth” of colors -- This is based on the smallest unit of information that a computer understands.
SOFTWARE TYPES Word processing Page layout Paint Draw.
Multimedia Elements II Graphics, Digital Video. UIT - Multimedia Production2 Multimedia Elements Multimedia elements include: Text Graphics Animation.
Information Processes and Technology Multimedia: Graphics.
Chapter 14 Working with Graphics. 2Practical PC 5 th Edition Chapter 14 Getting Started In this Chapter, you will learn: − About different graphics you.
Guide to Computer Forensics and Investigations, Second Edition Chapter 11 Recovering Image Files.
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.
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.
Chapter 2 File Format Objectives (1 of 2) Identify the difference between vector based graphics and bitmap-based graphics Clarify bitmap and vector graphic.
Digital Imaging 101 Ann Ware. Digital Image Categories BITMAP  A vector is created by using a series of mathematically defined lines and curves rather.
Unit 1: Task 1 By Abbie Llewellyn. Vector Graphic Software (Corel Draw) Computer graphics can be classified into two different categories: raster graphics.
Digital Imaging 101 Ann Ware
Multimedia Basics (1) Hongli Luo CEIT, IPFW. Topics r Image data type r Color Model : m RGB, CMY, CMYK, YUV, YIQ, YCbCr r Analog Video – NTSC, PAL r Digital.
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.
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
21 st Century Technology. Painting Uses Pixels Quality of image Changes Drawing Uses Vectors or Lines Quality of Image Does NOT Change.
Image Editing Vocabulary Words Pioneer Library System Norman Public Library Nancy Rimassa, Trainer Thanks to Wikipedia ( help.
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.
Chapter 14 Working with Graphics
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
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 Photo Editing SHIELA MAE A. AQUINO SRNHS.
2.01 Investigate graphic image design.
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.
Chapter 3:- Graphics Eyad Alshareef Eyad Alshareef.
Digital Images.
Graphics and Animation
1.01 Investigate graphic types and file formats.
Graphics Basic Concepts.
2.01 Understand Digital Raster Graphics
2.01 Investigate graphic image design.
2.01 Understand Digital Raster Graphics
Multimedia System Image
2.01 Investigate graphic image design.
Graphics and Animation
2.01 Investigate graphic image design.
Presentation transcript:

Chapter 1 Definitions & Basics of Digital Image 1.Image 2.Digital Image 3.Raster 4. Vector 5.Image Editing 1

Basic Terminology The Image* An image: is an artifact, that has a similar appearance to some subject - usually a physical object or a person. – 2-D such as a photograph, screen display, and – 3-D such as a statue or hologram. 2

Basic Terminology The Image* The word image is also used in the broader sense of any two- dimensional figure such as – a map, – a graph, – a pie chart, – or an abstract painting. images can also be rendered manually, such as by – drawing, painting, carving, drawingpaintingcarving rendered automatically by – printing or computer graphics technology, printingcomputer graphics 3 * Feb.2014

Basic Terminology Moving Image* A moving image is typically a movie (film) or video, including digital video. It could also be an animated displayfilmvideodigital video 4 * Feb.2014

Basic Terminology DIGITAL IMAGES are electronic snapshots taken of a scene or scanned from documents, such as photographs, manuscripts, printed texts, and artwork. The digital image is sampled and mapped as a grid of dots or picture elements (pixels). Each pixel is assigned a tonal value (black, white, shades of gray or color), which is represented in binary code (zeros and ones). 5 Digital Imaging Tutorial, 2003

Basic Terminology An digital image: is a numeric representation (normally binary) of a 2-D image. Depending on whether the image resolution is fixed, it may be of vector or raster type. "digital image" usually refers to raster images also called bitmap images. 6

Basic Terminology An digital image: 7

Basic Terminology Raster Images. Raster images have a finite set of digital values, called picture elements or pixels. The digital image contains a fixed number of rows and columns of pixels. Pixels are the smallest individual element in an image, holding quantized values that represent the brightness of a given color at any specific point. 8

Basic Terminology Raster Images. Raster image type – Binary: is a digital image that has only two possible values for each pixel. – Grayscale: is an image in which the value of each pixel is a single sample, that is, it carries only intensity information. – Color: is a digital image that includes color information for each pixel. 9

Basic Terminology Raster Images. Raster image type 10

Basic Terminology Vector Images. Vector images resulted from mathematical geometry (vector). In mathematical terms, a vector consists of point that has both direction and length. Often, both raster and vector elements will be combined in one image; for example, in the case of a billboard with text (vector) and photographs (raster). 11

Basic Terminology Image Editing* include the processes of altering images, whether they be digital photograph, traditional photochemical photograph, or illustrations. 12 Illustration by Jessie Willcox SmithJessie Willcox Smith * Feb.2014

Basic Terminology Image Editing* Traditional analog image editing is known as photo retouching, using tools such as an airbrush to modify photographs, or editing illustrations with any traditional art medium. 13 * Feb.2014

Basic Terminology Image Editing* Graphic Software programs, which can be broadly grouped into vector graphics editors, vector graphics editors 14 * Feb.2014 A screenshot of the xfig vector graphics editorxfig A screenshot of the modern vector graphics editor InkscapeInkscape

Basic Terminology Image Editing* vector graphics formats (EPS) Encapsulated PostScript: Simply, an EPS file is a PostScript program, saved as a single file that includes a low-resolution preview "encapsulated" inside of it, allowing some programs to display a preview on the screen (PDF) Portable Document Format: used to represent documents in a manner independent of application software, hardware, and operating system (WMF) Windows Metafile: originally designed for Microsoft Windows in the 1990s. Windows Metafiles are intended to be portable between applications and may contain both vector graphics and bitmap components. It acts in a similar manner to SVG files.Microsoft Windowsvector graphicsbitmapSVG 15 * Feb.2014

Basic Terminology Image Editing* vector graphics formats (SVG) Scalable Vector Graphics or (VML) Vector Markup Language [xml file]: is an XML-based vector image format for two-dimensional graphics that has support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium (W3C) since 1999.XML vector image formatopen standardWorld Wide Web Consortium 16 * Feb.2014 VML Webart example

Basic Terminology Image Editing* raster graphics editors 17 * Feb.2014 A screenshot from the GIMP raster graphics editor.GIMP

Basic Terminology Image Editing* raster graphics formats – JPEG/JFIF JPEG (Joint Photographic Experts Group) is a compression method JPEG compression is (in most cases) lossy compression. – TIFF (Tagged Image File Format) format is a flexible format that normally saves 8 bits or 16 bits per color (red, green, blue) for 24-bit and 48-bit totals. Can be lossy and lossless. – GIF (Graphics Interchange Format) is limited to an 8- bit palette, or 256 colors. 18 * Feb.2014

Basic Terminology Image Editing* raster graphics formats – PNG (Portable Network Graphics) file format was created as the free, open-source successor to the GIF. Supports true color (16 million colors). – BMP (Windows bitmap) handles graphics files within the Microsoft Windows OS. Typically, BMP files are uncompressed, hence they are large; the advantage is their simplicity and wide acceptance in Windows programs. – WebP is a new image format that uses lossy compression. It was designed by Google to reduce image file size to speed up web page loading 19 * Feb.2014

Basic Terminology Image Editing* raster graphics formats – JPEG XR (New JPEG standard based on Microsoft HD Photo) – TGA (TARGA) – ILBM (InterLeaved BitMap) – IMG (Graphical Environment Manager image file; planar, run-length encoded) – PCX (Personal Computer eXchange) – ECW (Enhanced Compression Wavelet) – IMG (ERDAS IMAGINE Image) 20 * Feb.2014

Basic Terminology Image Editing* 3D modelers 21 * Feb.2014 All previous tools are the primary tools with which a user may manipulate, enhance, and transform images. Many image editing programs are also used to render or create computer art from scratch. 3D computer graphics software