How to find and process Internet Graphics for Classroom Use.

Slides:



Advertisements
Similar presentations
Introduction to Computer Graphics Raster Vs. Vector COMMUNICATION TECHNOLOGY.
Advertisements

Digital Library Leadership Montgomery, AL ● April 20, 2004 A Scanning Primer Presented by: Beth Nicol & Todd Jennings Presented by: Beth Nicol & Todd Jennings.
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.
Image Editing Basics Resolution Screen resolution Printer resolution.
ETT 429 Spring 2007 Digital Photography/Scanners.
Digital Still Images ETT June Multimedia Assets Still Images Audio Video.
Introduction to Computer Graphics
Welcome to a New Quarter Class Rules and Responsibilities What will be learning? 106-Static and Dynamic Visualization 105-Synthesize Data for SciVis Video-Real.
The University of Adelaide Picture Perfect: Image Formats and Resolution Peter Murdoch March 2014 PREPARING GOOD LOOKING DOCUMENTS.
8.2 PICTURE IT Graphic Types and Their Uses. What Are Graphics?  Graphics are pictures/images  They could be images taken on a digital camera or scanned.
Ann Ware Digital Imaging 101. Digital Image Categories BITMAPVECTOR A bitmap is an image created with pixels (small squares of color) The number of pixels.
Part A Multimedia Production Rico Yu. Part A Multimedia Production Ch.1 Text Ch.2 Graphics Ch.3 Sound Ch.4 Animations Ch.5 Video.
Digital Images. Scanned or digitally captured image Image created on computer using graphics software.
An Introduction to Scanning and Storing Photographs and Graphics Bryn Jones Aug 2002
Graphic Images 101. Painted on a grid Drawn mathematically.
Graphics Ms. Brewer Spring Bellwork Edmodo – log on! Quiz? Take it if you need to! Policies and Procedures Powerpoint in Shared Folder! Get to Know.
Prepared by George Holt Digital Photography BITMAP GRAPHIC ESSENTIALS.
COMP Bitmapped and Vector Graphics Pages Using Qwizdom.
Presentation Design: Graphics. More About Color “Bit depth” of colors -- This is based on the smallest unit of information that a computer understands.
 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.
Presented by the Virginia 4-H Science and Technology Committee.
Common file formats  Lesson Objective: Understanding common file formats and their differences.  Learning Outcome:  Describe the type of files which.
Digital Darkroom I Theresa L. Ford. Objectives Basic Digital Image Terminology Screen Display of Pictures –Why are pictures too big for the screen? –Why.
Digital Image Formats: An Explanation Guilford County SciVis V
Graphics workshop Library and Information Services University of St Andrews.
Working with Images William Pegram April 1, 2013.
Photoshop Photoshop works with bitmapped, digitized images (that is, continuous-tone images that have been converted into a series of small squares, or.
File Formats and Vector Graphics. File Types Images and data are stored in files. Each software application uses different native file types and file.
Chapter 2 File Format Objectives (1 of 2) Identify the difference between vector based graphics and bitmap-based graphics Clarify bitmap and vector graphic.
Digital Imaging 101 Ann Ware. Digital Image Categories BITMAP  A vector is created by using a series of mathematically defined lines and curves rather.
Graphic Format Factors
Digital Imaging 101 Ann Ware
Chapter 3 Image Files © 2013 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website,
Color and Images. Color The natural colors we see and the colors we see on computer monitors are different. CMYK -natural RGB -monitor.
Digital Photography Multimedia I. 1)Check to see if the battery is charged. 2)Check to see if memory has space. 3)Check to see if the camera’s date is.
Computer Graphics Unit 23 Computer Graphics. Computer Graphics Computer generated imagery can be categorized into several different types: Vector or Bitmap.
File Types. Terms Multimedia- the integration of text, sound, video and/or animation into a document Letters, brochures, newsletters, web pages or presentations.
Bitmap images Resizing bitmaps Vector images Why are there so many image file formats? Resolution and Scanning “Bits” and.bmp files Photo editors JPG file.
Editing Images for the Web. Optimization/Compression Graphics optimization is important for fast web page display.
Image File Formats. What is an Image File Format? Image file formats are standard way of organizing and storing of image files. Image files are composed.
Information Technology Images: Types, Resolution and Techniques.
Introduction to Images & Graphics JMA260. Objectives Images introduction Photoshop.
Digital Graphics for Computer Games Pixels Types of Digital Graphics (Raster and Vector) Compression.
Image File Formats Harrow Computer Club – Wed, 1 Dec 2010 Bob Watson MA CMath MIMA MBCS.
Digital Image Formats: An Explanation Guilford County SciVis V
WEB GRAPHICS EXPLORING COMPUTER SCIENCE - LESSON 3-4.
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.
13 June – Session : Graphics Different types of Graphics for the web Features of image editing software Good practice for image editing.
2.01 Understand Digital Raster Graphics
2.01 Understand Digital Raster Graphics
Digital Imaging 101 Ann Ware.
Exploring Computer Science - Lesson 3-4
Chapter 3 Image Files © 2013 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website,
Web Graphics By Chris Harding.
Exploring Computer Science - Lesson 3-4
2.01 Understand Digital Raster Graphics
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.
Exploring Computer Science - Lesson 3-4
"Digital Media Primer" Yue-Ling Wong, Copyright (c)2013 by Pearson Education, Inc. All rights reserved.
Image File Size and File Compression
Chapter 3:- Graphics Eyad Alshareef Eyad Alshareef.
LET’S LEARN ABOUT GRAPHICS!
An Introduction to Scanning and Storing Photographs and Graphics
Graphics Basic Concepts.
2.01 Understand Digital Raster Graphics
2.01 Understand Digital Raster Graphics
Web Programming– UFCFB Lecture 7
Presentation transcript:

