Graphics vs. Images A graphic is any type of visual presentation that can be displayed on a physical surface like a sheet of paper, wall, poster, blackboard,

Slides:



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

Multimedia for the Web: Creating Digital Excitement Multimedia Element -- Graphics.
2.01 Understand Digital Raster Graphics
Image Representation CS105. Data Representation Text representation – ASCII character set – Unicode – Data compression Images!
Introduction to Computer Graphics
Vector vs. Bitmap SciVis V
Image and Sound Editing Raed S. Rasheed Image Image. Digital image. – Raster images. – Vector Images. – Stereo Images. – Image File Formats Lossless.
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.
V Obtained from a summer workshop in Guildford County July, 2014
Introduction to Graphic Arts Technology PRINT Versus WEB.
1 Creating Web Graphics Outline 2.1 Graphics Types 2.2 Vector Graphics 2.3Bitmapped Graphics 2.4Graphics for the Web 2.5 GIF (Graphics Interchange Format)
Digital Images The digital representation of visual information.
GRAPHICS/IMAGES INFSCI Source: Learning Web Design by Jennifer Niederst RobbinsJennifer Niederst Robbins Creating Images:  Scanning  Be aware.
Lecture 3. Fundamentals of Computer Graphics. Computer Graphics, a very broad term Fields Related to Computer Graphics Bitmap/Vector graphics, 2D/3D graphics,
Faculty of Sciences and Social Sciences HOPE Website Development Graphics Stewart Blakeway FML 213
COMP Bitmapped and Vector Graphics Pages Using Qwizdom.
Lecture 4 - Introduction to Computer Graphics
Objective Understand concepts used to create digital graphics. Course Weight : 15% Part Three : Concepts of Digital Graphics.
Vector vs. Bitmap
Graphics and Animation Multimedia Projects Part 2.
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.
Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 3 This presentation © 2004, MacAvon Media Productions Introduction to Computer Graphics.
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.
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.
File Types. Terms Multimedia- the integration of text, sound, video and/or animation into a document Letters, brochures, newsletters, web pages or presentations.
Digital Graphics for Computer Games Pixels Types of Digital Graphics (Raster and Vector) Compression.
Digital Graphics Vocabulary Texas State University CI5363 Florence Yang.
Image File Formats Harrow Computer Club – Wed, 1 Dec 2010 Bob Watson MA CMath MIMA MBCS.
Guilford County SciVis V104.03
Digital Basics Quiz Preparation. Basic Digital Image Concepts Aliasing & Anti‐aliasing Resolution Compression Raster & Vector Color mode & Image mode.
UNITS OF MEASUREMENT 2.01 Understand Digital Raster Graphics.
Vector vs. Bitmap. Vector Images Vector images (also called outline images) are images made with lines, text, and shapes. Test type is considered to be.
BITMAPPED IMAGES & VECTOR DRAWN GRAPHICS
2.01 Understand Digital Raster Graphics
2.01 Understand Digital Raster Graphics
DIGITAL MEDIA FOUNDATIONS
Graphics 1 Graphics 2 Color 2 I Spy 1pt 1 pt 1 pt 1pt 1 pt 2 pt 2 pt
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 Representation in Audio and Images
Computer Science Higher
Vector vs. Bitmap.
2.01 Understand Digital Raster Graphics
Adobe software utilization
Image Formats.
Introduction To Photo Editing SHIELA MAE A. AQUINO SRNHS.
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 III, Desktop Imaging Systems and Issues: Lesson IV Working With Images
Image File Size and File Compression
Graphics and Animation
Chapter 3:- Graphics Eyad Alshareef Eyad Alshareef.
LET’S LEARN ABOUT GRAPHICS!
Adobe Visual Design 2.00 Identifying design elements when preparing images (10%) 7.00 Identifying design elements when preparing illustrations (1%)
Introduction to Computer Graphics
Computer Graphics Using “Adobe Photoshop”
Representing Images 2.6 – Data Representation.
2.01 Understand Digital Raster Graphics
MED 2001 Advanced Media Production
2.01 Investigate graphic image design.
2.01 Understand Digital Raster Graphics
Web Programming– UFCFB Lecture 7
Color and Images.
Multimedia System Image
Basic Concepts of Digital Imaging
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:

Graphics vs. Images A graphic is any type of visual presentation that can be displayed on a physical surface like a sheet of paper, wall, poster, blackboard, or computer monitor.

Graphics vs. Images An image is a two- or three-dimensional representation of a person, animal, object, or scene in the natural world

In analog photography, a physical negative is used to make photographic prints. In digital photography, images are recorded numerically as binary data. Because of this, they cannot be directly touched or viewed.

Raster Images A raster image is formed by dividing the area of an image into a rectangular matrix of rows and columns comprised of pixels. Each pixel contains a single color.

