PENGENALAN TEKNIK TELEKOMUNIKASI CLO

Similar documents
Graphics for Web. Desain Web Sistem Informasi PTIIK UB

Fundamentals of Multimedia

LECTURE 02 IMAGE AND GRAPHICS

HTTP transaction with Graphics HTML file + two graphics files

Specific structure or arrangement of data code stored as a computer file.

LECTURE 03 BITMAP IMAGE FORMATS

4 Images and Graphics

Raster (Bitmap) Graphic File Formats & Standards

Dr. Shahanawaj Ahamad. Dr. S.Ahamad, SWE-423, Unit-06

INTRODUCTION TO COMPUTER GRAPHICS

Digital Images. Digital Images. Digital Images fall into two main categories

Bitmap Image Formats

COMPSCI 111 / 111G Mastering Cyberspace: An introduction to practical computing. Digital Images Vector Graphics

Digital Imaging & Photoshop

Factors to Consider When Choosing a File Type

Images and Graphics. 4. Images and Graphics - Copyright Denis Hamelin - Ryerson University

Multimedia. Graphics and Image Data Representations (Part 2)

1. Describe how a graphic would be stored in memory using a bit-mapped graphics package.

Learning Outcomes. Black and White pictures. Bitmap Graphics. COMPSCI 111/111G Digital Images and Vector Graphics

B.Digital graphics. Color Models. Image Data. RGB (the additive color model) CYMK (the subtractive color model)

4/9/2015. Simple Graphics and Image Processing. Simple Graphics. Overview of Turtle Graphics (continued) Overview of Turtle Graphics

ITP 140 Mobile App Technologies. Images

CMPT 165 INTRODUCTION TO THE INTERNET AND THE WORLD WIDE WEB

3.1 Graphics/Image age Data Types. 3.2 Popular File Formats

IMAGE SIZING AND RESOLUTION. MyGraphicsLab: Adobe Photoshop CS6 ACA Certification Preparation for Visual Communication

Digital photo sizes and file formats

CHAPTER 3 I M A G E S

15110 Principles of Computing, Carnegie Mellon University

Topics. 1. Raster vs vector graphics. 2. File formats. 3. Purpose of use. 4. Decreasing file size

Introduction to Photography

Image Perception & 2D Images

STANDARD ST.67 MAY 2012 CHANGES

15110 Principles of Computing, Carnegie Mellon University

Digital Files File Format Storage Color Temperature

Photoshop (Image Processing)

MOTION GRAPHICS BITE 3623

Chapter 3 Graphics and Image Data Representations

Bitmap Vs Vector Graphics Web-safe Colours Image compression Web graphics formats Anti-aliasing Dithering & Banding Image issues for the Web

The Need for Data Compression. Data Compression (for Images) -Compressing Graphical Data. Lossy vs Lossless compression

CS 262 Lecture 01: Digital Images and Video. John Magee Some material copyright Jones and Bartlett

TEST INFORMATION: 40 questions 50 minutes 70% minimum required to pass. Score is based on a 1000 pt system so passing will be a 700.

Computer Programming

1 Li & Drew c Prentice Hall Li & Drew c Prentice Hall 2003

Understanding Image Formats And When to Use Them

Digital Imaging - Photoshop

6. Graphics MULTIMEDIA & GRAPHICS 10/12/2016 CHAPTER. Graphics covers wide range of pictorial representations. Uses for computer graphics include:

Digital Imaging and Image Editing

Image is a spatial representation of an object or a scene. (image of a person, place, object)

Chapter 3 Graphics and Image Data Representations

Photoshop CS6. Table of Contents. Image Formats! 3. GIF (Graphics Interchange Format)! 3. JPEG or JPG (Joint Photographic Experts Group)!

Elements of Design. Basic Concepts

The BIOS in many personal computers stores the date and time in BCD. M-Mushtaq Hussain

ITP 140 Mobile App Technologies. Colors Images Icons

WordPress Users Group Manchester, NH July 13, Preparing Images for the Web. Daryl Johnson SvenGrafik

Lecture #2: Digital Images

Developing Multimedia Assets using Fireworks and Flash

