Review_5 Graphics. The visual representation of images is known as…

Slides:



Advertisements
Similar presentations
Images Images are a key component of any multimedia presentation.
Advertisements

Lecture 2 Concepts, Terms and Definitions. Display Devices They are divided into a lot of small squares called pixels (“PICture ELements”). Each pixel.
1 Graphic adapters and monitors – the summary. 2 Outline The summary of principles of displaying the information – adapters and monitors. Black and white.
Capturing and optimising digital images for research Gilles Couzin.
Java ThreadsGraphics Programming Graphics Programming: Graphics Devices.
Multi-media Graphics JOUR 205 Color Models & Color Space 5 ways of specifying colors.
Color Mixing There are two ways to control how much red, green, and blue light reaches the eye: “Additive Mixing” Starting with black, the right amount.
Resolving the Problem Resolution: Concepts & Definitions.
Image Representation.
March 2006Taner Erig - EMU2-1 Metamorphosis of Information How is information represented and how do computers store information?
Image Representation CS105. Data Representation Text representation – ASCII character set – Unicode – Data compression Images!
CSc 461/561 CSc 461/561 Multimedia Systems Part A: 2. Image.
Bitmapped Images 27 th November 2014 With Mrs
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.
Digital Art is Interactive Visual Art. How has art been changed because of technology ?
1 Internet Graphics. 2 Representing Images  Raster Image: Images consist of “dots” of color, not lines  Pixel: Picture element-tiny rectangle  Resolution:
Digital Images The digital representation of visual information.
Chapter 2 Data Representation. Define data types. Visualize how data are stored inside a computer. Understand the differences between text, numbers, images,
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Storing Graphics EXTENSION.
Basics of a Computer Graphics System Introduction to Computer Graphics CSE 470/598 Arizona State University Dianne Hansford.
Welcome Topic: Pixels A.M.Meshkatur Rahman Class: vii Roll: 07.
© 1999 Rochester Institute of Technology Color. Imaging Science Workshop for Teachers ©Chester F. Carlson Center for Imaging Science at RIT Color Images.
07: Color in Interactive Digital Media
Objective Understand concepts used to create digital graphics. Course Weight : 15% Part Three : Concepts of Digital Graphics.
Digital Terminology. Bitmap A representation consisting of rows and columns of dots of a graphic image stored in computer memory. To display a bitmap.
I-1 Steps of Image Generation –Create a model of the objects –Create a model for the illumination of the objects –Create an image (render) the result I.
1 Perception, Illusion and VR HNRS 299, Spring 2008 Lecture 14 Introduction to Computer Graphics.
25.2 The human eye The eye is the sensory organ used for vision.
Design Visualization and Character Development Artistic Rendering Using Illustration Software.
Images The Science of Images What is an Image on the computer? The Psychology of Images What do we use images for? What effect color has on our mood and.
Number Systems CIT Network Math
Multimedia Elements II Graphics, Digital Video. UIT - Multimedia Production2 Multimedia Elements Multimedia elements include: Text Graphics Animation.
Color and Resolution Introduction to Digital Imaging.
1 Ethics of Computing MONT 113G, Spring 2012 Session 10 HTML Tables Graphics on the Web.
Graphics. Graphic is the important media used to show the appearance of integrative media applications. According to DBP dictionary, graphics mean drawing.
Do Now: Do Not Log In. Take out your notebook and a pen. Good morning! Do Now: Do Not Log In. Take out your notebook and a pen. Good morning! Aim: Review.
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.
Which is the Pink Pen? Here is the Pink Pen (Example taken from
Computer Graphics An Introduction Jimmy Lam The Hong Kong Polytechnic University.
Graphics An image is made up of tiny dots called pixels (“picture elements”) The resolution determines the.
Applets Yong Choi School of Business CSU, Bakersfield.
 Scanned or digitally captured image  Image created on computer using graphics software.
Graphics: Conceptual Model Real Object Human Eye Display Device Graphics System Synthetic Model Synthetic Camera Real Light Synthetic Light Source.
The Nature of Data and Information 11 IPT Miss O’Grady.
Beam Penetration & Shadow Mask Method
Color Web Design Professor Frank. Color Displays Based on cathode ray tubes (CRTs) or back- lighted flat-screen Monitors transmit light - displays use.
COMPUTER GRAPHICS. Can refer to the number of pixels in a bitmapped image Can refer to the number of pixels in a bitmapped image The amount of space it.
Computer Fundamentals MSCH 233 Lecture 5. The Monitor A Monitor is a video screen that looks like a TV. It displays both the input data and instructions,
Elements of Design 1.02 Investigate Design Principles and Elements.
RGB vs. CMYK Screen vs. Print.
Image Editing Vocabulary Words Pioneer Library System Norman Public Library Nancy Rimassa, Trainer Thanks to Wikipedia ( help.
Chapter 3 Color Objectives Identify the color systems and resolution Clarify category of colors.
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.
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.
Multimedia and weBLOGging Grade 7-9 | Cahaya Bangsa Classical School (C) 2010 Digital Media Production Facility 03 - Still Picture 01 – Basics.
Unit 2.6 Data Representation Lesson 3 ‒ Images
Data Representation Lesson 2 Binary KS3 COMPUTING KS3 Computing
Images Data Representation.
Representing images.
ייצוג מידע במחשב מצגת 2 פרקים 2-3 מטח אוגוסט 2005.
Building Graphical User Interface with Swing a short introduction
Lesson 3 & 4: Encoding Images
Chapter 2 Data Representation.
Nuts and Bolts of Digital Imaging
Digital Image Processing
Computer Systems Nat 4.5 Computing Science Data Representation
Basic Concepts of Digital Imaging
Lesson 3 & 4: Encoding Images
Presentation transcript:

Review_5 Graphics

The visual representation of images is known as…

A monitor is composed of picture elements, which is commonly shortened to…

Each pixel in your monitor consists of…

LED stands for…

The number of pixels in an image refers to the image’s…

An image with high resolution will have…

Each pixel can display color by changing its values of…

The color model used by your monitor’s pixels is…

The color model used by your printer’s ink cartridges is…

The ink cartridges in a printer are…

The human eye has millions of what kind of cell to detect light from our monitor?

TRUE OR FALSE: Each RGB element in a pixel can be independently turned on and off.

The number of distinct colors that can be represented by a pixel depends on the number of…

Using only a single bit per pixel results in only black and white colors, also known as…

Monitors typically use how many bits per pixel?

How many bits per channel does Truecolor use?

If you use 32-bits in Truecolor, what are the 8 extra bits used for?

What color is shown by this RGB color code? 0,0,255

255,255,0

233,5,241

What color is shown by this HEX color code? 0x00FFFF

0x00EE00

0x020103

What color is shown by this RGB color code? 128,127,129

243,8,11

What color is shown by this HEX color code? 0xF1F3EF

0x800000

0xC8C8FE

What does the abbreviation GUI stand for?

What packages does Java use for graphics?

What does the abbreviation AWT stand for?

What is the code to import all of the swing package into Java?

What swing class is used for making basic windows?

What does the abbreviation API stand for?