How to find and process Internet Graphics for Classroom Use

Visual World One picture is worth a thousand words. A good picture is a worth a thousand pictures but a good picture requires processing to be fit for a given purpose

A lot of things can go wrong… bleak colours…low contrast…limited colours… blue tinge…

A lot of things can go wrong… … but a lot can be improved.

Overview of the workshop Find (an image) Optimize it Use it effectively

Real (reverse) overview A bit of theory Processing Search engines and software Tips and tricks

Theory – key concepts Pixel Resolution Compression Color depth Vector vs raster graphics File formats

Theory – pixel – 1 Pixels are building blocks of an image. Magnified image – pixels visible

Theory – pixel – 2 Information about each pixel in an image contains its detailed: position in the picture (where to put the given pixel) precise colour description (how to build colour of the pixel) An average postcard size photograph contains more than 2 million pixels (1600x1200); The more pixels a given area has the better quality of the image is

Theory – resolution – 1 The level of detail an image holds Unit: pixels/dots per inch Source: wikipedia.org 1 pixel per inch 2 pixels per inch 5 pixels per inch The more pixels per inch the clearer the image

Theory – resolution 2 72 ppi 18 ppi Resolution and quality

Theory – resolution – 3 Optimum resolution for computer screen is 96 ppi (presentation, web) Optimum resolution for computer printout is 150 ppi (home printer) Optimum resolution for professional printing is 300 ppi and up

Theory – compression Uncompressed high quality images take a lot of disk space (a single photograph about MB) The process of compression reduces the amount of data by eliminating lengthy descriptions of the pixels; one description is used for all identical pixels or eliminating the differences between pixels the eye wouldnt be able to see

Theory – compression – types Lossless : data compression algorithms that allow the exact original data to be reconstructed from the compressed data. Lossy : data compression, which does not allow the exact original data to be reconstructed from the compressed data.

Theory – colour depth Scientific experiments have shown that the number of colours we can see range as high as 10 million. Computers initially used 2, later 16, 256, and now use 16,7 mln colours. The number of colours influences file size colours 90 kB 7 colours 15 kB

Vector vs raster graphics Raster image – each point (pixel) of the image is described individually Vector image – the sequences of points are defined by mathematical formulas The red line is described by y=x formula

Vector vs raster graphics vector raster

Why is all that so important? Number of pixels, resolution, compression, colour depth, type of graphics (raster/vector) determine the size and the quality of an image and its suitability for a given purpose

File formats Uncompressed: bmp, tif Compressed (lossless): gif, png Compressed (lossy): jpg Vector: wmf, emf

File formats - characteristics Bmp – too big for comfortable use; retains, however, all the important information Gif – only up to 256 colors can be represented (good for simple geometrical shapes, text) Jpg – full color (excellent for photographs) Wmf – small but artificial looking

File formats - characteristics Bmp – too big for comfortable use; retains, however, all the important information Gif – only up to 256 colors can be represented (good for simple geometrical shapes, text) Jpg – full color (excellent for photographs) Wmf – small but artificial looking

Basic processing using Irfan View Rotation Cropping Resizing/resampling Controlling color depth Improving contrast and saturation Enhancing colors Batch processing

Where to look for good graphics Search engines Free stock photographs:

Software – free & commercial Irfanview (free) ( Paint NET (free) ( Photofiltre (free) ( GIMP (free) ( Adobe Photoshop (Adobe Elements) ( Corel Photopaint (

Powerpoint presentation – too big 1.Process graphics (size, resolution, colors) 2.Save as gif/jpg files 3.Insert into the presentation 4.Link graphics instead of embedding it into the presentation (older Office software Steps 1-3 – use capture

Dog image 1.Go to and type dog; set search parameterswww.google.com 2.Good quality photograph: go to Vector image: go to

Only a part of an image is needed 1.Run Irfanview 2.Select the area you want to keep 3.Press Ctrl-Y 4.Save or copy image to buffer

Too red, too pale, too dark 1.Run Irfanview 2.Press Shift+G (or go to Image/Enhance colors) 3.Change color balance 4.Save file

Dark areas to be removed 1.Run Paint NET 2.Click Magic wand or Lasso select 3.Cut the unwanted parts

Batch processing 1.Run Irfanview 2.Go to File/Batch conversion/rename 3.Set parameters and press Start

Removing background in Powerpoint 1.Paste the image into PP 2.Click the image 3.In the image toolbar select Make area transparent

Web browser – saving protected images and flash images 1.Find the image 2.Press Print screen key 3.Run Irfanview 4.Paste the captured screen 5.Edit (crop?) and save

Thank you!