Making Your First Character

Size: px
Start display at page:

Download "Making Your First Character"

Transcription

1 Create a new canvas on Photoshop (File > New) and set this to 32 x 32 pixels select a transparent background. Remember to set up your preferences under Edit > Preferences > Guides, Grid & Slices Also remember to choose to view the grid to help guide you: View > Show > Grid I chose pixels not just because it seems good enough for this resolution, but pixels is also a power of 2, which can also be handy for game engines (tile sizes are often a power of two, textures are padded to a power of two, etc.) Tip: Even if the game engine you are using accepts any image size, it s a good practice to use even number image dimensions anyway. This way, if the image ever needs to be scaled, the dimensions will be divided more cleanly resulting in a better look. Making Your First Character Pixel art is well known, on its best form, for its sharp and easy-to-read graphics: you can identify the character face, eyes, hair, and body parts with just a few pixels. However, the developer size is much more complicated: the smaller your character is, the more difficult it is to make everything fit. To make things more practical, choose what s going to be the smallest, readable thing on the character. I always choose the eyes, because they are (magically) one of the best ways to give life to a character. In Photoshop, choose the Pencil tool. If you can t find it, just press and hold the Brush Tool and scroll down to Pencil Tool (it should be the second one). You will just need to resize it to brush size 1 (you can click on the tool options bar and change its size or just hold the [' key). You will eventually need the Erase tool too, so click on it (or hit 'E') and change its settings to "Mode: Pencil" (so it does not anti-alias as a brush). Page 1

2 And start to draw pixels. Draw two eyebrows and an eye on the image, like this: You could already start with the line art (drawing as you normally would, making the lines and shaping the character), but a more practical way to do so is to first make its silhouette. The good thing is that you don t need to be perfect at this stage, just try to take the sizes of things (head, body, arms, and legs) and the character s initial pose. Page 2

3 Go ahead and draw something like this with a grey colour: Remember it does not need to be perfect at this stage Notice that I also left some blank space. You don t really need to fill the whole canvas, you ll need more space for future different frames, and it s very useful to keep the same canvas size for all of them. Once you finish the silhouette, it s time to begin the line art. Now you should be more careful with pixel placement, so don t bother making the clothes, armours or any details yet. If you need it, you can add a new Layer so you never lose your original silhouette. Page 3

4 If you feel that the pencil tool is a bit too slow to draw, you can always use the Line tool to makes things fast just remember to fix some pixels since it s not as exact as the Pencil. You ll need to configure it though, as shown below: Choose the Line tool by pressing and holding the Rectangle tool, and scroll down to Line. Go to the tool settings bar and select the third icon ( Fill pixels ), change the Weight to 1 (if it isn t already) and uncheck Anti-alias (your nemesis!). It should look like this: Tip: Notice that I didn t made the bottom outline for the feet. It s not really necessarily since feet are not such an essential part to distinguish as the legs are AND you save a row of pixels in your canvas. Page 4

5 Applying Colour and Shading Now you re ready to start colouring it. Don t bother choosing the right colours now, it s very easy to change them later, just make sure that everything has its own colour. For now, you can use the default colours from the Swatch tab (Window > Swatches). Go ahead and colour your hero like this (but feel free to be creative and use your own colours!) Good colour contrast makes your asset more definable Notice that I still didn t make any outline for clothes or hair. Always remember: save as many pixels as you can! As an option, you could save time instead of carefully placing each colour pixel. To speed things up, draw the lines for each colour and use the Paint bucket tool to fill the spaces. You ll need to configure this tool too. Select it on the tool bar (or just press G ) and change the Tolerance to 0 and uncheck anti-alias. Page 5

6 Tip: If you ever need to use the Magic Wand tool (a very useful tool that selects all pixels with the same colour), apply the same settings as the Paint bucket no tolerance or anti-alias. The next step will require you some basic light and shading knowledge. If you don t know too much about it, here s a quick guide for it, and a more complete one here. If you don t feel like learning this right now, you can skip this step and go toward to Spicing up your palette shading, after all, is a matter of style, choose what you feel right for your game and capability. Or, you can simply make your shading similar to my example below! Use the same light source for the whole asset Try to give as much shape as you can, this is usually where the asset begins to look richer. For instance, you can now see a nose, eyes frowning, hair volume, depth and folds on his pants. You can also add a few light spots to it, it will look even better: Page 6

7 Keep the same light source from the shading Spicing Up Your Palette A lot of people use the default palette colours, but since so many people use those colours they look the same across many games. Photoshop has a great range of colours on its standard palette, but don t rely too much on it. It s best to make your own colours by clicking the main palette at the bottom of the tool bar. Then, in the Colour Picker window, browse through the right-side bar to choose a colour and in the main area to choose its brightness (more white or more black) and saturation (more vivid or duller colour selection). Page 7

8 Once you choose it, click OK and reconfigure the Paint Bucket tool. Don t panic, you will just uncheck the Contiguous box, so when you paint the new colour, every pixel with the same colour in the layer will be painted too. This is another reason why it s important to keep the colour count low, and to always use the same colour when dealing with the same element (shirt, hair, helmet, armour and so). But don t forget to use a different colour for other areas; otherwise it s going to be recolored too! Uncheck the "Contiguous" box to paint all pixels from the same colour Change the colours as much as you want and get some interesting colours on your character! You can even recolour the outline, just make sure it will blend correctly with the background. Page 8

9 Finally, make a background colour test: make a new layer underneath your character, and fill it with various colours. It s really important to make sure your character will be visible on light, dark, warm and cool backgrounds. Tips on Editing Pixels in Photoshop As you could see, I turned off the anti-alias on all of the tools I ve used so far. Don t forget to turn it off on others tools as well, such as the Elliptical marquee and Lasso tool. It could come out handy to resize a little bit some parts or even rotate them to animate further frames like running cycles. To do so, use any marquee tool (hit M ) to select an area, rightclick it and choose Free Transform, or simply hit Ctrl + T. You should be able to resize and rotate it freely. This could be a useful method to create an additional frame or frames to animate the character for a game. Page 9

10 However, Photoshop automatically anti-alias everything edited using the Free Transform function. Before confirming your edit, go to Edit > Preferences > General (Ctrl + K), and change the Image Interpolation to Nearest Neighbour. In a nutshell, it calculates the new position and size very roughly, applying no new colours or transparency, preserving the colours you chose. Additional Tasks After attempting this tutorial you should be sketching out your own proposed pixel graphics. Simple sketches on paper will help you plan your sprites. You could create sprites Non-player Characters (NPC s) for your proposed game too such as buildings, objects, aliens, or other animated sprites such as bombs, bullets, and explosions etc. Try other tutorials for creating pixel art to create retro characters and design a car (if you have not attempted this already). Page 10

Pen Tool, Fill Layers, Color Range, Levels Adjustments, Magic Wand tool, and shadowing techniques

Pen Tool, Fill Layers, Color Range, Levels Adjustments, Magic Wand tool, and shadowing techniques Creating a superhero using the pen tool Topics covered: Pen Tool, Fill Layers, Color Range, Levels Adjustments, Magic Wand tool, and shadowing techniques Getting Started 1. Reset your work environment

More information

Using Masks for Illustration Effects

Using Masks for Illustration Effects These instructions were written for Photoshop CS4 but things should work the same or similarly in most recent versions Photoshop. 1. To download the files you ll use in this exercise please visit: http:///goodies.html

More information

ADOBE PHOTOSHOP Using Masks for Illustration Effects

ADOBE PHOTOSHOP Using Masks for Illustration Effects ADOBE PHOTOSHOP Using Masks for Illustration Effects PS PREVIEW OVERVIEW In this exercise, you ll see a more illustrative use of Photoshop. You ll combine existing photos with digital art created from

More information

Adobe photoshop Using Masks for Illustration Effects

Adobe photoshop Using Masks for Illustration Effects Adobe photoshop Using Masks for Illustration Effects PS Preview Overview In this exercise you ll see a more illustrative use of Photoshop. You ll combine existing photos with digital art created from scratch

More information

Interface. 2. Interface Photoshop CS/ImageReady CS for the Web H O T

Interface. 2. Interface Photoshop CS/ImageReady CS for the Web H O T 2. Interface Photoshop CS/ImageReady CS for the Web H O T 2. Interface The Welcome Screen Interface Overview Using the Toolbox Using Palettes Using the Options Bar Creating a Tool Preset Resetting Tools

More information

SNOWFLAKES PHOTO BORDER - PHOTOSHOP CS6 / CC

SNOWFLAKES PHOTO BORDER - PHOTOSHOP CS6 / CC Photo Effects: Snowflakes Photo Border (Photoshop CS6 / CC) SNOWFLAKES PHOTO BORDER - PHOTOSHOP CS6 / CC In this Photoshop tutorial, we ll learn how to create a simple and fun snowflakes photo border,

More information

Adobe Photoshop Sh S.K. Sublania and Sh. Naresh Chand

Adobe Photoshop Sh S.K. Sublania and Sh. Naresh Chand Adobe Photoshop Sh S.K. Sublania and Sh. Naresh Chand Photoshop is the software for image processing. With this you can manipulate your pictures, either scanned or otherwise inserted to a great extant.

More information

Education and Training CUFMEM14A. Exercise 2. Create, Manipulate and Incorporate 2D Graphics

Education and Training CUFMEM14A. Exercise 2. Create, Manipulate and Incorporate 2D Graphics Education and Training CUFMEM14A Exercise 2 Create, Manipulate and Incorporate 2D Graphics Menu Exercise 2 Exercise 2a: Scarecrow Exercise - Painting and Drawing Tools... 3 Exercise 2b: Scarecrow Exercise

More information

Tip: Shift/Control/Alt- will reset entire Photoshop program in case someone has changed settings.

Tip: Shift/Control/Alt- will reset entire Photoshop program in case someone has changed settings. Adobe Photoshop CS2 Class 1 Tip: Shift/Control/Alt- will reset entire Photoshop program in case someone has changed settings. Create New File: 1. Click on File/New 2. Choose setting below Resolution: Higher

More information

HAPPY HOLIDAYS PHOTO BORDER

HAPPY HOLIDAYS PHOTO BORDER HAPPY HOLIDAYS PHOTO BORDER In this Photoshop tutorial, we ll learn how to create a simple and fun Happy Holidays winter photo border! Photoshop ships with some great snowflake shapes that we can use in

More information

2. Click on the Freeform Pen Tool. It looks like the image to the right. If it s not showing, right click on that square and choose it from the list.

2. Click on the Freeform Pen Tool. It looks like the image to the right. If it s not showing, right click on that square and choose it from the list. This tutorial will walk you through how to use Paths in Photoshop. It explains the general workings of paths, as well as how to use them to do specific tasks. Tasks such as how to create vector shapes

More information

Photoshop tutorial: Final Product in Photoshop:

Photoshop tutorial: Final Product in Photoshop: Disclaimer: There are many, many ways to approach web design. This tutorial is neither the most cutting-edge nor most efficient. Instead, this tutorial is set-up to show you as many functions in Photoshop

More information

HOW TO. In this section, you will find. miscellaneous handouts that explain. HOW TO do various things.

HOW TO. In this section, you will find. miscellaneous handouts that explain. HOW TO do various things. In this section, you will find miscellaneous handouts that explain do various things. 140 SAVING Introduction Every time you do something, you should save it on the DESKTOP. Click Save and then click on

More information

All About Me in HyperStudio

All About Me in HyperStudio All About Me in HyperStudio (1) Open HyperStudio Next, Click on the New Stack choice in the HyperStudio Home Stack HyperStudio v3. HyperStudio v4. Addy will ask if you re sure... Click YES (or press the

More information

To build shapes from scratch, use the tools are the far right of the top tool bar. These

To build shapes from scratch, use the tools are the far right of the top tool bar. These 3D GAME STUDIO TUTORIAL EXERCISE #5 USE MED TO SKIN AND ANIMATE A CUBE REVISED 11/21/06 This tutorial covers basic model skinning and animation in MED the 3DGS model editor. This exercise was prepared

More information

Fruit Snake SECTION 1

Fruit Snake SECTION 1 Fruit Snake SECTION 1 For the first full Construct 2 game you're going to create a snake game. In this game, you'll have a snake that will "eat" fruit, and grow longer with each object or piece of fruit

More information

USING THE PHOTOSHOP TOOLBOX

USING THE PHOTOSHOP TOOLBOX IN THIS CHAPTER USING THE PHOTOSHOP TOOLBOX Using the Options Bar 44 Using the Selection Tools 45 Using the Crop and Slice Tools 46 Using the Retouching Tools 46 Using the Painting Tools 49 Using the Drawing

More information

Note: Photoshop tutorial is spread over two pages. Click on 2 (top or bottom) to go to the second page.

Note: Photoshop tutorial is spread over two pages. Click on 2 (top or bottom) to go to the second page. Introduction During the course of this Photoshop tutorial we're going through 9 major steps to create a glass ball. The main goal of this tutorial is that you get an idea how to approach this. It's not

More information

CoderDojo Athenry Code and notes by Martha Fahy, 2017

CoderDojo Athenry Code and notes by Martha Fahy, 2017 CoderDojo Athenry Code and notes by Martha Fahy, 2017 CoderDojo Athenry "Above all, be cool" Every week: Sign in at the door If you are new: Fill in Registration Form Ask a Mentor how to get started Make

More information

HYPERSTUDIO TOOLS. THE GRAPHIC TOOL Use this tool to select graphics to edit. SPRAY PAINT CAN Scatter lots of tiny dots with this tool.

HYPERSTUDIO TOOLS. THE GRAPHIC TOOL Use this tool to select graphics to edit. SPRAY PAINT CAN Scatter lots of tiny dots with this tool. THE BROWSE TOOL Us it to go through the stack and click on buttons THE BUTTON TOOL Use this tool to select buttons to edit.. RECTANGLE TOOL This tool lets you capture a rectangular area to copy, cut, move,

More information

The Photoshop Workspace

The Photoshop Workspace Adobe Photoshop: Chapter 2: The Photoshop Workspace When you first open or start Photoshop the work area is made up of a set of default or standard Tools, Palettes and menus. Photoshop s Tools are contained

More information

FACULTY AND STAFF COMPUTER FOOTHILL-DE ANZA. Office Graphics

FACULTY AND STAFF COMPUTER FOOTHILL-DE ANZA. Office Graphics FACULTY AND STAFF COMPUTER TRAINING @ FOOTHILL-DE ANZA Office 2001 Graphics Microsoft Clip Art Introduction Office 2001 wants to be the application that does everything, including Windows! When it comes

More information

Basic Tools. Chapter 1. Getting started

Basic Tools. Chapter 1. Getting started Chapter 1 Basic Tools Getting started Jasc Paint Shop Pro is a powerful art package which you can use to paint, write text, retouch photos and make images ready for the web. After only a few lessons you

More information

How to draw and create shapes

How to draw and create shapes Adobe Flash Professional Guide How to draw and create shapes You can add artwork to your Adobe Flash Professional documents in two ways: You can import images or draw original artwork in Flash by using

More information

November 19,

November 19, http://www.eee.uci.edu/workshops/ Web Images: A Snapshot What kinds of images are GIF JPEG used on the web? What does the name stand for? Graphics Interchange Format Joint Photographic Experts Group Animations

More information

In this lesson, you ll learn how to:

In this lesson, you ll learn how to: LESSON 5: ADVANCED DRAWING TECHNIQUES OBJECTIVES In this lesson, you ll learn how to: apply gradient fills modify graphics by smoothing, straightening, and optimizing understand the difference between

More information

Adobe Photoshop CS2 Reference Guide For Windows

Adobe Photoshop CS2 Reference Guide For Windows This program is located: Adobe Photoshop CS2 Reference Guide For Windows Start > All Programs > Photo Editing and Scanning >Adobe Photoshop CS2 General Keyboarding Tips: TAB Show/Hide Toolbox and Palettes

More information

Recitation 3 Further Work with Dreamweaver and Photoshop: Refining your Web Site

Recitation 3 Further Work with Dreamweaver and Photoshop: Refining your Web Site Recitation 3 Further Work with Dreamweaver and Photoshop: Refining your Web Site More Photoshop skills Selecting areas of the image - using the selection tools In Recitation 2 we learned there are several

More information

Introduction to Photoshop. Training Documentation

Introduction to Photoshop. Training Documentation Introduction to Photoshop Training Documentation 1 Introduction to Photoshop... 3 What is Photoshop?... 3 Tool Palate... 3 Gradient: Allows transition between two or more chosen colors... 4 Other Terms:...

More information

Photoshop Creative Cloud (CC)

Photoshop Creative Cloud (CC) Photoshop Creative Cloud (CC) Photoshop is an image editing and design software. Photoshop can be used to add special effects to an image, correct color and image flaws, and even remove parts of an image

More information

CoderDojo Athenry "Above all, be cool"

CoderDojo Athenry Above all, be cool CoderDojo Athenry "Above all, be cool" Every week: Sign in at the door If you are new: Fill in Registration Form Ask a Mentor how to get started Make sure you are on the Athenry Parents/Kids Google Group:

More information

CS Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! Lab 02: Introduction to Photoshop Part 1

CS Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! Lab 02: Introduction to Photoshop Part 1 CS 1033 Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! Lab 02: Introduction to Photoshop Part 1 Upon completion of this lab, you should be able to: Open, create new, save

More information

2. If a window pops up that asks if you want to customize your color settings, click No.

2. If a window pops up that asks if you want to customize your color settings, click No. Practice Activity: Adobe Photoshop 7.0 ATTENTION! Before doing this practice activity you must have all of the following materials saved to your USB: runningshoe.gif basketballshoe.gif soccershoe.gif baseballshoe.gif

More information

ENGL 323: Writing for New Media Repurposing Content for the Web Part Two

ENGL 323: Writing for New Media Repurposing Content for the Web Part Two ENGL 323: Writing for New Media Repurposing Content for the Web Part Two Dr. Michael Little michaellittle@kings.edu Hafey-Marian 418 x5917 Using Color to Establish Visual Hierarchies Color is useful in

More information

Create a Cool Vector Robot Character in Illustrator

Create a Cool Vector Robot Character in Illustrator Create a Cool Vector Robot Character in Illustrator In this tutorial, we will use various tools and techniques to create a simple vector robot character and learn the basic of Adobe Illustrated. With this

More information

Quick Guide for Photoshop CC Basics April 2016 Training:

Quick Guide for Photoshop CC Basics April 2016 Training: Photoshop CC Basics Creating a New File 1. Click File > New 2. Keep Default Photoshop Size selected in the Preset drop-down list. 3. Click OK. Showing Rulers 1. On the Menu bar, click View. 2. Click Rulers.

More information

Adobe Illustrator. Quick Start Guide

Adobe Illustrator. Quick Start Guide Adobe Illustrator Quick Start Guide 1 In this guide we will cover the basics of setting up an Illustrator file for use with the laser cutter in the InnovationStudio. We will also cover the creation of

More information

Learning to use the drawing tools

Learning to use the drawing tools Create a blank slide This module was developed for Office 2000 and 2001, but although there are cosmetic changes in the appearance of some of the tools, the basic functionality is the same in Powerpoint

More information

Thank you for backing the project. Hope you enjoy these PDFs over the next few months <3

Thank you for backing the project. Hope you enjoy these PDFs over the next few months <3 The PDF archives Thank you for backing the project. Hope you enjoy these PDFs over the next few months

More information

INDESIGN AND PHOTOSHOP

INDESIGN AND PHOTOSHOP NEIL MALEK, ACI With just a few basic tools, anyone can professionally polish photos in Photoshop and arrange them into a layout in InDesign. The incredible power and diverse tools can be intimidating,

More information

Photoshop Fundamentals

Photoshop Fundamentals Lesson 3 Photoshop Fundamentals Photoshop Fundamentals How to Navigate your Document Zooming in and out To zoom in and out on your Photoshop document, hold down the Command key (Ctrl on Win) and press

More information

INTRODUCTION and TOOLS TUTORIAL

INTRODUCTION and TOOLS TUTORIAL Adobe Photoshop cs2 INTRODUCTION and TOOLS TUTORIAL OBJECTIVE - This tutorial is designed to introduce you to some of the frequently used tools and actions in Photoshop. All samples used will be found

More information

Paint/Draw Tools. Foreground color. Free-form select. Select. Eraser/Color Eraser. Fill Color. Color Picker. Magnify. Pencil. Brush.

Paint/Draw Tools. Foreground color. Free-form select. Select. Eraser/Color Eraser. Fill Color. Color Picker. Magnify. Pencil. Brush. Paint/Draw Tools There are two types of draw programs. Bitmap (Paint) Uses pixels mapped to a grid More suitable for photo-realistic images Not easily scalable loses sharpness if resized File sizes are

More information

Adding Objects Creating Shapes Adding. Text Printing and Exporting Getting Started Creating a. Creating Shapes Adding Text Printing and Exporting

Adding Objects Creating Shapes Adding. Text Printing and Exporting Getting Started Creating a. Creating Shapes Adding Text Printing and Exporting Getting Started Creating a Workspace Pages, Masters and Guides Adding Objects Creating Shapes Adding Text Printing and Exporting Getting Started Creating a Workspace Pages, Masters and Guides Adding Objects

More information

HO-1: INTRODUCTION TO FIREWORKS

HO-1: INTRODUCTION TO FIREWORKS HO-1: INTRODUCTION TO FIREWORKS The Fireworks Work Environment Adobe Fireworks CS4 is a hybrid vector and bitmap tool that provides an efficient design environment for rapidly prototyping websites and

More information

Step 1: Create A New Photoshop Document

Step 1: Create A New Photoshop Document Snowflakes Photo Border In this Photoshop tutorial, we ll learn how to create a simple snowflakes photo border, which can be a fun finishing touch for photos of family and friends during the holidays,

More information

Introduction to PowerPoint 2007

Introduction to PowerPoint 2007 Introduction to PowerPoint 2007 PowerPoint is one of the programs included in the Microsoft Office suite. It s used to create presentations, also called slide shows, that are typically displayed via a

More information

ADOBE PHOTOSHOP BOOK SAHALSOFTWARE. Frist Editing. Contents

ADOBE PHOTOSHOP BOOK SAHALSOFTWARE. Frist Editing. Contents ADOBE PHOTOSHOP BOOK SAHALSOFTWARE Frist Editing Contents Lesson 01: Introduction of Adobe Photoshop Lesson 02: How to Open Photoshop Lesson 03: Environment Lesson 04: Tools in Adobe Photoshop Lesson 05:

More information

Photoshop Basics A quick introduction to the basic tools in Photoshop

Photoshop Basics A quick introduction to the basic tools in Photoshop Photoshop Basics A quick introduction to the basic tools in Photoshop Photoshop logo courtesy Adobe Systems Inc. By Dr. Anthony R. Curtis Mass Communication Department University of North Carolina at Pembroke

More information

Adobe Flash CS3 Reference Flash CS3 Application Window

Adobe Flash CS3 Reference Flash CS3 Application Window Adobe Flash CS3 Reference Flash CS3 Application Window When you load up Flash CS3 and choose to create a new Flash document, the application window should look something like the screenshot below. Layers

More information

DESIGNING A WEBSITE LAYOUT IN PHOTOSHOP CS4. Step 1

DESIGNING A WEBSITE LAYOUT IN PHOTOSHOP CS4. Step 1 DESIGNING A WEBSITE LAYOUT IN PHOTOSHOP CS4 Step 1 We ll be using the 960s Grid System (download here) to keep everything aligned. Once you have it, open the included Photoshop document called: 960_grid_24_col.psd.

More information

WRITING TEXT ON A HEART (for a Gearbubble Necklace)

WRITING TEXT ON A HEART (for a Gearbubble Necklace) WRITING TEXT ON A HEART (for a Gearbubble Necklace) Hale Pringle 11/29/17 Version 1 This is a rough version of the steps involved. It goes along with a video where I walked through all the steps shown

More information

Making parchments and parchment scrolls Part 3: Making a basic top view scroll

Making parchments and parchment scrolls Part 3: Making a basic top view scroll Making parchments and parchment scrolls Part 3: Making a basic top view scroll The software used in this tutorial is the GNU Image Manipulation Program, Version 2.8. the GIMP. The GIMP is a free application

More information

9 Using Appearance Attributes, Styles, and Effects

9 Using Appearance Attributes, Styles, and Effects 9 Using Appearance Attributes, Styles, and Effects You can alter the look of an object without changing its structure using appearance attributes fills, strokes, effects, transparency, blending modes,

More information

Graphic Design & Digital Photography. Photoshop Basics: Working With Selection.

Graphic Design & Digital Photography. Photoshop Basics: Working With Selection. 1 Graphic Design & Digital Photography Photoshop Basics: Working With Selection. What You ll Learn: Make specific areas of an image active using selection tools, reposition a selection marquee, move and

More information

Assignment 1 Photoshop CAD Fundamentals I Due January 18 Architecture 411

Assignment 1 Photoshop CAD Fundamentals I Due January 18 Architecture 411 Due January 18 Architecture 411 Objectives To learn the basic concepts involved with raster-based images, including: pixels, RGB color, indexed color, layers, rasterization, and the sorts of operations

More information

Carol Freeman. Photographer

Carol Freeman. Photographer Photographer Carol Freeman One of the problems with people is you can t always get them to stand in front of a white background so you can easily select them, and then place them on a different background.

More information

Making parchments and parchment scrolls

Making parchments and parchment scrolls Making parchments and parchment scrolls I am delighted to accept an invitation from Profantasy to present the methods I use to make parchment and parchment scrolls for use as backgrounds in CC3. I hope

More information

Objective Utilize appropriate tools and methods to produce digital graphics.

Objective Utilize appropriate tools and methods to produce digital graphics. INSTRUCTIONAL NOTES There are many similarities between Photoshop and Illustrator. We have attempted to place tools and commands in the context of where they are most effective or used most often. This

More information

PHOTOSHOP New File. To create a new file, select File > New and a dialog box will open.

PHOTOSHOP New File. To create a new file, select File > New and a dialog box will open. PHOTOSHOP 101 1. New File To create a new file, select File > New and a dialog box will open. Here you re presented with a lot of options to choose from. You can change the type of file you ll work with.

More information

2 Working with Selections

2 Working with Selections 2 Working with Selections Learning how to select areas of an image is of primary importance you must first select what you want to affect. Once you ve made a selection, only the area within the selection

More information

Creating Vector Shapes Week 2 Assignment 1. Illustrator Defaults

Creating Vector Shapes Week 2 Assignment 1. Illustrator Defaults Illustrator Defaults Before we begin, we are going to make sure that all of us are using the same settings within our application. For this class, we will always want to make sure that our application

More information

XXXX BASIC SHAPES. Information. Sheet No. INTRODUCTION TO GRAPHICS

XXXX BASIC SHAPES. Information. Sheet No. INTRODUCTION TO GRAPHICS INTRODUCTION TO GRAPHICS BASIC SHAPES Information Sheet No. XXXX There are a few different methods through which you can make shapes. Create a new blank layer by clicking on the new layer icon as shown

More information

The process of making a selection is fundamental to all Photoshop

The process of making a selection is fundamental to all Photoshop 102640 ch15.1.qxp 3/10/07 11:23 AM Page 303 Making Selections The process of making a selection is fundamental to all Photoshop documents. A selection isolates an area of an image so that you can apply

More information

UDK Basics Textures and Material Setup

UDK Basics Textures and Material Setup UDK Basics Textures and Material Setup By Sarah Taylor http://sarahtaylor3d.weebly.com In UDK materials are comprised of nodes, some of which you may be familiar with, such as Diffuse, normal, specular

More information

Using Flash Animation Basics

Using Flash Animation Basics Using Flash Contents Using Flash... 1 Animation Basics... 1 Exercise 1. Creating a Symbol... 2 Exercise 2. Working with Layers... 4 Exercise 3. Using the Timeline... 6 Exercise 4. Previewing an animation...

More information

Creating an Animated Navigation Bar in InDesign*

Creating an Animated Navigation Bar in InDesign* Creating an Animated Navigation Bar in InDesign* *for SWF or FLA export only Here s a digital dilemma: You want to provide navigation controls for readers, but you don t want to take up screen real estate

More information

Fantasy Cartography with Adobe Photoshop: Adapted for Gimp

Fantasy Cartography with Adobe Photoshop: Adapted for Gimp Fantasy Cartography with Adobe Photoshop: Adapted for Gimp By Megan Wiseman 2010 This is a written tutorial, adapted for Gimp 2.6.8, based on Butch Curry s video tutorial series Fantasy Cartography with

More information

Step 1: Open A New Photoshop Document

Step 1: Open A New Photoshop Document Create A Fragmented Tiles Text Effect In this Photoshop text effects tutorial, we re going to learn how to create a fragmented tiles effect using Photoshop s Tiles filter. Here s the effect we re going

More information

Using Adobe Photoshop

Using Adobe Photoshop Using Adobe Photoshop 2 In this section we ll look at some essential things you need to know in order to use Photoshop effectively. First of all, we ll take a look at customising Photoshop s settings and

More information

Create Reflections with Images

Create Reflections with Images Create Reflections with Images Adding reflections to your images can spice up your presentation add zest to your message. Plus, it s quite nice to look at too So, how will it look? Here s an example You

More information

Layers (Just the Basics) By Jerry Koons

Layers (Just the Basics) By Jerry Koons and their applications are always a topic of concern and confusion, especially to those that are new to the Photoshop and Elements programs. will become one of your best tools after you understand their

More information

Photoshop Domain 3: Setting Project Requirements. Dreamweaver Domain 3

Photoshop Domain 3: Setting Project Requirements. Dreamweaver Domain 3 Photoshop Domain 3: Setting Project Requirements 1 Objectives Identify elements of the Photoshop CS5 user interface and demonstrate knowledge of their functions. Demonstrate knowledge of layers and masks.

More information

Big City Lights- Using Photoshop 7.0

Big City Lights- Using Photoshop 7.0 Big City Lights- Using Photoshop 7.0 This Tutorial makes use of Defining Patterns and Layer Effects in order to create a word in lights. It is based on: Big City Lights by Scott Kelby and Felix Nelson,

More information

textures not patterns

textures not patterns This tutorial will walk you through how to create a seamless texture in Photoshop. I created the tutorial using Photoshop CS2, but it should work almost exactly the same for most versions of Photoshop

More information

Shortcut Keys for Adobe Photoshop (Educational Support)

Shortcut Keys for Adobe Photoshop (Educational Support) Shortcut Keys for Adobe Photoshop (Educational Support) http:// SHORTCUT KEYS - I Adobe Photoshop Tools V Move M Marquee tools L Lasso tools W Quick Selection, Magic Wand C Crop and Slice Tools I Eyedropper,

More information

RICE DMC SHORT COURSE. Creating a Digital Illustration in Photoshop (Advanced)

RICE DMC SHORT COURSE. Creating a Digital Illustration in Photoshop (Advanced) RICE DMC SHORT COURSE Creating a Digital Illustration in Photoshop (Advanced) 1.Filter>Render>Clouds 2.Filter>Distort>Shear Image> Adjustments>Hue and Saturation Add Layer Style 3D>New 3D Layer from File

More information

Adobe Photoshop Creative Compositing with Photoshop

Adobe Photoshop Creative Compositing with Photoshop Adobe Photoshop Creative Compositing with Photoshop PS preview Overview The object of this project is to create a title slide for a client presentation. Other than the text elements, the content is up

More information

Create a Swirly Lollipop Using the Spiral Tool Philip Christie on Jun 13th 2012 with 12 Comments

Create a Swirly Lollipop Using the Spiral Tool Philip Christie on Jun 13th 2012 with 12 Comments Advertise Here Create a Swirly Lollipop Using the Spiral Tool Philip Christie on Jun 13th 2012 with 12 Comments Tutorial Details Program: Adobe Illustrator CS5 Difficulty: Beginner Es timated Completion

More information

View the final cute monster character

View the final cute monster character Follow this step by step Illustrator tutorial to create a cute vector monster character. Weʼll create the character from basic shapes to give a cute and friendly appearance then weʼll bring the character

More information

Photos (Step by Step Pictures, Adobe Photoshop, Digital Photography, Graphic Design) PDF

Photos (Step by Step Pictures, Adobe Photoshop, Digital Photography, Graphic Design) PDF BEST PHOTOSHOP: Absolute Beginners Guide To Mastering Photoshop And Creating World Class Photos (Step by Step Pictures, Adobe Photoshop, Digital Photography, Graphic Design) PDF PDF File: BEST PHOTOSHOP:

More information

Summer 2012 Animation

Summer 2012 Animation 1/20? July 15, 2012 2/20 Outline?? 4/20 A Sequence of Images Shown Rapidly in Succession? Figure : Leap Frog Source: http://education.eastmanhouse.org/discover/kits 5/20 Flip Books? Figure : Flip Book

More information

To get a copy of this image you right click on the image with your mouse and you will get a menu. Scroll down the menu and select "Save Image As".

To get a copy of this image you right click on the image with your mouse and you will get a menu. Scroll down the menu and select Save Image As. The most popular lesson I teach is editing photographs. Everyone wants to put his or her brother's head on a monkey or something similar. This is also a lesson about "emphasis". You can cause more individuals

More information

Transforming Selections In Photoshop

Transforming Selections In Photoshop Transforming Selections In Photoshop Written by Steve Patterson. In previous tutorials, we learned how to draw simple shape-based selections with Photoshop s Rectangular and Elliptical Marquee Tools. Using

More information

Ancient Cell Phone Tracing an Object and Drawing with Layers

Ancient Cell Phone Tracing an Object and Drawing with Layers Ancient Cell Phone Tracing an Object and Drawing with Layers 1) Open Corel Draw. Create a blank 8.5 x 11 Document. 2) Go to the Import option and browse to the Graphics 1 > Lessons folder 3) Find the Cell

