Chapter III, Desktop Imaging Systems and Issues: Lesson IV Working With Images http://www.kodak.com/country/US/en/digital/dlc/book3/chapter3/deskImgM4_1.shtml.

Slides:



Advertisements
Similar presentations
Multimedia for the Web: Creating Digital Excitement Multimedia Element -- Graphics.
Advertisements

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 Computer Graphics
Components Text Text--Processing Software A Word Processor is a software application that provides the user with the tools to create and edit text.
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.
Zinnia Bell. RAWimages are image files that have not yet processed, they contain minimally processed data from the image sensor of either a image scanner,
HBCU-CUL Digital Imaging Workshop, November 2005
Graphics.
Web Design, 5 th Edition 5 Typography and Images.
CS 1308 Computer Literacy and the Internet. Creating Digital Pictures  A traditional photograph is an analog representation of an image.  Digitizing.
File Formats COM 366 Web Design & Layout. Native file format –Format native to software program –.psd > PhotoShop default Preserves layers –Use “Save.
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.
Bitmap Vs. Vector Graphics. To create effective artwork, you need to understand some basic concepts about vector graphics versus bitmap images, resolution,
8 Using Web Graphics Section 8.1 Identify types of graphics Identify and compare graphic formats Describe compression schemes Section 8.2 Identify image.
Digital Cameras And Digital Information. How a Camera works Light passes through the lens Shutter opens for an instant Film is exposed to light Film is.
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.
Image formats. Basic terminologies… Pixels: Pixels are the building blocks of every digital image. a pixel is a single point in a graphic image. Resolutions:
File Formats and Vector Graphics. File Types Images and data are stored in files. Each software application uses different native file types and file.
Quiz # 1 Chapters 1,2, & 3.
Graphics An image is made up of tiny dots called pixels (“picture elements”) The resolution determines the.
Chapter 3 Image Files © 2013 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website,
Lecture 7: Intro to Computer Graphics. Remember…… DIGITAL - Digital means discrete. DIGITAL - Digital means discrete. Digital representation is comprised.
13 Production Essentials. Chapter 13 Objectives Differentiate between continuous tone and vector artwork. Use the mighty Links panel Adjust image resolution.
Digital Imaging Fundamentals Ms. Hema C.R. School of Mechatronic Engineering.
Raster Graphics 2.01 Investigate graphic image design.
Marwan Al-Namari 1 Digital Representations. Bits and Bytes Devices can only be in one of two states 0 or 1, yes or no, on or off, … Bit: a unit of data.
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.
By: Catyana Brown Information Technology in a Global Society: Multimedia.
COMP135/COMP535 Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 2 Lecture 2 – Digital Representations.
Introduction to Images & Graphics JMA260. Objectives Images introduction Photoshop.
Digital Graphics for Computer Games Pixels Types of Digital Graphics (Raster and Vector) Compression.
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.
Scanner Scanner Introduction: Scanner is an input device. It reads the graphical images or line art or text from the source and converts.
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.
Basic Digital Imaging For PE 266 Technology in HPER.
BITMAPPED IMAGES & VECTOR DRAWN GRAPHICS
Section 8.1 Section 8.2 Create a custom theme Design a color scheme
DIGITAL MEDIA FOUNDATIONS
Data Representation.
Chapter 3 Image Files © 2013 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website,
Binary Notation and Intro to Computer Graphics
Computer Science Higher
Pixel, Resolution, Image Size
Chapter I, Digital Imaging Fundamentals: Lesson V Output
2.01 Investigate graphic image design.
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 I Digital Imaging Fundamentals
Chapter 3:- Graphics Eyad Alshareef Eyad Alshareef.
Digital Images.
1.01 Investigate graphic types and file formats.
Introduction to Computer Graphics
An Introduction to Scanning and Storing Photographs and Graphics
ImageEditing Understanding Image Resolution.
Data Representation.
Representing Images 2.6 – Data Representation.
UNIT IV.
2.01 Investigate graphic image design.
Web Programming– UFCFB Lecture 7
Multimedia System Image
2.01 Investigate graphic image design.
Lecture 4 - Introduction to Computer Graphics
"Digital Media Primer" Yue-Ling Wong, Copyright (c)2013 by Pearson Education, Inc. All rights reserved.
2.01 Investigate graphic image design.
Presentation transcript:

