Graphics ITGS. Pixel Short for “Picture Element” A single dot on a monitor or printed document. The smallest rectangular area of an image that can be.

Slides:



Advertisements
Similar presentations
Raster Graphics vs. Vector 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.
Lecture 6 Graphics, Number Systems. 7.2 Bit-map Graphics Similar to real painting on the canvas, there is no way to change something but paint over it.
October 2001Sheffield Hallam University1 Raster Graphics Raster formats used for storing digitized photographs, scanned artwork. comprised of individual.
Guilford County SciVis V106.01
V Obtained from a Guildford County workshop-Summer, 2014.
Graphics and Animation Chapter 8. 8 Graphics in Multimedia Graphics are an element that virtually all multimedia applications include.
Raster vs Vector and Image Resolution By Josh Gallagan.
Introduction to Computers Section 11A. home Types of Graphics File Bitmap Vector.
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.
Digital Art is Interactive Visual Art. How has art been changed because of technology ?
Images you see on your screen are made up of these things called pixels. A screen will show over 1 million pixels and then a computer has to do what it.
Dedicated Vector and Bitmap editing software.
1 Bitmap Graphics It is represented by a dot pattern in which each dot is called a pixel. Each pixel can be in any one of the colors available and the.
Unit 30 P1 – Hardware & Software Required For Use In Digital Graphics
Faculty of Sciences and Social Sciences HOPE Website Development Graphics Stewart Blakeway FML 213
Module Code: CU0001NI Technical Information on Digital Images Week -2.
Presenting Work: Graphics and Charts Letts Chapter 14.
Simple Graphics. Graphics Used in PowerPoint, Web pages and others Basic Knowledge drawing change of colour, shape and others acquiring, video camera,
Graphics and Images Communicating Information : Documents and Publications.
Digital imaging. Two types of graphic Bitmap Vector.
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.
Information Processes and Technology Multimedia: Graphics.
Chapter 14 Working with Graphics. 2Practical PC 5 th Edition Chapter 14 Getting Started In this Chapter, you will learn: − About different graphics you.
CHAPTER 4 : MULTIMEDIA DEVELOPMENT 4.2 MULTIMEDIA ELEMENTS IMAGE/graphic/picture.
By Millie and Ellece. D IFFERENT T YPES OF G RAPHICS Bitmap Formats JPEG GIF PNG PSD TIFF.
CS- 375 Graphics and Human Computer Interaction Lecture 1: 12/4/1435 Fundamental Techniques in Graphics Lecturer: Kawther Abas.
Graphics workshop Library and Information Services University of St Andrews.
Marr CollegeHigher ComputingSlide 1 Higher Computing: COMPUTER SYSTEMS Part 1: Data Representation – 6 hours.
Photoshop Photoshop works with bitmapped, digitized images (that is, continuous-tone images that have been converted into a series of small squares, or.
Introduction to Graphics. Terms n Computer Aided Design (CAD) –using computer graphics to draft a model, can be tested on screen n Computer Aided Manufacturing.
Graphics and CAD. LO: Understanding graphics formats, manipulation, and the benefits of using CAD software. Learning Outcome: Define key words and answer.
Unit 1: Task 1 By Abbie Llewellyn. Vector Graphic Software (Corel Draw) Computer graphics can be classified into two different categories: raster graphics.
Graphics An image is made up of tiny dots called pixels (“picture elements”) The resolution determines the.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 8B Graphics and Multimedia.
Digital imaging. Two types of graphic Bitmap Vector.
Raster Graphics 2.01 Investigate graphic image design.
Images.  Images include graphics, such as backgrounds, color schemes and navigation bars, and photos and other illustrations  An essential part of a.
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 the Computer Graphics Anton V. Kudinov, Assistant professor of Computer Engineering Department.
By Nathan Lowe.  Graphic cards are high specification cards with lots of memory and fast processors providing lots of power for the updated games or.
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.
Part 1 File Formats Definition: A file format is a way to write the code of information for storage of an electronic file on a computer. Different software.
Online & Offline Publishing - Bitmaps & Vector Graphics Keywords: Paths, Points, Resize, Transparency, Resolution, Print Quality Web Image File Formats:
Chapter 14 Working with Graphics
BITMAPPED IMAGES & VECTOR DRAWN GRAPHICS
Digital imaging.
Hardware research By Hollie Willis.
Pixel, Resolution, Image Size
Image Formats.
2.01 Investigate graphic image design.
Learning Intention I will learn how a computer stores graphics.
LET’S LEARN ABOUT GRAPHICS!
Some terms to become familiar with:
File size and image quality
Digital imaging.
Graphics and Animation
1.01 Investigate graphic types and file formats.
Graphics Basic Concepts.
2.01 Investigate graphic image design.
2.01 Investigate graphic image design.
Graphics and Animation
2.01 Investigate graphic image design.
Creating Digital Graphics
Presentation transcript:

Graphics ITGS

Pixel Short for “Picture Element” A single dot on a monitor or printed document. The smallest rectangular area of an image that can be manipulated on a monitor or printer, or stored in memory. A pixel has a unique associated colour

Pixel colours/shades A pixel shows only one colour at a given instant, but the possible colours may vary according to the number of bits we assign to each pixel. If we assign a single bit (1 or 0) to a pixel we can give that pixel only two colours. If we assign two bits to a pixel we can give that pixel four colours (00,01,10,11).

More colours / shades Bits per pixelNumber of different colours n2n2n

Pictures & Formats A picture is a set of pixels of different colours placed in a particular pattern. Pictures must be saved to disks as a sequence of bits. There are several ways of translating a picture to a series of bits. This will give name to the format of the image file. Some of them highly compress the image (JPEG, GIF) occupying less space and some of them not so much (BMP). Examples: JPEG, GIF, BMP, TIFF, WPG, PIC,PIX.

Another graphic format distinction Graphic file formats can be: Pixeled or Bitmapped Object-oriented (or vector based)

Object-Oriented vs. Bitmapped Object oriented Are stored as a series of lines or vectors. Have smooth edges Can be enlarged without any loss of image quality. Not very good for photographs or complex pictures (they occupy too much) Bitmapped Are stored as pixels at given coordinates. Have sharp edges Cannot be enlarged without loss of image quality. Photographs and complex images can perfectly be stored (and compressed to a reasonable extent) Another comparison chart can be found in

Quality vs. Storage space Storage space quality

Drawing vs. Painting software Drawing software manages objects Painting software manages bitmaps

Graphics issues Monitor vs. Printer quality Image digitalisation methods Easy to replicate works of art Easy the violation of intellectual property (OCR)

Computer Aided Design (CAD) It is the use of computers to design products. Used mainly by engineers, designers and architects. It can help to visualize the product better It can prevent design error, therefore preventing serious catastrophes. It can take very much less time to design a product. It can lower the costs as the designer can avoid buying experimental material.

CAD...some disadvantages Unskilled designers can build design- poor products that may cause future accidents. It may require lots of storage capacity. The design may turn too complex and have design problems It is limited to the drawing skills of the CAD software.

Computer Aided Manufacture (CAM) CAM systems are sometimes integrated with a computer-aided design system (CAD). Very useful for circuit designers.