Digital Basics Quiz Preparation. Basic Digital Image Concepts Aliasing & Anti‐aliasing Resolution Compression Raster & Vector Color mode & Image mode.

Slides:



Advertisements
Similar presentations
Introduction to Computer Graphics Raster Vs. Vector COMMUNICATION TECHNOLOGY.
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.
Droddy.  “Pixel” is short for two words: Picture and Element. Pixels (tiny squares) combine to form the image the human eye perceives Too small for the.
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
Vector vs. Bitmap SciVis V
The University of Adelaide Picture Perfect: Image Formats and Resolution Peter Murdoch March 2014 PREPARING GOOD LOOKING DOCUMENTS.
V Obtained from a summer workshop in Guildford County July, 2014
Digital Images. Scanned or digitally captured image Image created on computer using graphics software.
What is digital resolution all about? Jellybean portrait shows us how units of color placed together make an image.
 Scanned or digitally captured image  Image created on computer using graphics software.
BITMAP & VECTOR GRAPHICS Art Fundamentals of Graphic Design.
Image size and Image Sensors. Look at an image in Photoshop Two ways to specify Image size…
Bitmapped Images. Bitmap Images Today’s Objectives Identify characteristics of bitmap images Resolution, bit depth, color mode, pixels Determine the most.
Fundamentals of Photoshop
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.
Vector vs. Bitmap
Foundations of Web Design I Photoshop CS5 Michael Daniel
 Scaling an image is resizing the image in a graphic editing software so it is the proper size before adding it to a site.  Important NOTE: If you insert.
