Chapter 4 Instructions

Size: px
Start display at page:

Download "Chapter 4 Instructions"

Transcription

1 Ch04 - Video Game Foundations - ITP 160 -VVA Eaton Chapter 4 Instructions ITP 160 or VVA Mrs. Eaton /2016 Chapter 4 Perspective, Scene Design, and Basic Animation Note: You can complete the activities before you have the textbook. Use the Video Game Design Foundations textbook 1st or 2nd Edition to complete this assignment. 2nd Edition 1st Edition Activity 4-6 Pixel Mapping Complete Activity 4-6 Pixel Mapping. This activity starts on the the 3rd page of this PDF file. Use Excel or the Sprite Editor in GameMaker and follow the instructions to create a sprite using pixel mapping. This is a great activity to help you create pixel art for your own original games in the future. Scoring for Activity 4-6 of 25 points Name This is the score sheet that I will use to score your activity. Make sure you do everything before you submit. ( 2 points) 7. Image is 32 x 32 pixels in size ( 2 points) 10. Magenta background color ( 2 points) 13. Fill ranges with red ( 2 points) 14. Fill ranges with yellow ( 2 points) 15. Fill ranges with white ( 2 points) 16. Fill ranges with black ( 2 points) 17. Fill ranges with gray ( 2 points) 18. Fill ranges with skintone (10 points) 19. Character should look like Figure 3 on page 117 ( 5 points) Antialiasing evident on red hat/yellow bill and red cap/black hair. ( 2 points) Save the file as "Pixel Map - Lastname" with an Excel extention or.bmp depending on the software you used Submit this file in the appropriate folder on or before the due date. VVA students submit your file to Dropbox. NRCC students submit your file to Blackboard. Remember you earn 0 points for late assignments. Read Chapter 4 Perspective, Scene Design, and Basic Animation file:///g / /ITP 160 Wrapper /ITP Web Site/gw-book/html-pdf-files/04-animation.html[9/8/2015 9:10:37 AM]

2 Ch04 - Video Game Foundations - ITP 160 -VVA Eaton Read Chapter 4 from the text book. You do NOT need to answer the review questions at the end of the chapter. Companion Web Site The companion web site DOES NOT INCLUDE the textbook. You will need to purchase the textbook. These items will help you with the chapter quiz so check them out. You don't need to submit anything. Go to the companion web site and expand the items under Chapter 3. Check out the Animated Review 4-1: Video Game Perspectives. There is also a quiz at the end. Check out the Matching Activity. Check out the Postttest. Take the Chapter Quiz Go under Quizzes to find the Quiz for this Chapter. The quiz is timed so be sure you have read the chapter carefully first. Questions or Comments about this assignment? Virtual Virginia students Mrs. Eaton at carlotta.eaton@virtualvirginia.org Community College students Mrs. Eaton at ceaton@nr.edu Please do not clog up my mailboxes by mailing to both s. I check my s every day Monday - Friday. Copyright Carlotta Eaton. All rights reserved. NRCC ceaton@nr.edu VVA carlotta.eaton@virtualvirginia.org Site Address: Last Updated:September 8, 2015 file:///g / /ITP 160 Wrapper /ITP Web Site/gw-book/html-pdf-files/04-animation.html[9/8/2015 9:10:37 AM]

3 Name: Date: Class: Activity 4-6 Pixel Mapping Objective Students will be able to create an image by pixel mapping. Students will be able to explain how a computer reads and displays a bitmap image. Students will be able to use the RGB color model to represent interpolated pixels. Students will modify pixels to perform antialiasing on a raster image. Situation The Really Cool Game Company wants to create a 2D tile-based game for low-memory handheld devices and cell phones. You need to create some sprite examples to send to the art department. The tile size for the game is 32 pixels square. Each art asset will have to fit within the 32 by 32 pixel square to properly display in the game. How to Begin 1. Launch Microsoft Excel 2007/2010 or other spreadsheet program. If using a different version of Excel or a different spreadsheet program, you may need to adjust these instructions. 2. Save the file as Pixel Mapping Art in your working folder. Fill Color Image Map Area 3. Click the column A header and drag to the right to highlight columns A through AF. 4. Right-click on any of the highlighted column headers and choose Column Width from the shortcut menu. 5. In the Column Width dialog box, enter 2 in the text box and click the OK button. 6. Using similar steps, change the row height for rows 1 through 32 to Highlight cells A1 through AF Click the Fill Color button in the Font panel of the Home tab on the ribbon and choose More Colors in the shortcut menu. 9. In the Colors dialog box, click the Custom tab. 10. Change the RGB settings to red 250, green 0, and blue 250 to create magenta. Then, click the OK button to fill the cells. See Figure 1. Magenta is commonly used in digital images as a masking color, or chroma key. A masking color denotes transparent areas of an image. Since magenta very rarely appears in photographs or other digital images unless intentionally added, it is an ideal masking color. 114 Video Game Design Foundations Software Design Guide