Chapter III, Desktop Imaging Systems and Issues: Lesson IV Working With Images http://www.kodak.com/country/US/en/digital/dlc/book3/chapter3/deskImgM4_1.shtml

                             Working with digital images requires a working knowledge of the methods used for encoding images for the computer. These encoding methods include file formats, page description language, and compression schemes.

Image file formats can be either raster or object-oriented.                              Image file formats can be either raster or object-oriented.

                             Raster files, or bit-mapped data, are created by scanners and digital cameras. Raster files store images as a matrix of picture elements called pixels. This type of file is used when digitally processing photographic images.

                             The quality of a raster image is determined at capture by two factors: spatial resolution and brightness resolution.

                             Spatial resolution is determined by the rate at which the scanner samples the image. The higher the resolution, the higher the quality, but also the larger the file.

                             The brightness or color value of each pixel is defined by one bit or by a group of bits. The more bits used, the higher the brightness resolution.

                             Object-oriented files, also known as vector files, describe the contents of an image in mathematical or algorithmic terms. These types of image files are typically used in graphic arts and illustration applications.

1. The letter "A", in Times font, bold, 14 point                              Vector images are stored as a display list describing the location and properties of objects making up the image. Objects can include: 1. The letter "A", in Times font, bold, 14 point 2. A circle, 2 inches in diameter, with a line-width .2 inches 3. A raster image scaled to 2 by 3 inches

                             Page description languages, such as Postscript, are a type of object-oriented file in which a programming language is used to define the text, vector graphic, and bitmapped image content of the page.

                             A PostScript file can be scaled to any resolution and output to any PostScript printer, imagesetter or film recorder.

                             For printing at a given resolution, a Raster Image Processor, or RIP is needed. A RIP is the part of a laser printer, film recorder or imagesetter which reads and interprets the page description language, and renders a raster form of the page for printing.

                             Raster Image Processors are typically built into a postscript printer. However, in some cases RIPs can be standalone devices with processing power and memory comparable to the computer.

                             Image compression uses mathematical techniques to allow an image to be stored in less memory by removing redundancies in image data.

                             There are three basic types of image compression: lossless, lossy, and visually lossless.

                             Lossless compression achieves only about a 2 to 1 compression ratio, but the reconstructed image is mathematically and visually identical to the original.

                             Lossy compression provides much higher compression rates, but the reconstructed image shows some loss of data compared to the original image.

                             JPEG, a common lossy compression scheme, offers a range of compression ratios. Depending on image content, an image file can be compressed to about one tenth the original size without noticeable degradation.

                             Visually lossless compression, based on information about color images and human perception, sorts image data into "important data" and "unimportant data," then discards the unimportant data.

                             Photo CD uses a type of visually lossless compression called chroma decimation. An image is separated into detail and color information. Chroma decimation then discards visually unimportant color information.

                             Photo CD further reduces image file size through a combination of lossy and lossless compression called hierarchical encoding. This type of encoding makes several files at different resolutions for different display and printing applications.

                             Compression becomes important when sending images to different locations. For example, compressing an image before sending it via modem saves time and cost.

                             When archiving images, some level of compression can save space and cost without sacrificing image quality.

                             To conclude this module, a quick look at image processing will shed some light on why some imaging operations place greater processing demands on the system than others.

                             When an image is rotated or flipped, the data in the image file is merely reordered. Pixels are moved or rearranged. Pixel values are not changed.

                             When the brightness, contrast, or the color tone of an image is adjusted, a mathematical formula calculates new pixel values. The position of pixels or their quantity is not changed.

                                                          Resizing an image changes the number of pixels in the image. For instance, to reduce an image by half in each direction, the computer divides the image into four-pixel blocks. It then replaces each block with a single pixel whose value is averaged from the four pixels.

                             Filtering operations used to sharpen or blur an image are processing-intensive. In these operations, a block of pixels must be weighted, then summed to calculate each new pixel value.