Raster Images Mosaic art is a precursor to concept of raster imaging. From a distance, the individual tiles used to form the image are barely perceptible to the naked eye. In fact, our brain works hard to achieve and maintain a holistic impression.

Raster Images - Resolution As you move from left to right, this sequence of graphics progresses from low resolution to high resolution as more pixels (visual information) are added.

Raster Images - Resolution The first portrait of President Ronald Reagan was commissioned by the Jelly Belly Candy Company. It is a low-resolution image compared to the official White House digital photo on the right.

Color Space RGB color space is used in multimedia design (web, animation, television, etc.) CMYK (cyan, magenta, yellow, black) color space is used in four-color printing.

Color Space The primary and secondary colors of white light become visible when it is refracted by a glass prism.

Color Space In Adobe Photoshop CC, the color picker is used for selecting or creating colors. In RGB color space (shown here), the amount of red, green, and blue in a color determines its particular hue.

Color Space A 24-Bit color system is capable of generating a color palette of more that 16 million colors.

Pixel Count

Pixel Count and Camera Resolution

Scaling Raster Images Scaling is the process of making a raster image larger or smaller through a process called resampling. Resampling changes the number of pixels in the image and the color value of each newly defined pixel in the image .

Scaling Raster Images Upscaling often results in a noticeable loss of image quality (increased blurriness). When downscaling a high-resolution image, image degradation is rarely a concern

Cropping Cropping is a photo-editing technique used to delete portions of an image in order to enhance the focus of a main subject or improve composition

Aliasing and Anti-Aliasing Aliasing is the stair-step effect seen here in the close-up view of the letter B. Anti-aliasing is an algorithmic technique used in design software such as Photoshop to soften the perceived jaggedness of the text.

Vector Graphics A Vector Graphic renders an image using paths made up of points, lines, curves and shapes. Vector graphics can be scaled to any size without losing image sharpness or resolution.

Vector Graphics A precursor to vector graphics, the technique of paint-by-numbers illustrates how geometric areas can be filled with color to produce a composite image.

Display Screen Resolutions

Display Screen Resolutions and Aspect Ratio A comparison of some common display resolutions used in multimedia design. Do you notice how the aspect ratio varies?

Moving Images – Scanning Methods Broadcast television images are typically interlaced (left) while video on the Web is often de-interlaced (right), delivered progressively.

From SD to HD to 4K The resolution of SD and HD is compared to the newer ultra HD format. The Sony FDR-AX100 ultra HD camcorder is one of many new devices recently introduced by manufacturers to support 4K video.

_______ color space is used in multimedia design (web, animation, television, etc.), while _________ color space is used in four-color printing. RGB / CMYK

A stair-step effect caused by using square pixels to define objects with curves or diagonal lines. Aliasing

An electronic image formed using mathematically constructed paths, containing points, lines, curves, and shapes to define its visible appearance and structure. Vector Graphic

A high-resolution bitmap graphics format that can be either compressed or uncompressed--commonly used in Photography and printing but not Web-supported TIFF

Resizing an image by adjusting the resizing handles along the outer edge—alone, it does not change the pixel structure of an image but merely shrinks or expands the pixels in the image, potentially resulting in visual artifacts. Scaling

A technique used in graphics programs to smooth out the edges of jagged type by blending the color transition points, such as the pixels along the edges of a letter. Anti-aliasing

The number of bits used to record the intensity and color components of an RGB graphic. Color Depth

A term generally used to describe the quality of a raster image according to the number of pixels the image contains. Resolution

Raster Image (or Bitmap) An electronic image formed using pixels to define its visible appearance and structure. Raster Image (or Bitmap)

_______ compression looks for more efficient ways to store the data without losing any information, while ________ compression reduces file size by rewriting the data structure of a file more efficiently, thus losing part or all of the original file data. Lossless / lossy

A photo editing technique used to delete portions of an image in order to enhance the focus of a main subject or improve composition. Cropping

Created by CompuServe, a Web-supported file format used for encoding bitmap images, supporting up to 256 colors and transparency. It is best used for simple graphics, such as logos, containing solid blocks of color. GIF

A Web-supported bitmap graphics file format A Web-supported bitmap graphics file format. It was designed as a non-patented replacement for GIF, and like JPEG, supports a 24-bit color palette with up to 16.8 million colors. PNG

Any type of visual presentation that can be displayed on a physical surface such as sheet of paper, wall, poster, blackboard, or computer monitor. Graphics

The third and lowest of three levels of resolution defined by the ATSC television standard. SDTV

The terrestrial broadcasting standard adopted by the United Kingdom and other European countries is ___, while the ____ standard was adopted in the U.S. DVB / 8-VSB