4 Name: Color to fill Figure 1 Fill Color Pixels On your display will be a magenta square that is 32 squares wide and 32 squares high. Each cell in the magenta colored area represents a single pixel in the sprite you are creating. Each pixel in the raster image can only contain a single color. When a computer reads a raster image, it needs to know both the location and color of each pixel. In this lesson, you will add an RGB fill color to each cell (pixel). The pixel location is determined by the column/row cell identification. 11. Select cells N1 to S1 by clicking and dragging. This selection is called a range. This range would be noted as N1:S With the range N1:S1 highlighted, change the fill color to red Fill each of the following ranges with red (R255, G0, B0). Refer to Figure 2. L2:U2 U5:Y5 F8:AA8 AA11:AB14 F32:M32 J3:M3 G6:L6 E9:J9 E15 T32:AA32 T3:W3 U6:Z6 W9:AB9 AB15 I4:L4 F7:L7 E10:H10 N27:S27 U4:X4 O7:R7 Y10:AB10 G31:K31 H5:L5 U7:AA7 E11:F14 V31:Z Fill each of the following ranges yellow (R255, G255, B0). K9:V9 U10:X10 W11:Z11 I10:L10 G11:J Fill each of the following ranges white (R255, G255, G255). N3:S3 S13:V13 N16:S19 K21:N21 M4:T6 J14:O15 H18:H19 S21:V21 M7:N7 R14:W15 Y18:19 L22:M22 S7:T7 X15:V20 L20:O20 T22:U22 K13:N13 I15:K20 R20:U20 Chapter 4 Perspective, Scene Design, and Basic Animation 115

5 Figure Fill each of the following ranges with black (R0, G0, B0). M10:T10 Z14:Z15 AA20 U23:V28 K11:O12 AA15:AA17 F20 I24:I26 P11:Q11 F15:F17 F21:G22 X24:X26 R11:V12 AB16:AB22 Z21:AA22 M25:T26 G12:J13 E16:E22 J22:J27 M27 W12:Z13 L16:M19 W22:W27 T27 G14:G15 T16:U19 K23:L28 M28:T Fill each of the following ranges gray (R150, G150, B150). C19:D20 AC19:AD Fill each of the following ranges with skin tone (R255, G225, B175). P12:Q15 AE18:AF21 X23:AB23 W28:Z28 O13 C21:D22 F24:H26 H29:Y29 R13 AC21:AD22 Y24:AA26 I30:X30 AC17:AD18 K22 G27:I27 L31:U31 C17:D18 V22 X27:Z27 N32:S32 A18:B21 E23:I23 G28:J Fill the remaining pixels around the eyes and for the nose with the skin tone to complete the image. See Figure 3. Do you recognize this famous game character? 116 Video Game Design Foundations Software Design Guide

6 Name: Figure 3 Aliasing Notice how the pixels on what should be the curved edges create a jagged line, like stairs. This effect is called aliasing. Since each pixel is square, the computer has to approximate a curved edge. By increasing the number of pixels in an image, or its resolution, aliasing becomes less obvious. In effect, increasing the resolution of an image reduces the size of each pixel. This effect can be simulated by zooming out. 20. Locate the Zoom control at the bottom-right corner of Excel, as shown in Figure 4. The Zoom setting is also located on the View tab of the ribbon. Click to zoom out Drag to zoom Click to zoom in Figure 4 Chapter 4 Perspective, Scene Design, and Basic Animation 117

7 21. Change the zoom to 10 percent. Notice how the smaller pixel size smoothes out the jagged edges. 22. Change the zoom setting to 150 percent. Notice how the larger pixel size makes the aliasing more pronounced. 23. Change the zoom setting to 100 percent to display the image in the normal view. Fill Color Antialiasing Antialiasing is a process of varying the color of pixels to smooth out the aliasing effect. By blending the colors of two adjacent pixels, the brain is fooled into seeing a reduced stair-step effect. Antialiasing is an important part of the graphic design of video games. 24. Select cell J Click on the Fill Color button and choose More Colors in the drop-down list. 26. In the Colors dialog box, click the Custom tab. The current RGB values for the cell fill color are displayed, which are R255, G0, B0. Make note of these values. 27. Close the Color dialog box. 28. Select cell I10 and open the Color dialog box. Make note of the color values for this cell (R255, G255, B0). 29. Close the Color dialog box. The boundary between the yellow and red pixels can be blended to apply antialiasing. The process of blending a pixel is called interpolation. A simple interpolation model for antialiasing is to average the RGB values of pixels along an edge. In Figure 5, notice how the RGB values for red and yellow are averaged to create a blended color. 30. Change the fill color of the following cells to the blended color R255, G128, B0. This will produce antialiasing between the red-yellow dividing line. J9 H10 X10 W9 I10 Y Determine the RGB value for a black pixel. Red Pixel RGB Value Yellow Pixel RGB Value Blended Pixel RGB Value 255,0,0 255,255,0 255,128,0 Calculation for blended color: Red value: ( ) = Green value: Blue value: ( ) 2 (0 + 0) 2 = 127.5, rounded up to 128 = 0 Figure Video Game Design Foundations Software Design Guide

8 Name: 32. Fill in the table below to average a red and black pixel. Red Pixel Black Pixel Blended Pixel 255,0,0 0,0,0 128,0,0 33. Change the fill color of the following ranges to the blended color calculated in the table above. AA12:AA14 AB15 F12:F14 E Fill in the table below to average a yellow and black pixel. Yellow Pixel Black Pixel Blended Pixel 255,255,0 0,0,0 128,128,0 35. Change the fill color of the following cells to the blended color calculated in the table above. G11 Z View the image at 10 percent zoom. Notice how antialiasing has smoothed the edges between the red cap and the yellow bill, as well as the red cap and the black hair. See Figure 6. Due to the very low pixel density, or resolution, of this image, all curved edges will appear jagged even with antialiasing. If time permits, continue calculating blended colors and apply antialiasing to the remaining curved edges of the image. Figure 6 Chapter 4 Perspective, Scene Design, and Basic Animation 119

Advanced Excel. Table of Contents. Lesson 3 Solver

Advanced Excel. Table of Contents. Lesson 3 Solver Advanced Excel Lesson 3 Solver Pre-reqs/Technical Skills Office for Engineers Module Basic computer use Expectations Read lesson material Implement steps in software while reading through lesson material