CS101 Lecture 19: Digital Images. John Magee 18 July 2013 Some material copyright Jones and Bartlett. Overview/Questions

Digital Images: A Technical Introduction

Resolution: The Peanut Butter Analogy

The next table shows the suitability of each format to particular applications.

Picsel epage. Bitmap Image file format support

Module 4 Build a Game

Computers & Philately Overview

Bit Depth. Introduction

CS 200 Assignment 3 Pixel Graphics Due Tuesday September 27th 2016, 9:00 am. Readings and Resources

Know your digital image files

Unit 4.4 Representing Images

raw format format for capturing maximum continuous-tone color information. It preserves all information when photograph was taken.

Color, graphics and hardware Monitors and Display

Welcome Back to Fundamentals of Multimedia (MR412) Fall, 2012 Chapter 3. ZHU Yongxin, Winson

For all question related to Photoshop that we cannot address in class, start by looking at the excellent Photoshop help: Help > Photoshop Help.

Digital Image Processing

Lecture - 3. by Shahid Farid

Applying mathematics to digital image processing using a spreadsheet

CD: (compact disc) A 4 3/4" disc used to store audio or visual images in digital form. This format is usually associated with audio information.

UNIT 7B Data Representa1on: Images and Sound. Pixels. An image is stored in a computer as a sequence of pixels, picture elements.

UNIT 7C Data Representation: Images and Sound

Resizing images for the web using. Version 1.3. WrightWay. Design.

SAQA. How to Submit an Online Entry. Art by Mary Kay Fosnacht

Q A bitmap file contains the binary on the left below. 1 is white and 0 is black. Colour in each of the squares. What is the letter that is reve

Corporate Identity Quick Reference Guide

Digital Libraries. Conversion to Digital Formats. Anne Kenney, Cornell University Library

This report provides a brief look at some of these factors and provides guidelines to making the best choice from what is available.

School of Digital Media Arts Photography GM300BB

PCCLUB.ORG.UK Tuesday, 3 rd May 2005 Stuart Crump. Picture Editing, Printing & Publishing Tutorial 1 of 2

CMPSC 390 Visual Computing Spring 2014 Bob Roos Review Notes Introduction and PixelMath

Pros and Cons for Each Type of Image Extensions

Computer Graphics. Rendering. Rendering 3D. Images & Color. Scena 3D rendering image. Human Visual System: the retina. Human Visual System

Color & Compression. Robin Strand Centre for Image analysis Swedish University of Agricultural Sciences Uppsala University

PHOTOGRAPHY AND DIGITAL IMAGING

TODAY STANDARD COLORS RGB COLOR CS 115: COMPUTING FOR SOCIO-TECHNO WEB REPRESENTATION OF TEXT, NUMBERS AND CODE

3. When you import the scanner for the first time make sure you change it from Full Auto Mode to that of Professional Mode.

UNIVERSITY OF CALICUT INTRODUCTION TO MULTIMEDIA QUESTION BANK

Image Optimization for Print and Web

How to Avoid Landmines: Managing your Motion Graphics Projects

Subjective evaluation of image color damage based on JPEG compression

1. Using Images on Web Pages 2. Image Formats 3. Bitmap Image Formats

Introduction to PHOTOSHOP

Scanning Archival Images

*Which code? Images, Sound, Video. Computer Graphics Vocabulary

Transcription:

PENGENALAN TEKNIK TELEKOMUNIKASI CLO : 4 Digital Image Faculty of Electrical Engineering BANDUNG, 2017

What is a Digital Image A digital image is a representation of a two-dimensional image as a finite set of digital values, called picture elements or pixels Real world is continuous An image is simply a digital approximation of this.

What is a Digital Image Pixel values typically represent gray levels, colours, heights, opacities etc Remember digitization implies that a digital image is an approximation of a real scene 1 pixel

What is a Digital Image Common image formats include: 1 sample per point (B&W or Grayscale) 3 samples per point (Red, Green, and Blue) 4 samples per point (Red, Green, Blue, and Alpha, a.k.a. Opacity)

What is Digital Image Digital image processing focuses on two major tasks Improvement of pictorial information for human interpretation Processing of image data for storage, transmission and representation for autonomous machine perception Some argument about where image processing ends and fields such as image analysis and computer vision start