TYPES OF GRAPHICS TECHNOLOGICAL DESIGN. GRAPHIC DESIGN DEFINITION Visual problem solving that utilizes shapes, images, text, color, etc. to communicate.
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.
CS- 375 Graphics and Human Computer Interaction Lecture 1: 12/4/1435 Fundamental Techniques in Graphics Lecturer: Kawther Abas.
Photoshop Photoshop works with bitmapped, digitized images (that is, continuous-tone images that have been converted into a series of small squares, or.
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.
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.
Computer Graphics An Introduction Jimmy Lam The Hong Kong Polytechnic University.
 Scanned or digitally captured image  Image created on computer using graphics software.
Things to Remember When working with digital images.
Graphics Concepts Presentation
Information Technology Images: Types, Resolution and Techniques.
Digital Image Editing Presented by John Hohn. File Formats JPEG – Joint Photographic Experts Group PNP – Portable Network Graphics GIF – Graphic Interchange.
Introduction to Images & Graphics JMA260. Objectives Images introduction Photoshop.
Digital Graphics for Computer Games Pixels Types of Digital Graphics (Raster and Vector) Compression.
Vocabulary Worksheet Answers
Scanner Scanner Introduction: Scanner is an input device. It reads the graphical images or line art or text from the source and converts.
RASTERIZING SHAPES IN PHOTOSHOP RASTERIZE: A process in Photoshop of converting a vector image into a bitmap (or raster) image VECTOR: A vector image is.
Graphics and Image Data Representations 1. Q1 How images are represented in a computer system? 2.
Guilford County SciVis V104.03
ITEC2110, Digital Media Chapter 2 Fundamentals of Digital Imaging 1 GGC -- ITEC Digital Media.
Basic Digital Imaging For PE 266 Technology in HPER.
UNITS OF MEASUREMENT 2.01 Understand Digital Raster Graphics.
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.
Demystifying the Pixel. What is a Pixel The smallest unit of measurement in a image It contains color space information in RGB, CMYK, HSB Resolution information.
BITMAPPED IMAGES & VECTOR DRAWN GRAPHICS
Types of Graphics Technological Design.
2.01 Understand Digital Raster Graphics
What is digital resolution all about?
2.01 Understand Digital Raster Graphics
Vector vs. Bitmap.
RESEARCH AND APPLY GRAPHIC DESIGN TECHNIQUES #3
2.01 Understand Digital Raster Graphics
Bitmap vs. Vector.
Units of Measurement, Image Resolution, & Color Mode
Graphics Basics Ellen Eyth.
Image File Size and File Compression
Digital Images.
Graphics and Animation
Graphics Basic Concepts.
ImageEditing Understanding Image Resolution.
2.01 Understand Digital Raster Graphics
2.01 Understand Digital Raster Graphics
2.01 Understand Digital Raster Graphics
Basic Concepts of Digital Imaging
2.01 Understand Digital Raster Graphics
Graphics and Animation
Presentation transcript:

Digital Basics Quiz Preparation

Basic Digital Image Concepts Aliasing & Anti‐aliasing Resolution Compression Raster & Vector Color mode & Image mode

Aliasing vs Anti ‐ aliasing These two letters are printed with the same font, size, and style. The only difference between them is that the left letter is aliased and the right letter is not. As you can see, the left letter has a jagged, “stair- step” effect that is the hallmark of aliasing. It is the way that computers display curves on the screen. The right letter has a smoother, fuzzier look to it. It is anti-aliased to simulate the look of a smooth curve on the screen. Images on a computer screen are composed of tiny block or pixels. Depending on the shape of the image, the pixels make it difficult to make a smooth image. Think a shapes out of LEGOS. A LEGO square would have a more accurate shape compared to a LEGO circle. Anti-aliasing help smooth the edges to create an even curve.

Can you pick out the image that uses anti- aliasing? How can you tell the difference?

Resolution Resolution is the measure of how many pixels are in a given space. Print Resolution is measured in DPI (dots per inch) Screen Resolution is measured in PPI (pixels per inch). PPI is used to calculate Megapixels. Digital Cameras are classified based upon Megapixels. The higher the DPI or PPI the more detail can be shown within an image. There is a large difference in image quality when you have 400 pixels verses 25 pixels.

The higher the Megapixels or PPI the larger the image can be before it becomes fuzzy, blocky, or pixelated. Why would having a high PPI be important when editing digital images?

Compression Compression is used to reduce file size for storage, processing, and transmission. Images can be compressed by converting them to different file types or by adjust the compressions setting within a specific format. During compression, data is removed from the image making the image less defined or sharp. The more or higher the image is compressed the more data is changed.

Raster vs Vector Raster Images Composed of individual pixels. Easy to edit Becomes blurry or pixelated when zooming Very detailed images File Types- JPEG, GIF, PNG, BMP, TIFF, PSD Vector Images Uses mathematical formula to create the image. Difficult to edit Images scales perfectly Limited detail File Types- EPS, SVG, PDF

What types of images should be created in a Raster format? Why? Why types of images should be created in a vector format? Why? Greater image detail, but poor quality when scaling Limited image detail, but infinite scalability.

Color mode and Image mode Both Image Mode and Color Mode are different functions, but they essentially deal with the same thing; the amount of color within an image. RGB mode- Best for digital image viewing. CMYK mode- Best for high quality color printing. Index mode- Best for color images who need to have a small file size like Web images. Grayscale- Printing images on a black and white printer or black and white images. Bitmap- The lack of grey makes bitmaps appropriate for text and other images that do not require subtitle changes in tone. Limiting the colors you use will decrease the file size. Modes 1.RGB mode (millions of colors) 2.CMYK mode (four-printed color/ This is a simplified version of the RGB mode. This is due to printers inability to recreate the millions of colors accurately.) 3.Index mode (256 colors) 4.Grayscale mode (256 grays) 5.Bitmap mode (2 colors Black and White)

1.RGB mode (millions of colors) 2.CMYK mode (four-printed colors) 3.Index mode (256 colors) 4.Grayscale mode (256 grays) 5.Bitmap mode (2 colors)

Resources aging/Conceptual/drawingwithquartz2d/Art/antialias.jpg aging/Conceptual/drawingwithquartz2d/Art/antialias.jpg html 07.html jpg/dpi.jpg?t= jpg/dpi.jpg?t= ap_VS_SVG.svg/2000px-Bitmap_VS_SVG.svg.png ap_VS_SVG.svg/2000px-Bitmap_VS_SVG.svg.png