More information

User Guide. Version 1.4. Copyright Favor Software. Revised:

User Guide. Version 1.4. Copyright Favor Software. Revised: User Guide Version 1.4 Copyright 2009-2012 Favor Software Revised: 2012.02.06 Table of Contents Introduction... 4 Installation on Windows... 5 Installation on Macintosh... 6 Registering Intwined Pattern

More information

COMPUTING CURRICULUM TOOLKIT

COMPUTING CURRICULUM TOOLKIT COMPUTING CURRICULUM TOOLKIT Pong Tutorial Beginners Guide to Fusion 2.5 Learn the basics of Logic and Loops Use Graphics Library to add existing Objects to a game Add Scores and Lives to a game Use Collisions

More information

Digital Imaging - Photoshop

Digital Imaging - Photoshop Digital Imaging - Photoshop A digital image is a computer representation of a photograph. It is composed of a grid of tiny squares called pixels (picture elements). Each pixel has a position on the grid

More information

Introduction to Photoshop CS6

Introduction to Photoshop CS6 Introduction to Photoshop CS6 Copyright 2016, Faculty and Staff Training, West Chester University. A member of the Pennsylvania State System of Higher Education. No portion of this document may be reproduced

More information

Photoshop Elements Week 1 - Photoshop Elements Work Environment

Photoshop Elements Week 1 - Photoshop Elements Work Environment Menu Bar Just like any computer program, you have several dropdown menus to work with. Explore them all! But, most importantly remember to SAVE! Photoshop Elements Toolbox (with keyboard shortcut) Photoshop

More information

User Guide. Version 1.2. Copyright Favor Software. Revised:

User Guide. Version 1.2. Copyright Favor Software. Revised: User Guide Version 1.2 Copyright 2009-2010 Favor Software Revised: 2010.05.18 Table of Contents Introduction...4 Installation on Windows...5 Installation on Macintosh...6 Registering Intwined Pattern Studio...7

More information

Fireworks Bitmap Graphics Hands on practice notes. Basic Panels to note in Fireworks (Review)

Fireworks Bitmap Graphics Hands on practice notes. Basic Panels to note in Fireworks (Review) Fireworks Bitmap Graphics Hands on practice notes Topics of discussion 1. Saving files in Fireworks (PNG formats) - Review 2. Basic Panels Tool, Property, Layer & Optimize - Overview 3. Selection/Editing

More information

Lab for Working with Adobe Photoshop