More information

How to Create a Seamless Half Drop Repeat Pattern in Photoshop and Fill an Object

How to Create a Seamless Half Drop Repeat Pattern in Photoshop and Fill an Object How to Create a Seamless Half Drop Repeat Pattern in Photoshop and Fill an Object Half drop repeat patterns are used to create decorative fabric and surface design Examples of repeat patterns are all around

More information

14. Using Illustrator CC with Other Adobe Applications

14. Using Illustrator CC with Other Adobe Applications 14. Using Illustrator CC with Other Adobe Applications Lesson overview In this lesson, you ll learn how to do the following: Place linked and embedded graphics in an Illustrator file. Place multiple images

More information

Make a Halloween Card with CorelDRAW

Make a Halloween Card with CorelDRAW Make a Halloween Card with CorelDRAW In this tutorial we are going to show you how to quickly create a spooky Halloween card. We will be using a lot of the free designs available in CorelDRAW Graphic Suite

More information

PHOTOPLUS HELP GUIDE

PHOTOPLUS HELP GUIDE INTRODUCTION TO PHOTOPLUS 6.0 3 PHOTOPLUS 6.0 - the interface File Menu & Tab Panels The Layers Manager 4 The Color Tab 6 The Toolbar 7 FILE MANAGEMENT & VERSION CONTROL 9 PhotoPlus Exercise Part 1 Drawing