History

History

History

Simple Graphics Guide

Key Points Pixels and pixel depth Resolution File types File sizes Compression of graphics files

Pixels The computer stores and displays pixels, or picture elements. A pixel is the smallest addressable part of the computer screen. A pixel is stored as a binary code representing a colour. The code for a pixel can have between 1 and 32 bits of binary code.

Pixels Example Here is the Photoshop logo at normal size. 4 Here it is enlarged 400% so that you can see the individual pixels.

Pixel Depth Pixel Depth describes the number of bits used to store each pixel. The greater the pixel depth, the more colours a pixel can have. Colour graphics vary in realism depending on resolution and pixel depth. The greater the pixel depth, the bigger the file.

Examples of Pixel Depth Monochrome Monochrome graphics have one-bit pixel depth. (pure black or pure white)

Examples of Pixel Depth Gray-Scale Gray-Scale graphics have more bit-depth (No colours besides black, white and grey)

Examples of Pixel Depth 8 Bit Colour 8 bits per pixel provides 256 colour choices (Typical of the web - that s why web graphics need some skilful preparation)

Examples of Pixel Depth 24 or 32 bits per pixel provides thousands or millions of colour choices. (Typical of graphics and games software)

Resolution Resolution refers to the density of dots on the screen or printed image and directly affects quality The higher the resolution, the less jagged the image. Resolution is measured in DPI (Dots per Inch) (The printing industry is largely unmetricated and still uses inches because printing measures such as the Point (1 72nd of an inch) do not easily convert to metric units.) The higher the resolution, the better the potential output.

Typical Resolutions Screens generally operate at around 72-100 dpi Printed images range from 300 to 2400 dpi Resolution affects the file size of an image. The higher the resolution, the bigger the file. The visible resolution is limited to the maximum possible on the output device (screen or printer). No matter how high the resolution of a photograph, it will show at the resolution of your screen or printer.

File Types There are many kinds of graphics file formats and this is a specialised area and a bit complicated. Examples : bmp GIF JPEG TIFF PICT Raw For most applications involving photographic images, use the JPEG file format (Joint Photographic Experts Group) For graphics or paint type files use GIFs (Graphical Interchange Format)

JPEG The JPEG format can be used by most applications and all browsers It has very good compression algorithms It stores a good quality image in a remarkably small file with little or no loss of quality JPEG offers 10 quality levels with correspondingly smaller files and greater losses in quality

GIF You should choose a GIF format instead of JPEG when You have a graphic with only a few colours such as a logo or icon You want to create an image with some transparent parts for a web page You want the smallest possible file size with totally lossless compression You want to combine a few images together into an animation You want to save text as a graphic

File Sizes A little knowledge is a dangerous thing! With a little knowledge, you can create files that are so large they are almost unusable With a bit more knowledge you can store the same image in a file that is a fraction of the size With little or no loss of quality You MUST understand this if you are going to use graphics effectively

Example (without compression) A standard postcard is 6in by 4in in 8 bit colour (256 colours), the following is true At a resolution of 100 dpi the image is 600 by 400 dots so comprises 240,000 pixels. Each pixel is 1 byte so that s 240000 bytes (240KB) At a resolution of 300 dpi it becomes 1800 by 1200 dots 2160KB (2MB) That means it is now 9 times as big! At a resolution of 600 dpi it becomes 3600 by 2400 dots 8640KB (8MB) - Now 36 times as big! And on screen you can t see any difference! Note - for 32 bit colour (millions of colours) the file sizes are 4 times bigger again!

Compression The previous example is for uncompressed files and ignores the fact that some file formats compress the data using very clever algorithms. With a good compression system, file sizes can be significantly reduced with little or no loss of quality. JPEG has compression built in at 10 quality levels but is a lossy algorithm. (Some data is gone forever when you compress) GIF compresses files with a lossless algorithm and so no quality is lost. When a file has a large number of colours, a GIF will generally create a much larger file than a JPEG

Example of JPEG compression JPEG Quality 10 File Size 100K JPEG Quality 1 File Size 32KB Not much loss even at the greatest compression