Lab for Working with Adobe Photoshop Lab for Working with Adobe Photoshop Try the tasks listed with one of the sample images supplied (You will find them in the Course Materials section of Blackboard as the file sample_images.zip. You will

More information

AutoCAD 2D. Table of Contents. Lesson 1 Getting Started

AutoCAD 2D. Table of Contents. Lesson 1 Getting Started AutoCAD 2D Lesson 1 Getting Started Pre-reqs/Technical Skills Basic computer use Expectations Read lesson material Implement steps in software while reading through lesson material Complete quiz on Blackboard

More information

GIS Module GMS 7.0 TUTORIALS. 1 Introduction. 1.1 Contents

GIS Module GMS 7.0 TUTORIALS. 1 Introduction. 1.1 Contents GMS 7.0 TUTORIALS 1 Introduction The GIS module can be used to display data from a GIS database directly in GMS without having to convert that data to GMS data types. Native GMS data such as grids and

More information

v. 8.0 GMS 8.0 Tutorial GIS Module Shapefile import, display, and conversion Prerequisite Tutorials None Time minutes

v. 8.0 GMS 8.0 Tutorial GIS Module Shapefile import, display, and conversion Prerequisite Tutorials None Time minutes v. 8.0 GMS 8.0 Tutorial Shapefile import, display, and conversion Objectives Learn how to import and display shapefiles with and without ArcObjects. Convert the shapefiles to GMS feature objects. Prerequisite

More information

Applying mathematics to digital image processing using a spreadsheet

Applying mathematics to digital image processing using a spreadsheet Jeff Waldock Applying mathematics to digital image processing using a spreadsheet Jeff Waldock Department of Engineering and Mathematics Sheffield Hallam University j.waldock@shu.ac.uk Introduction When

More information

Adobe Photoshop CS5 Layers and Masks

Adobe Photoshop CS5 Layers and Masks Adobe Photoshop CS5 Layers and Masks Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Adobe Photoshop CS5: Layers and Masks 2.0 Hours The workshop will cover creating and manipulating

More information

Adobe Illustrator CS6

Adobe Illustrator CS6 Adobe Illustrator CS6 Table of Contents Image Formats 3 ai (Adobe Illustrator) 3 eps (Encapsulated PostScript) 3 PDF (Portable Document Format) 3 JPEG or JPG (Joint Photographic Experts Group) 3 Vectors

More information

Table of Contents. Lesson 1 Getting Started

Table of Contents. Lesson 1 Getting Started NX Lesson 1 Getting Started Pre-reqs/Technical Skills Basic computer use Expectations Read lesson material Implement steps in software while reading through lesson material Complete quiz on Blackboard

More information

ADOBE 9A Adobe Photoshop CS3 ACE.

ADOBE 9A Adobe Photoshop CS3 ACE. ADOBE Adobe Photoshop CS3 ACE http://killexams.com/exam-detail/ A. Group the layers. B. Merge the layers. C. Link the layers. D. Align the layers. QUESTION: 112 You want to arrange 20 photographs on a

More information

GIMP WEB 2.0 ICONS. Web 2.0 Icons: Paperclip Completed Project

GIMP WEB 2.0 ICONS. Web 2.0 Icons: Paperclip Completed Project GIMP WEB 2.0 ICONS WEB 2.0 ICONS: PAPERCLIP OPEN GIMP or Web 2.0 Icons: Paperclip Completed Project Step 1: To begin a new GIMP project, from the Menu Bar, select File New. At the Create a New Image dialog

More information

IT154 Midterm Study Guide

IT154 Midterm Study Guide IT154 Midterm Study Guide These are facts about the Adobe Photoshop CS4 application. If you know these facts, you should be able to do well on your midterm. Photoshop CS4 is part of the Adobe Creative

More information

CONTENT INTRODUCTION BASIC CONCEPTS Creating an element of a black-and white line drawing DRAWING STROKES...

CONTENT INTRODUCTION BASIC CONCEPTS Creating an element of a black-and white line drawing DRAWING STROKES... USER MANUAL CONTENT INTRODUCTION... 3 1 BASIC CONCEPTS... 3 2 QUICK START... 7 2.1 Creating an element of a black-and white line drawing... 7 3 DRAWING STROKES... 15 3.1 Creating a group of strokes...

More information

ImagesPlus Basic Interface Operation

ImagesPlus Basic Interface Operation ImagesPlus Basic Interface Operation The basic interface operation menu options are located on the File, View, Open Images, Open Operators, and Help main menus. File Menu New The New command creates a

More information

Contents. Introduction

Contents. Introduction Contents Introduction 1. Overview 1-1. Glossary 8 1-2. Menus 11 File Menu 11 Edit Menu 15 Image Menu 19 Layer Menu 20 Select Menu 23 Filter Menu 25 View Menu 26 Window Menu 27 1-3. Tool Bar 28 Selection

More information

ADOBE PHOTOSHOP CS 3 QUICK REFERENCE

ADOBE PHOTOSHOP CS 3 QUICK REFERENCE ADOBE PHOTOSHOP CS 3 QUICK REFERENCE INTRODUCTION Adobe PhotoShop CS 3 is a powerful software environment for editing, manipulating and creating images and other graphics. This reference guide provides

More information

Excel Lab 2: Plots of Data Sets

Excel Lab 2: Plots of Data Sets Excel Lab 2: Plots of Data Sets Excel makes it very easy for the scientist to visualize a data set. In this assignment, we learn how to produce various plots of data sets. Open a new Excel workbook, and

More information

Lesson 16 Text, Layer Effects, & Filters

Lesson 16 Text, Layer Effects, & Filters Lesson 16 Text, Layer Effects, & Filters Digital Media I Susan M. Raymond West High School In this tutorial, you will: Create a Type Layer Add and Format Type within a Type Layer Apply Layer Effects Apply

More information

IMAGE SIZING AND RESOLUTION. MyGraphicsLab: Adobe Photoshop CS6 ACA Certification Preparation for Visual Communication

IMAGE SIZING AND RESOLUTION. MyGraphicsLab: Adobe Photoshop CS6 ACA Certification Preparation for Visual Communication IMAGE SIZING AND RESOLUTION MyGraphicsLab: Adobe Photoshop CS6 ACA Certification Preparation for Visual Communication Copyright 2013 MyGraphicsLab / Pearson Education OBJECTIVES This presentation covers

More information

SMART 3 IN 1 HOLLYWOOD PHOTOS: SETTING UP YOUR BOOTH FOR WEDDING/EVENT MODE

SMART 3 IN 1 HOLLYWOOD PHOTOS: SETTING UP YOUR BOOTH FOR WEDDING/EVENT MODE SMART 3 IN 1 HOLLYWOOD PHOTOS: SETTING UP YOUR BOOTH FOR WEDDING/EVENT MODE Start the Hollywood Photo Booth program. Rightclick anywhere on the screen and choose Setup. Click Next until you get to Screen

More information

Excel Tool: Plots of Data Sets

Excel Tool: Plots of Data Sets Excel Tool: Plots of Data Sets Excel makes it very easy for the scientist to visualize a data set. In this assignment, we learn how to produce various plots of data sets. Open a new Excel workbook, and

More information

Technical Note. How to Use the Image Studio Software Small Animal Image Analysis. Developed for: Image Studio Software

Technical Note. How to Use the Image Studio Software Small Animal Image Analysis. Developed for: Image Studio Software Technical Note How to Use the Image Studio Software Small Animal Image Analysis Developed for: Image Studio Software Please refer to your manual to confirm that this protocol is appropriate for the applications

More information

Designing with White and Specialty Ink

Designing with White and Specialty Ink ONYX WHITE PAPER 03/29/2013 Designing with White and Specialty Ink This document is intended to assist in the setup for files with specialty ink data in a digital print environment. This covers designing

More information

Star Defender. Section 1

Star Defender. Section 1 Star Defender Section 1 For the first full Construct 2 game, you're going to create a space shooter game called Star Defender. In this game, you'll create a space ship that will be able to destroy the

More information

Photoshop 01. Introduction to Computer Graphics UIC / AA/ AD / AD 205 / F05/ Sauter.../documents/photoshop_01.pdf

Photoshop 01. Introduction to Computer Graphics UIC / AA/ AD / AD 205 / F05/ Sauter.../documents/photoshop_01.pdf Photoshop 01 Introduction to Computer Graphics UIC / AA/ AD / AD 205 / F05/ Sauter.../documents/photoshop_01.pdf Topics Raster Graphics Document Setup Image Size & Resolution Tools Selecting and Transforming

More information

Creating Nice 2D-Diagrams

Creating Nice 2D-Diagrams UseCase.0046 Creating Nice 2D-Diagrams Keywords: 2D view, z=f(x,y), axis, axes, bitmap, mesh, contour, plot, font size, color lookup table, presentation Description This use case demonstrates how to configure

More information

> andy warhol > objective(s): > curricular focus: > specifications: > instruction: > procedure: > requirements:

> andy warhol > objective(s): > curricular focus: > specifications: > instruction: > procedure: > requirements: > andy warhol > objective(s): Students will select a portrait image, crop it tightly and eliminate the background, then uniquely color several times in the style of Andy Warhol. > curricular focus: This

More information

FILE ASSEMBLY GUIDE. ~ File Assembly Guidelines ~

FILE ASSEMBLY GUIDE. ~ File Assembly Guidelines ~ To reduce your costs in prepress and turn-around time for proofs, Standard Printing Company recommends using the following information as a guide for correct file assembly: Acceptable File Formats QuarkXpress

More information

Microsoft Excel. Creating a Pie Chart on a Picture. 1. In order to create a pie chart on a picture, you need to first find

Microsoft Excel. Creating a Pie Chart on a Picture. 1. In order to create a pie chart on a picture, you need to first find Microsoft Excel Creating a Pie Chart on a Picture Name Date 1. In order to create a pie chart on a picture, you need to first find the picture you want to use. Click on the Internet Explorer icon. 2. When

More information

04. Two Player Pong. 04.Two Player Pong

04. Two Player Pong. 04.Two Player Pong 04.Two Player Pong One of the most basic and classic computer games of all time is Pong. Originally released by Atari in 1972 it was a commercial hit and it is also the perfect game for anyone starting

More information

AmericaView EOD 2016 page 1 of 16

AmericaView EOD 2016 page 1 of 16 Remote Sensing Flood Analysis Lesson Using MultiSpec Online By Larry Biehl Systems Manager, Purdue Terrestrial Observatory (biehl@purdue.edu) v Objective The objective of these exercises is to analyze

More information

CONCEPTS EXPLAINED CONCEPTS (IN ORDER)

CONCEPTS EXPLAINED CONCEPTS (IN ORDER) CONCEPTS EXPLAINED This reference is a companion to the Tutorials for the purpose of providing deeper explanations of concepts related to game designing and building. This reference will be updated with

More information

Batch Counting of Foci

Batch Counting of Foci Batch Counting of Foci Getting results from Z stacks of images. 1. First it is necessary to determine suitable CHARM parameters to be used for batch counting. First drag a stack of images taken with the

More information

Organizing artwork on layers

Organizing artwork on layers 3 Layer Basics Both Adobe Photoshop and Adobe ImageReady let you isolate different parts of an image on layers. Each layer can then be edited as discrete artwork, allowing unlimited flexibility in composing

More information

Curves color corrections

Curves color corrections Curves color corrections 311 Precise color corrections using Curves Basic Levels/Curves adjustment techniques can be quite effective at correcting color. It therefore follows from this that you can utilize

More information

Table of Contents. Creating Your First Project 4. Enhancing Your Slides 8. Adding Interactivity 12. Recording a Software Simulation 19

Table of Contents. Creating Your First Project 4. Enhancing Your Slides 8. Adding Interactivity 12. Recording a Software Simulation 19 Table of Contents Creating Your First Project 4 Enhancing Your Slides 8 Adding Interactivity 12 Recording a Software Simulation 19 Inserting a Quiz 24 Publishing Your Course 32 More Great Features to Learn

More information

ONYX White Paper DESIGNING WITH WHITE & SPECIALTY INK

ONYX White Paper DESIGNING WITH WHITE & SPECIALTY INK ONYX White Paper DESIGNING WITH WHITE & SPECIALTY INK ONYX White Paper Designing with Specialty Ink OCT 2012 This document is intended to assist in the setup for files with specialty ink data in a digital

More information

Adobe Photoshop PS2, Part 3

Adobe Photoshop PS2, Part 3 Adobe Photoshop PS2, Part 3 Basic Photo Corrections This guide steps you through the process of acquiring, resizing, and retouching a photo intended for posting on the Web as well as for a print layout.

More information

ADOBE CERTIFIED ASSOCIATE PHOTOSHOP CS5 Study Guide Sample Exam Items

ADOBE CERTIFIED ASSOCIATE PHOTOSHOP CS5 Study Guide Sample Exam Items LINEAR EXAMPLES ADOBE CERTIFIED ASSOCIATE PHOTOSHOP CS5 Study Guide Sample Exam Items PS 1.1 Which images would be most appropriate when selecting images for a national health club chain developing a marketing

More information

Adding a Photo in the Center (Paint Shop Pro)

Adding a Photo in the Center (Paint Shop Pro) TM Kaleidoscope Kreator Tutorial Series Adding a Photo in the Center (Paint Shop Pro) Some kaleidoscopes end up with a hole in the center or an uninteresting pattern. Adding a photo to the center of the

More information

Motion Blur with Mental Ray

Motion Blur with Mental Ray Motion Blur with Mental Ray In this tutorial we are going to take a look at the settings and what they do for us in using Motion Blur with the Mental Ray renderer that comes with 3D Studio. For this little

More information

Import/Export of tendons in module StatiCa Tendon

Import/Export of tendons in module StatiCa Tendon IDEA Tutorial Import/Export of tendons in module StatiCa Tendon by using formats DXF, TXT and table format Import/Export of tendons in module StatiCa Tendon 1 Contents 1. Terminology... 2 2. Import...

More information

Working with Photos. Lesson 7 / Draft 20 Sept 2003

Working with Photos. Lesson 7 / Draft 20 Sept 2003 Lesson 7 / Draft 20 Sept 2003 Working with Photos Flash allows you to import various types of images, and it distinguishes between two types: vector and bitmap. Photographs are always bitmaps. An image

More information

Photoshop CS2. Step by Step Instructions Using Layers. Adobe. About Layers:

Photoshop CS2. Step by Step Instructions Using Layers. Adobe. About Layers: About Layers: Layers allow you to work on one element of an image without disturbing the others. Think of layers as sheets of acetate stacked one on top of the other. You can see through transparent areas

More information

Photoshop Filters. Applying Filters from the Filter Menu

Photoshop Filters. Applying Filters from the Filter Menu Photoshop Filters Filters are easy to learn and use, and yet are one of Photoshop s most powerful features. When used properly, they can recreate a number of photographic and artistic effects, can enhance

More information

Lesson 2 Game Basics

Lesson 2 Game Basics Lesson What you will learn: how to edit the stage using the Paint Editor facility within Scratch how to make the sprite react to different colours how to import a new sprite from the ones available within

More information

Vector VS Pixels Introduction to Adobe Photoshop

Vector VS Pixels Introduction to Adobe Photoshop MMA 100 Foundations of Digital Graphic Design Vector VS Pixels Introduction to Adobe Photoshop Clare Ultimo Using the right software for the right job... Which program is best for what??? Photoshop Illustrator

More information

Objectives Learn how to import and display shapefiles with and without ArcObjects. Learn how to convert the shapefiles to GMS feature objects.

Objectives Learn how to import and display shapefiles with and without ArcObjects. Learn how to convert the shapefiles to GMS feature objects. v. 10.1 GMS 10.1 Tutorial Importing, displaying, and converting shapefiles Objectives Learn how to import and display shapefiles with and without ArcObjects. Learn how to convert the shapefiles to GMS

More information

PATTERN MAKING FOR THE INFINITY WAND

PATTERN MAKING FOR THE INFINITY WAND PATTERN MAKING FOR THE INFINITY WAND This tutorial will walk you through making patterns for the Infinity Wand and will explain how the wand interprets them. If you get confused, don t worry...keep reading,

More information

Inserting and Creating ImagesChapter1:

Inserting and Creating ImagesChapter1: Inserting and Creating ImagesChapter1: Chapter 1 In this chapter, you learn to work with raster images, including inserting and managing existing images and creating new ones. By scanning paper drawings

More information

Cosmic Color Ribbon CR150D. Cosmic Color Bulbs CB50D. RGB, Macro & Color Effect Programming Guide for the. November 22, 2010 V1.0

Cosmic Color Ribbon CR150D. Cosmic Color Bulbs CB50D. RGB, Macro & Color Effect Programming Guide for the. November 22, 2010 V1.0 RGB, Macro & Color Effect Programming Guide for the Cosmic Color Ribbon CR150D & Cosmic Color Bulbs CB50D November 22, 2010 V1.0 Copyright Light O Rama, Inc. 2010 Table of Contents Introduction... 5 Firmware

More information

Canvas Tips and Techniques

Canvas Tips and Techniques Corporate Flow Image Editing Illustration Canvas Tips and Techniques Web Text Effects Automation Copyright 1995-2005 ACD Systems of America, Inc. Protected by the copyright laws of United States and Canada

More information

By Washan Najat Nawi

By Washan Najat Nawi By Washan Najat Nawi how to get started how to use the interface how to modify images with basic editing skills Adobe Photoshop: is a popular image-editing software. Two general usage of Photoshop Creating

More information

Excel 2003: Discos. 1. Open Excel. 2. Create Choose a new worksheet and save the file to your area calling it: Disco.xls

Excel 2003: Discos. 1. Open Excel. 2. Create Choose a new worksheet and save the file to your area calling it: Disco.xls Excel 2003: Discos 1. Open Excel 2. Create Choose a new worksheet and save the file to your area calling it: Disco.xls 3. Enter the following data into your spreadsheet: 4. Make the headings bold. Centre

More information

Module All You Ever Need to Know About The Displace Filter

Module All You Ever Need to Know About The Displace Filter Module 02-05 All You Ever Need to Know About The Displace Filter 02-05 All You Ever Need to Know About The Displace Filter [00:00:00] In this video, we're going to talk about the Displace Filter in Photoshop.

More information

Cosmic Color Ribbon CR150D. Cosmic Color Bulbs CB100D. RGB, Macro & Color Effect Programming Guide for the. February 2, 2012 V1.1

Cosmic Color Ribbon CR150D. Cosmic Color Bulbs CB100D. RGB, Macro & Color Effect Programming Guide for the. February 2, 2012 V1.1 RGB, Macro & Color Effect Programming Guide for the Cosmic Color Ribbon CR150D & Cosmic Color Bulbs CB100D February 2, 2012 V1.1 Copyright Light O Rama, Inc. 2010-2011 Table of Contents Introduction...

More information

Geometry Controls and Report

Geometry Controls and Report Geometry Controls and Report 2014 InnovMetric Software Inc. All rights reserved. Reproduction in part or in whole in any way without permission from InnovMetric Software is strictly prohibited except for

More information

QUICKSTART COURSE - MODULE 7 PART 3

QUICKSTART COURSE - MODULE 7 PART 3 QUICKSTART COURSE - MODULE 7 PART 3 copyright 2011 by Eric Bobrow, all rights reserved For more information about the QuickStart Course, visit http://www.acbestpractices.com/quickstart Hello, this is Eric

More information

Developing Multimedia Assets using Fireworks and Flash

Developing Multimedia Assets using Fireworks and Flash HO-2: IMAGE FORMATS Introduction As you will already have observed from browsing the web, it is possible to add a wide range of graphics to web pages, including: logos, animations, still photographs, roll-over

More information

Panoramas and the Info Palette By: Martin Kesselman 5/25/09

Panoramas and the Info Palette By: Martin Kesselman 5/25/09 Panoramas and the Info Palette By: Martin Kesselman 5/25/09 Any time you have a color you would like to copy exactly, use the info palette. When cropping to achieve a particular size, it is useful to use

More information

When you first open the dialog box you only see two sliders.

When you first open the dialog box you only see two sliders. Shadow/Highlight Of course there will still be the times when you do not either remember to make two exposures or you have older images that are already exposed you can give Shadow/Highlight a try. I find

More information

Raster (Bitmap) Graphic File Formats & Standards

Raster (Bitmap) Graphic File Formats & Standards Raster (Bitmap) Graphic File Formats & Standards Contents Raster (Bitmap) Images Digital Or Printed Images Resolution Colour Depth Alpha Channel Palettes Antialiasing Compression Colour Models RGB Colour

More information

Objectives Learn how to import and display shapefiles in GMS. Learn how to convert the shapefiles to GMS feature objects. Required Components

Objectives Learn how to import and display shapefiles in GMS. Learn how to convert the shapefiles to GMS feature objects. Required Components v. 10.3 GMS 10.3 Tutorial Importing, displaying, and converting shapefiles Objectives Learn how to import and display shapefiles in GMS. Learn how to convert the shapefiles to GMS feature objects. Prerequisite

More information

Enhancement of Multispectral Images and Vegetation Indices

Enhancement of Multispectral Images and Vegetation Indices Enhancement of Multispectral Images and Vegetation Indices ERDAS Imagine 2016 Description: We will use ERDAS Imagine with multispectral images to learn how an image can be enhanced for better interpretation.

More information

Guidance on Using Scanning Software: Part 5. Epson Scan

Guidance on Using Scanning Software: Part 5. Epson Scan Guidance on Using Scanning Software: Part 5. Epson Scan Version of 4/29/2012 Epson Scan comes with Epson scanners and has simple manual adjustments, but requires vigilance to control the default settings

More information

KEEPING SCORE: HOW TO USE SCORES, LIVES AND HEALTH

KEEPING SCORE: HOW TO USE SCORES, LIVES AND HEALTH KEEPING SCORE: HOW TO USE SCORES, LIVES AND HEALTH A game isn t much of a game unless you can measure how well you re doing. How well players are doing in a game is often measure by their score, how many

More information

Words Mobile Ready Game Documentation

Words Mobile Ready Game Documentation Words Mobile Ready Game Documentation Joongly games 2016 Words Mobile Ready Game Contents Overview... 3 Quick Start... 3 Game rules... 4 Basics... 4 Board... 4 Tiles... 4 Extra Point Values... 4 Game start...

More information

Photoshop CS6 First Edition

Photoshop CS6 First Edition Photoshop CS6 First Edition LearnKey provides self-paced training courses and online learning solutions to education, government, business, and individuals world-wide. With dynamic video-based courseware

More information

A quick note: We hope that you will find something from the Tips and Tricks that will add a little pizazz to your yearbook pages!

A quick note: We hope that you will find something from the Tips and Tricks that will add a little pizazz to your yearbook pages! A quick note: The following pages are tips and tricks for Basic Photoshop users. You may notice that some instructions indicate that non-awpc fonts were used, and that some colors were created using the

More information

Masking with Transparent Overlays

Masking with Transparent Overlays Masking with Transparent Overlays digitalscrapper.com/blog/qt-masking-overlays/ Jen White Masking with Transparent Overlays by Jen White Use the magic formula of 50% gray combined with a contrast blend

More information

XXXX - ILLUSTRATING FROM SKETCHES IN PHOTOSHOP 1 N/08/08

XXXX - ILLUSTRATING FROM SKETCHES IN PHOTOSHOP 1 N/08/08 INTRODUCTION TO GRAPHICS Illustrating from sketches in Photoshop Information Sheet No. XXXX Creating illustrations from existing photography is an excellent method to create bold and sharp works of art

More information

PHOTO 11: INTRODUCTION TO DIGITAL IMAGING

PHOTO 11: INTRODUCTION TO DIGITAL IMAGING 1 PHOTO 11: INTRODUCTION TO DIGITAL IMAGING Instructor: Sue Leith, sleith@csus.edu EXAM REVIEW Computer Components: Hardware - the term used to describe computer equipment -- hard drives, printers, scanners.

More information

Inventor Modeling Procedure By: Eric Small January 18, 2011

Inventor Modeling Procedure By: Eric Small January 18, 2011 This document will out line the steps and procedures involved using Inventor to create Assemblies, Weldments, individual Parts, and Drawings. In order to outline the specific step to be taken, an understanding

More information

CS 200 Assignment 3 Pixel Graphics Due Tuesday September 27th 2016, 9:00 am. Readings and Resources

CS 200 Assignment 3 Pixel Graphics Due Tuesday September 27th 2016, 9:00 am. Readings and Resources CS 200 Assignment 3 Pixel Graphics Due Tuesday September 27th 2016, 9:00 am Readings and Resources Texts: Suggested excerpts from Learning Web Design Files The required files are on Learn in the Week 3

More information

The Toolbars submenu selects or deselects the following toolbars, below shows you how to display the Measuring Toolbar: Scale X in Y

The Toolbars submenu selects or deselects the following toolbars, below shows you how to display the Measuring Toolbar: Scale X in Y The Measurement Toolbars Menu The Toolbars submenu selects or deselects the following toolbars, below shows you how to display the Measuring Toolbar: As it looks on the tool bar, below Arrow End Style

More information

Technical Note. How to Use the Image Studio Software Western and MPX Western Analyses. Developed for: Image Studio Software

Technical Note. How to Use the Image Studio Software Western and MPX Western Analyses. Developed for: Image Studio Software Technical Note How to Use the Image Studio Software Western and MPX Western Analyses Developed for: Image Studio Software Please refer to your manual to confirm that this protocol is appropriate for the

More information

CHM 152 Lab 1: Plotting with Excel updated: May 2011

CHM 152 Lab 1: Plotting with Excel updated: May 2011 CHM 152 Lab 1: Plotting with Excel updated: May 2011 Introduction In this course, many of our labs will involve plotting data. While many students are nerds already quite proficient at using Excel to plot

More information

Landscaping Tutorial. Chapter 5:

Landscaping Tutorial. Chapter 5: Chapter 5: Landscaping Tutorial This tutorial was written to help you learn how to use Home Designer Landscape and Deck s Terrain tools. In this tutorial, you will learn how to add elevation information

More information

Color and More. Color basics

Color and More. Color basics Color and More In this lesson, you'll evaluate an image in terms of its overall tonal range (lightness, darkness, and contrast), its overall balance of color, and its overall appearance for areas that

More information

Image and Data Acquisition

Image and Data Acquisition Image and Data Acquisition LCP Image Acquisition Procedures This section provides guidelines for scanning images that will be added to the LCP image archive. By scanning the image, we obtain a digital

More information

NCSS Statistical Software

NCSS Statistical Software Chapter 147 Introduction A mosaic plot is a graphical display of the cell frequencies of a contingency table in which the area of boxes of the plot are proportional to the cell frequencies of the contingency

More information

GD&T Administrator Manual v 1.0

GD&T Administrator Manual v 1.0 The GD&T Professional Edition GD&T Administrator Manual v 1.0 800-886-0909 Effective Training Inc. www.etinews.com Introduction to the GD&T Administrator s Manual There are two Administration programs

More information

LaGuardia Community College Thomson Ave, Long Island City, New York Created by ISMD s Dept. Training Team. Overview. Basic Hair Selection

LaGuardia Community College Thomson Ave, Long Island City, New York Created by ISMD s Dept. Training Team. Overview. Basic Hair Selection Overview If you want to get into Photoshop compositing, one of the first features you'll have to conquer is selections. If you've ever tried selecting people (especially people with wispy hair) from one

More information

Welcome to Photoshop CS

Welcome to Photoshop CS Chapter 1 Welcome to Photoshop CS COPYRIGHTED MATERIAL Photoshop CS is the latest version of Photoshop, Adobe s powerful image-editing program. It s part of Adobe s Creative Suite, a package of design

More information

Adobe Photoshop CS2 Workshop

Adobe Photoshop CS2 Workshop COMMUNITY TECHNICAL SUPPORT Adobe Photoshop CS2 Workshop Photoshop CS2 Help For more technical assistance, open Photoshop CS2 and press the F1 key, or go to Help > Photoshop Help. Selection Tools - The

More information

Central Photography [INSTAGRAM EFFECTS]

Central Photography [INSTAGRAM EFFECTS] 1 1. Open Photoshop. 2. Go to File/New (Ctrl+N). 3. Name your file. 4. Set the Width to 11 inches. 2 5. Set the Height to 8.5 inches. 6. Set your Resolution to 200 pixels/inch. 7. Set your Background Contents

More information

Picture Style Editor Ver Instruction Manual

Picture Style Editor Ver Instruction Manual ENGLISH Picture Style File Creating Software Picture Style Editor Ver. 1.15 Instruction Manual Content of this Instruction Manual PSE stands for Picture Style Editor. indicates the selection procedure

More information

Version 9 Tutorial and User Guide

Version 9 Tutorial and User Guide Version 9 Tutorial and User Guide 800-989-4243 214-340-9436 support@vertigraph.com www.vertigraph.com 1 Table of Contents A. Overview... 4 B. About the SiteWorx/OS Window... 4 C. File Types Raster, Vector

More information

Tiling. 1. Overlapping tiles with fixed number of tiles. Tutorial

Tiling. 1. Overlapping tiles with fixed number of tiles. Tutorial Tutorial Tiling Software version: Asanti 3.0 Document version: April 3, 2017 This tutorial demonstrates how to use tiling within Asanti. Download the Asanti Sample Files via the Asanti Client (Help > Asanti

More information

Picture Style Editor Ver Instruction Manual

Picture Style Editor Ver Instruction Manual ENGLISH Picture Style File Creating Software Picture Style Editor Ver. 1.18 Instruction Manual Content of this Instruction Manual PSE stands for Picture Style Editor. In this manual, the windows used in

More information

Extending the Dynamic Range of Film

Extending the Dynamic Range of Film Written by Jonathan Sachs Copyright 1999-2003 Digital Light & Color Introduction Limited dynamic range is a common problem, especially with today s fine-grained slide films. When photographing contrasty

More information

Revit Structure 2012 Basics:

Revit Structure 2012 Basics: SUPPLEMENTAL FILES ON CD Revit Structure 2012 Basics: Framing and Documentation Elise Moss autodesk authorized publisher SDC PUBLICATIONS www.sdcpublications.com Schroff Development Corporation Structural

More information

Creating Actions in Adobe Photoshop Steve Everist, CLPE King County Sheriff s Office Seattle, WA

Creating Actions in Adobe Photoshop Steve Everist, CLPE King County Sheriff s Office Seattle, WA Creating Actions in Adobe Photoshop Steve Everist, CLPE King County Sheriff s Office Seattle, WA Actions can be a useful tool for creating shortcuts for common procedures when working with digital images

More information