More information

How to Use the Pixlr Online Image Editor: 9 Steps (with Pictures)

How to Use the Pixlr Online Image Editor: 9 Steps (with Pictures) How to Use the Pixlr Online Image Editor: 9 Steps (with Pictures) Wednesday, February 18 2015, 9:45 PM 1 Go to Pixlr and click on the Image Editor icon. 2 Select an image option when prompted. You can

More information

Custom Pattern Tutorial for Photoshop (No Masking Required)

Custom Pattern Tutorial for Photoshop (No Masking Required) Custom Pattern Tutorial for Photoshop (No Masking Required) Welcome to my Custom Pattern tutorial (Aka Custom Patterns for Dummies). This tutorial will explain how I do my custom patterns with Adobe Photoshop

More information

Unit 21 - Creating a Navigation Bar in Macromedia Fireworks

Unit 21 - Creating a Navigation Bar in Macromedia Fireworks Unit 21 - Creating a Navigation Bar in Macromedia Fireworks Items needed to complete the Navigation Bar: Unit 21 - House Style Unit 21 - Graphics Sketch Diagrams Document ------------------------------------------------------------------------------------------------

More information

Fiery DesignPr DesignPr o User Guide- os User Manual - pg 1

Fiery DesignPr DesignPr o User Guide- os User Manual - pg 1 DESIGN BAR Fiery DesignProS User User Manual Guide- - Design Bar Bar pg 1 Table of Contents Introduction to Design Bar...pg 3 Quick Transformation Tools...pg 7 Quick Color Tools...pg 9 Quick Raster Utility

More information

In this lesson you are going to create a drawing program similar to Windows Paint. 1. Start with a new project and remove the default cat sprite.

In this lesson you are going to create a drawing program similar to Windows Paint. 1. Start with a new project and remove the default cat sprite. Drawing Program In this lesson you are going to create a drawing program similar to Windows Paint. 1. Start with a new project and remove the default cat sprite. 2. Create a new sprite. 3. The new sprite

More information

Smoother Graphics Taking Control of Painting the Screen

Smoother Graphics Taking Control of Painting the Screen It is very likely that by now you ve tried something that made your game run rather slow. Perhaps you tried to use an image with a transparent background, or had a gazillion objects moving on the window

More information

9 ADVANCED LAYERING. Lesson overview

9 ADVANCED LAYERING. Lesson overview 9 ADVANCED LAYERING Lesson overview In this lesson, you ll learn how to do the following: Import a layer from another file. Clip a layer. Create and edit an adjustment layer. Use Vanishing Point 3D effects

More information

How to...create a Video VBOX Gauge in Inkscape. So you want to create your own gauge? How about a transparent background for those text elements?

How to...create a Video VBOX Gauge in Inkscape. So you want to create your own gauge? How about a transparent background for those text elements? BASIC GAUGE CREATION The Video VBox setup software is capable of using many different image formats for gauge backgrounds, static images, or logos, including Bitmaps, JPEGs, or PNG s. When the software

More information

Making ecards Can Be Fun!

Making ecards Can Be Fun! Making ecards Can Be Fun! A Macromedia Flash Tutorial By Mike Travis For ETEC 664 University of Hawaii Graduate Program in Educational Technology April 4, 2005 The Goal The goal of this project is to create

More information

Photoshop Essentials

Photoshop Essentials Photoshop Essentials About the Course Photoshop essentials will cover Photoshop main tools to manipulate photos, enhance photos, create art photography and produce simple design as well as typography design.

More information

Using Adobe Photoshop

Using Adobe Photoshop Using Adobe Photoshop 2 In this section we ll look at some essential things you need to know in order to use Photoshop effectively. First of all, we ll take a look at customising Photoshop s settings and

More information