2D Digital Design. Introduction to Inkscape

Size: px
Start display at page:

Download "2D Digital Design. Introduction to Inkscape"

Transcription

1 2D Digital Design 1

2 Overview of 2D Digital Design Skills A few basic skills in a design program will go a long way. In this tutorial, you will learn how to: 1. Set your page size to match the machine your are designing for 2. Zoom in and out, and navigate your drawing. 3. Create a Square, Circle, Star, Line; scale them and manipulate them on the screen 4. Understand what a vector drawing is and what a pixilated drawing is and how it affects your design 5. Set the proper line widths and fills so that the machine you are designing for will understand your design 6. Understand the basic file types used in 2D design and how to save your design file in those formats. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 2

3 Overview of 2D Digital Design Skills A few basic skills in a design program will go a long way. In this tutorial, you will learn how to: 7. Create novel shapes using merging/welding, intersec<on, and subtrac<on tools 8. Create and manipulate text. 9. Import a pixilated image and trace it to create a vector drawing 10. Understand the posi<ve and nega<ve spaces in your design and how that combines with the tool path/cut path to create your final object 11. Use Layers, Grouping, and Order to make a complicated design easier to navigate and manipulate. 12. Use alignment tools to make design easier 13. Use Nodes to manipulate objects MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 3

4 2D Design Programs vs 3D Design Programs In 2D Design programs you design on a page that is governed by X and Y coordinates. You will be designing with only 2D and 1D objects. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 4

5 2D Design Programs vs 3D Design Programs In 3D Design programs you design in a space that includes X, Y, and Z coordinates. In this space you will be designing with 3D, 2D, and 1D objects MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 5

6 Homework As you go through this tutorial save examples of the work that you do prac<cing each skill. This can be screen shots or saved files in the.svg or.pdf format. Upload these files to your porbolio website. Acer you have finished the tutorial, design a key chain Inkscape to be cut out on the laser cuder. The key chain must fit in a 4 inch x 4 inch square and must use both the vector and raster func<ons of the laser cuder (contain both vector drawings and pixel graphics). Remember that vector drawings must have a stroke width of inches (and for the sake of this assignment, be black) for a the laser cuder to recognize them as vectors and that all key chains need a hole for the key chain ring to adach. When your design is done and you have double checked your stroke widths, save your file as a.pdf and as a.svg then upload it to your porbolio website. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 6

7 Installing Inkscape To Download and Install Inkscape: 1. Go to hdps://inkscape.org/en/download/ to download Inkscape 2. Once at the site locate your opera<ng system (for windows users instruc<ons on how to determine if you have a 32 bit or 64 bit system are located here hdp://windows.microsoc.com/en- us/windows/32- bit- and- 64- bit- windows#1tc=windows- 7) 3. If you have a Windows machine or Linux machine choose the first available installer and click on it to download it. Acer downloading it open the installer (if it doesn t open automa<cally) and follow the prompts to install Inkscape. 4. If you have Mac computer the process is slightly more complicated. Follow the instruc<ons on the download site carefully to successfully install Inkscape on your computer. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 7

8 Setting Your Page Size and Units 1. Open Inkscape 2. Go to the File Menu 3. Scroll Down to Document Proper<es 4. Select Document Proper<es MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 8

9 Setting Your Page Size and Units 1. Go to the Units Menu (default is px) 2. Scroll Down to the in 3. Select the in 4. While on this screen also go to the Default units menu at the top right 5. Scroll down to the in 6. Select the in MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 9

10 Setting Your Page Size and Units 1. Change the Width to 24 in 2. Change the Height to 12 in 3. Close the Screen This is the set- up for the laser cuder if your material fills the en<re bed. If your material doesn t fill the en<re bed, you might what to shrink the page to the size of your material OR you can create a separate guide box in your document. If you are designing for a different machine use document senngs appropriate to that machine and material. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 10

11 Setting Your Page Size and Units Your final document should look like this. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 11

12 Setting up a Guide Box You might want to create a guide box if your material is smaller than bed of the machine you will be using. Then you can create your design inside the guide box in order to make sure your design will fit on your piece of material. To do this we first need to create a rectangle. Go to the tool bar on the lec of your screen and select the rectangle and square tool MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 12

13 Setting up a Guidebox Click and hold on the document and, while con<nuing to hold, drag downward to form a rectangle Release your click leaving the rectangle behind. Go up to the W and H (width and height) fields in the upper lec of the top tool bar and type in your desired width and height MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 13

14 Setting up a Guidebox Finally we need to align the guide box with the origin of the machine bed, where the tool will start cunng. For a Laser Cuder that is the upper lec corner. To align exactly to the corner (which is at {0,12} on the Inkscape coordinate plane) type 0 into the x and 12 minus the height of your guide box (4 inches in this case). This aligns your guide box to the top lec corner of the document. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 14

15 Zooming In and Out In order to zoom in and out in your document go to zoom tool in the tool panel on the lec side of the screen. This will bring up the zoom tool bar The + and magnifying glasses zoom in and out from the center of the document. Moving right the magnifying glasses do the following: 1:1 moves the zoom to 100% 1:2 moves the zoom to 50% 2:1 moves the zoom to 200% Zoom so anything you have selected fits in the screen Zoom so that your drawing fits in the screen Zoom to fit the whole document page in the screen Zoom to fit the whole document page width in the screen. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 15

16 Draw a Shape To draw a rectangle, first go to the tool bar on the lec of the screen and select create rectangle and squares. Next click, hold, and drag down to create a rectangle. Set the size of the rectangle or square by entering the width and height in the W and H fields at the top of the screen. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 16

17 Draw a Shape If you would like to create a rectangle with rounded corners you can change the Rx or Ry to round them will re- square the corners MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 17

18 Draw a Shape To create a star or a Polygon click on the create stars and polygons tool in the tool bar on the lec hand side of the screen. To create a polygon select the pentagon icon. To create a star click on a star icon Once you have selected which type of shape you would like to create. Click, hold, and drag down to create the shape. To size the star (or polygon) you will need to click off the shape and enter your desired sizes in the W and H fields MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 18

19 The op<ons when you create a star or polygon can help you create some interes<ng objects. The spoke ra<o field is only available for stars and sets the ra<o of the base radius (the inside corners) to the <p radius (the outside corners. This slide gives two examples of what the spoke ra<o can do at either extreme. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 19

20 The randomized field randomizes the placement of the corners. The rounded field rounds the the corners of the star. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 20

21 Draw a Shape To draw a circle, first go to the tool bar on the lec of the screen and select create circles ellipses and arcs. Next click, hold, and drag down to create a circle. Set the size of the circle or square by entering the width and height in the W and H fields at the top of the screen. If W = H then it will be a circle. If not it MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 21 will be an ellipse

22 Draw a Shape The op<ons when you create a circle can help you make arcs and par<al circles You can create a semi- circle or par<al circle by use the Start and End fields by entering the angle (in degrees) from the circles horizontal. Doing this will ac<vate the op<ons to the right of the fields. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 22

23 Draw a Shape To create an arc, click on the switch to arc icon. This will take the closed par<al circle you have made and make it an arc of the same size. If you want to return to the full circle again click on the Make the ellipse whole icon. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 23

24 Draw a Shape To create a spiral click on the Create Spirals tool in toolbar on the lec of the screen. Then click, hold, and drag to create the spiral. Once create you will have several ways to modify your spiral. First you can adjust the number of turns in it. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 24

25 Draw a Shape You can also change the divergence value to change the density of the spirals MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 25

26 Draw a Shape Use the Inner Radius field to change the radius of the first revolu<on. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 26

27 Vector vs Raster In a program like Paint or Adobe Photoshop a drawing is composed of pixels, small blocky dots. The laser will Interpret this informa<on as a Raster command, and engrave this image on the surface MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 27

28 Vector vs Raster In a program like Inkscape or Corel Draw, a drawing is composed of Pixels, small blocky dots. The laser will interpret this informa<on as a Vector command, and cut drawing into the material. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 28

29 Vector vs Raster In order to vector cut your object with the laser cuder you need to set the line (or stroke) width to inches or it will not cut. In Corel Draw this is called Hairline. In Inkscape it is ocen beder to draw in a larger stroke size and reduce it at the end. 1. Select your object by using the select tool which is the arrow on top of the lec side menu. 2. With your object s<ll selected go to the Object menu and select Fill and Stroke MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 29

30 Vector vs Raster Using the Stroke Style change the width to in. Check the Stroke Fill and Stroke Paint Menus as well to make sure there is no fill and the stroke color is black. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 30

31 Path Functions Design programs all have tools/func<ons that allow you to make novel shapes out of the simple shapes that you just learned to make. We will walk through these func<ons now. 1. Using the square tool make a 4 inch x 4 inch square 2. Using the circle tool make a 4 inch x 4 inch circle 3. Align the circle and square so that one side of the square spans the diameter of the circle MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 31

32 Path Functions 1. Select the square, then holding down the shic key select the circle (In different programs some<mes you use the ctrl key instead of the shic). 2. You will no<ce the following func<ons: Union Difference Intersec<on Exclusion Divisions 3. It is these func<ons that we are going to explore today. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 32

33 Path Functions Selec<ng the Union func<on with both of your shapes selected will result in the above figure, a combina<on of both shapes Selec<ng the Difference func<on with both of your shapes selected will result in the above figure. This subtracts the figure you drew second that is on top from the figure you drew first., which is on bodom MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 33

34 Path Functions Selec<ng the Division func<on with both of your shapes selected will result in the above figure. It removes any part of the figure on top outside the figure on bodom Selec<ng the Intersec<on func<on with both of your shapes selected will result in the above figure. It removes anything outside of the area where the two figures intersect. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 34

35 Path Functions Exclusion requires your figure to have a fill. Select you circle and square and go to the Stroke and Fill menu under the Object menu. Once there select the Fill menu and add a fill. The color is not important. Selec<ng the Exclusion func<on with both of your filled shapes selected will result in the above figure. It excludes the area where the two objects intersect. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 35

36 Inserting Text To insert text into Inkscape, select the text func<on that is near the bodom of the tool menu on the lec- hand side of the screen. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 36

37 Inserting Text Using the cursor click and pull to create a text box. Once you have released the text box a cursor will appear in the box, allowing you to type. Use the font, font size, and text format senngs in the top bar just as you would in a Word Document. The Stroke and Fill menu can then be used to change fill and stroke so you can set- up the text to raster or to vector cut. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 37

38 Inserting Text You can also make text follow a shape (or a path as it is called Inkscape). To this create a shape and then enter some text. Select both the text and the shape by clicking on them while holding shic. Then go to the Text menu and select Put on Path MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 38

39 Inserting Text If you don t like exactly where the text ended up on your shape you can move it by clicking off your new text decorated shape and selec<ng the text tool in the tool bar on the lec side of the screen. While in text tool mode select the text so that you have the cursor at the front of the text. While holding the Alt key down use the arrow keys to move the text in the direc<on you desire. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 39

40 Inserting Text The final product acer shicing text is shown here. If you want to have just your text appear without the guiding spiral, then delete the spiral and it will leave your spiraled text behind MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 40

41 Vectorizing a Picture To create a vector file out of a picture file or vectorize a picture, you must first import a picture file. 1. Go to the File menu and select Import. 2. This will open a window where you can select the picture file you want to import. 3. Acer you import your picture another window will appear asking about embedding or linking your picture. 4. Choose Embed and hit ok. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 41

42 Vectorizing a Picture Your picture file should now appear in your document. Select your picture and Go to the Path menu and select Trace Bitmap MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 42

43 Vectorizing a Picture The Trace Bitmap menu will appear. If you have chosen a black- and- white picture, chose Edge detec<on. If you have not, choose Color quan<za<on for color files and Brightness cutoff for grayscale files. Hit Ok and the trace will appear in preview window. Close the window and click and drag your picture. Your trace will pull out from on top of your picture. Then just cut your trace. Delete the original picture. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 43

44 Saving a File to Cut To save a file you cut: Go to the File menu and select Save As. A box will appear. Select pdf from the dropdown menu and save to the file you prefer. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 44

45 2D Design File Types 2D Pixel Graphics: Saving in these formats will change your file to a pixel file and destroys any vector data. You can however import these files to an Inkscape file. BMP Bitmap JPEG Joint Photographic Experts Group PNG Portable Network Graphics GIF Graphics Interchange Format 2D Vector Drawings Saving in these formats will preserve your vector data and enable edi>ng in another vector- based drawing program or enable you to send it to a machine to be cut. SVG Scalable Vector Graphics DXF Drawing Exchange Format PDF Portable Document Format MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 45

46 Positive and Negative Spaces When designing an object to be cut out it is important to consider what parts you would like to keep (posi<ve spaces) and what parts you would like to remove (nega<ve spaces). This can change from machine to machine. The buderfly on the lec might be hard to cut on a vinyl cuder, but perfectly fine on the laser cuder. The Text below would be fine cut out of vinyl, but if you were to cut it with the laser, you would use the inner parts of the e, o, and d. Hello World MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 46

47 Cloning Some<mes when you are designing you want to be able to make mul<ples of an object in your design that are all exactly the same size. If at some point in your design process you find out you need to change their size or orienta<on, it would be nice to have an easy way to change all of them at once. The Cloning feature in Inkscape does this To demonstrate this feature we will be lining up cloned squares on a rectangle. You will get to prac<ce some of the skills you have just acquired. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 47

48 Cloning First create a 10 inch wide, 5 inch tall rectangle and locate it at X = 1 Y = 8 Then create a 1 inch x 1 inch square and locate it at X = 1 Y = 10. You should then have what I am showing here. Next select the square and go to the Edit menu. Select Clone and then Create Clone MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 48

49 Cloning This will create a clone right on top or the original (it will look like nothing has happened). Click on the square (if it is not already selected) and type in the X field 3 and in the Y field 10. you should see the cloned square emerge. Create 3 more clones and place them 1 inch apart at (5,10), (7,10), and (9,10) un<l you have a similar drawing to the one shown here. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 49

50 Cloning Now select the original square. If for some reason you have forgoden which the original was you can go to Edit, Clone, Select Original and it will take you back to your original object. Once you have selected the orginal begin to modify it. Here I choose to increase the height of the square and rotate it. No<ce that all of the cloned objects are changed too. If for some reason you want to unlink one of the cloned objects, select the object and go to Edit, Clone, Unlink Clone MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 50

51 Cloning If you wanted to create a lot of Clones, and if you wanted them to assume a certain you can select your object and use the Create Tiled Clones. Which is under the Edit, Clone menus. Selec<ng Create Tiled Clones will bring up a menu where you have many op<ons to choose from in how many <les you want and how you want them paderned MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 51

52 Cloning In this example we selected a boring 1 x 5 simple transla<on, but you should feel free to play with the different op<ons. The 1x5 simple transla<on gave us the image shown here. From here we would translate each square where we wanted it by providing appropriate X and Y loca<ons. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 52

53 Grouping If you wanted to move your newly created objects together you could select the all and move them as separate objects, but that can get messy, especially with more complicated systems. An easier way to move a several objects as one is to group them. To do this select all of the objects you want to group and go to the Object menu MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 53 and select Group.

54 Grouping This will turn the separate objects into one object that is easily translated or rotated. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 54

55 Alignment If you would like to align a random collec<on of objects you can use the Align feature. To do this, select all your objects by clicking while holding down shift. Then go the Object menu and select Align and Distribute MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 55

56 Alignment This will bring up the Align and Distribute menu. There are a large variety of op<ons in this menu. The best way to learn about them is to try them. Create several randomly placed shapes. Select the all and begin trying the different op<ons. Remember to undo each alignment or distribu<on acer you try to fully see the effects of each func<on. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 56

57 Nodes Nodes are a useful way of manipula<ng objects. This tutorial will only cove the basic node skills. For more on this topic consult the more advanced tutorials linked at the end of this document. First we will use Nodes to manipulate a free- hand drawing. Free- hand drawings done the Free Hand, Bezier, or Calligraphy tool are Always paths, meaning we can directly edit with the node tool. All the shapes, including the spiral are objects (not paths) and need a lidle modifica<on before we can edit their nodes MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 57

58 Nodes To edit a free hand drawing, like the one show here, go to the Edit Paths by Nodes tool on the lec hand menu. Then click anywhere on your free hand drawing. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 58

59 Nodes This will show you all the Nodes built into you drawing. If you would like to change the shape of your drawing slightly select a node (or nodes) and move it (or them). You will see your drawing deform accordingly. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 59

60 Nodes If you would like to manipulate an area, but there is no node to pull on, you can add a node by selec<ng the two nodes you would like to locate a new node between, the use the Add a node feature in the top menu. This node can then been used to further manipulate your drawing MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 60

61 Nodes If you want to remove a node you can do that by selec<ng that node or nodes and using the Delete selected nodes op<on in the top menu. The dele<on of a node un- anchors that sec<on of the drawing and provides further manipula<on. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 61

62 Nodes You can also join selected end nodes by selec<ng both nodes and using the Join selected nodes op<on in the top tool bar. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 62

63 Nodes If you would like to delete a por<on of your drawing you can select the nodes on either side of the segment (you can also add nodes to delete smaller segments) and use the Delete Segment op<on In the top tool bar MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 63

64 Nodes To manipulate a shape (or object) click on that object and use the Convert Object to Path op<on in the top tool bar (or Object to Path under the Path menu). This will then give you the nodes for this object. In this example I have drawn an ellipse and decided to join segments of it to the free- hand drawing. To get the segments I want I need to add nodes. I add one between two nodes.. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 64

65 Nodes And then I add another MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 65

66 Nodes I then delete the segment between the last added node and my top node. I repeat this process for the bodom of the ellipse MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 66

67 Nodes Finally I joined the ends of the ellipse to the ends of the free hand drawing using the Join Nodes tool. This gave me the odd looking path you see here. MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 67

68 More Practice For More PracIce Try these Tutorials: hjps://inkscape.org/en/learn/tutorials/ MIT's Center for Bits and Atoms and TIES (Teaching Ins<tute for Excellence in STEM) 69

3D Digital Design. SketchUp

3D Digital Design. SketchUp 3D Digital Design SketchUp 1 Overview of 3D Digital Design Skills A few basic skills in a design program will go a long way: 1. Orien

More information

Introduction To Inkscape Creating Custom Graphics For Websites, Displays & Lessons

Introduction To Inkscape Creating Custom Graphics For Websites, Displays & Lessons Introduction To Inkscape Creating Custom Graphics For Websites, Displays & Lessons The Inkscape Program Inkscape is a free, but very powerful vector graphics program. Available for all computer formats

More information

Inkscape Tutorial. v2.0. Simon Andrews.

Inkscape Tutorial. v2.0. Simon Andrews. Inkscape Tutorial v2.0 Simon Andrews simon.andrews@babraham.ac.uk What is Inkscape? Vector Graphics Editor Free Software Cross Platform Easy to use Good for: Compositing Drawing Not for: Bitmap editing

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

INKSCAPE BASICS. 125 S. Prospect Avenue, Elmhurst, IL (630) elmhurstpubliclibrary.org. Create, Make, and Build

INKSCAPE BASICS. 125 S. Prospect Avenue, Elmhurst, IL (630) elmhurstpubliclibrary.org. Create, Make, and Build INKSCAPE BASICS Inkscape is a free, open-source vector graphics editor. It can be used to create or edit vector graphics like illustrations, diagrams, line arts, charts, logos and more. Inkscape uses Scalable

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

How to create shapes. Drawing basic shapes. Adobe Photoshop Elements 8 guide

How to create shapes. Drawing basic shapes. Adobe Photoshop Elements 8 guide How to create shapes With the shape tools in Adobe Photoshop Elements, you can draw perfect geometric shapes, regardless of your artistic ability or illustration experience. The first step to drawing shapes

More information

Drawing shapes and lines

Drawing shapes and lines Fine F Fi i Handmade H d d Ch Chocolates l Hours Mon Sat 10am 6pm In this demonstration of Adobe Illustrator CS6, you will be introduced to new and exciting application features, like gradients on a stroke

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

SolidWorks Intro Part 1b

SolidWorks Intro Part 1b SolidWorks Intro Part 1b Dave Touretzky and Susan Finger 1. Create a new part We ll create a CAD model of the 2 ½ D key fob below to make on the laser cutter. Select File New Templates IPSpart If the SolidWorks

More information

SolidWorks 2½D Parts

SolidWorks 2½D Parts SolidWorks 2½D Parts IDeATe Laser Micro Part 1b Dave Touretzky and Susan Finger 1. Create a new part In this lab, you ll create a CAD model of the 2 ½ D key fob below to make on the laser cutter. Select

More information

PART I GravoStyle5-Laser Introduction

PART I GravoStyle5-Laser Introduction PART I GravoStyle5-Laser Introduction I. INTRO GravoStyle 5 Laser is designed is a component of GravoStyle5 for use with the Gravograph/New Hermes and other manufacturer Laser Engravers. Combined with

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

Tutorial 1 Engraved Brass Plate R

Tutorial 1 Engraved Brass Plate R Getting Started With Tutorial 1 Engraved Brass Plate R4-090123 Table of Contents What is V-Carving?... 2 What the software allows you to do... 3 What file formats can be used?... 3 Getting Help... 3 Overview

More information

Let s Make a Front Panel using FrontCAD

Let s Make a Front Panel using FrontCAD Let s Make a Front Panel using FrontCAD By Jim Patchell FrontCad is meant to be a simple, easy to use CAD program for creating front panel designs and artwork. It is a free, open source program, with the

More information

Designing effective scientific figures Introduction to Inkscape to finalise figures

Designing effective scientific figures Introduction to Inkscape to finalise figures Designing effective scientific figures Introduction to Inkscape to finalise figures Aiora Zabala, based on slides by Simon Andrews and Boo Virk Please, find and click on this icon on your computer: What

More information

2D Design. Window. 3D Window. Toolpat h Operati ons. Navigation Homepage. Layer Managemen t. Component Manager. Modeling Tools

2D Design. Window. 3D Window. Toolpat h Operati ons. Navigation Homepage. Layer Managemen t. Component Manager. Modeling Tools Navigation Homepage Click on the region of the interface you are interested in to navigate to the relevant section of this manual. At the foot of each page is a Navigation Homepage link, click on this

More information

From the dock at the left, right, top, or bottom of your monitor screen, open the Finder.

From the dock at the left, right, top, or bottom of your monitor screen, open the Finder. GETTING STARTED Composition & Defamiliarization: Using Adobe Illustrator as a Tool Kristen Foster 2010 Drawing and Composition Module OTIS College of Art and Design Trash preferences + Open Illustrator

More information

LinkMotion and CorelDraw 9, 10, 11, 12, X3, X4, X5, X6, X7 and X8:

LinkMotion and CorelDraw 9, 10, 11, 12, X3, X4, X5, X6, X7 and X8: LinkMotion and CorelDraw 9, 10, 11, 12, X3, X4, X5, X6, X7 and X8: After you install LinkMotion software and set up all settings launch CorelDraw software. Important notes: Solustan s LinkMotion driver

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

ESCHERLIKE developed by Géraud Bousquet. User s manual C03-04 STROKE WIDTH C03-05 TRANSPARENCY C04-01 SAVE YOUR WORK C04-02 OPEN A FILE

ESCHERLIKE developed by Géraud Bousquet. User s manual C03-04 STROKE WIDTH C03-05 TRANSPARENCY C04-01 SAVE YOUR WORK C04-02 OPEN A FILE Summary ESCHERLIKE 1.3.2 developed by Géraud Bousquet User s manual EscherLike is a software program that makes it easy to draw all the regular tilings of the plane. There are 93 different tilings (and

More information

Presenta(on Tools Adobe Illustrator. November 6, 2017

Presenta(on Tools Adobe Illustrator. November 6, 2017 Presenta(on Tools Adobe Illustrator November 6, 2017 Today s Lab Adobe Illustrator on Macs in 345 Need to stagger afendance 5 students from 2 3:30 5 students from 3:30 5 Graphics SoNware Computer sonware

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

Creating Digital Illustrations for Your Research Workshop III Basic Illustration Demo

Creating Digital Illustrations for Your Research Workshop III Basic Illustration Demo Creating Digital Illustrations for Your Research Workshop III Basic Illustration Demo Final Figure Size exclusion chromatography (SEC) is used primarily for the analysis of large molecules such as proteins

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

Shape and Line Tools. tip: Some drawing techniques are so much easier if you use a pressuresensitive

Shape and Line Tools. tip: Some drawing techniques are so much easier if you use a pressuresensitive 4Drawing with Shape and Line Tools Illustrator provides tools for easily creating lines and shapes. Drawing with shapes (rectangles, ellipses, stars, etc.) can be a surprisingly creative and satisfying

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

A Study of Angles & Curves

A Study of Angles & Curves A Study of Angles & Curves Method 1: Cutting Quilt Shapes/Using the Shapes Tools Open BERNINA CutWork Software. Make sure that Create New is selected. Click Next. Place a dot in front of New Graphic. Select

More information

EDITING SHAPES. Lesson overview

EDITING SHAPES. Lesson overview 3 CREATING AND EDITING SHAPES Lesson overview In this lesson, you ll learn how to do the following: Create a document with multiple artboards. Use tools and commands to create basic shapes. Work with drawing

More information

MULTIMEDIA WEB DESIGN

MULTIMEDIA WEB DESIGN CLASS :: 02 02.02 2018 4 Hours THE AGENDA HOMEWORK 1 REVIEW [ Upload to Comm Arts Server ] :: Completed Questionnaire :: Best Works [Saved to Server] GIF ANIMATION DEMO :: Best Practices for GIF Animations

More information

Engraving Images with a Laser Cutter

Engraving Images with a Laser Cutter Engraving Images with a Laser Cutter IDeATe Laser Micro Part 5 Susan Finger 1. Using Adobe Illustrator to create vector files Download the image of the fern frond from Canvas. This picture was taken by

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

CPM-200 User Guide For Lighthouse for MAX

CPM-200 User Guide For Lighthouse for MAX CPM-200 User Guide For Lighthouse for MAX Contents Page Number Opening the software 2 Altering the page size & Orientation 3-4 Inserting Text 5 Editing Text 6 Inserting Graphics 7-8 Changing the Colour

More information

Inkscape tutorial: Donate button

Inkscape tutorial: Donate button Inkscape tutorial: Donate button By: Very Simple Designs (BDT466) Web Site: http://verysimpledesigns.com/vectors/inkscape-tutorial-donate-button.html This Inkscape beginner tutorial teaches the viewer

More information

Create an Adorable Hedgehog with Basic Tools in Inkscape Aaron Nieze on Sep 23rd 2013 with 5 Comments

Create an Adorable Hedgehog with Basic Tools in Inkscape Aaron Nieze on Sep 23rd 2013 with 5 Comments Create an Adorable Hedgehog with Basic Tools in Inkscape Aaron Nieze on Sep 23rd 2013 with 5 Comments Tutorial Details Software: Inkscape Difficulty: Beginner Completion Time: 2 hours View post on Tuts+

More information

INKSCAPE INTRODUCTION COMPONENTS OF INKSCAPE MENU BAR

INKSCAPE INTRODUCTION COMPONENTS OF INKSCAPE MENU BAR INKSCAPE Prepared by K. Srujana INTRODUCTION Inkscape began in 2003 as a code fork of the Sodipodia project. Sodipodi, developed since 1999, was itself based on Rsph Levien's Gill (Gnome Illustration Application).

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

Beginning PageMaker 7.0

Beginning PageMaker 7.0 Information Technology Rice University Document MAC 2 September 2001 Beginning PageMaker 7.0 This document explains the terminology and some basic applications of PageMaker 7.0. This document also contains

More information

Trace Bitmap. Chapter 7. A. Page Size. Step 1. Click File Menu > New (Ctrl-N).

Trace Bitmap. Chapter 7. A. Page Size. Step 1. Click File Menu > New (Ctrl-N). Chapter 7 Trace Bitmap Riverview Rams Sarasota High Booker High A. Page Size. Step 1. Click File Menu > New (Ctrl-N). Step 2. Set page size in the Property bar: Width to 3.2 Fig. 1 Height to 2 Step 3.

More information

Solo 4.6 Release Notes

Solo 4.6 Release Notes June9, 2017 (Updated to include Solo 4.6.4 changes) Solo 4.6 Release Notes This release contains a number of new features, as well as enhancements to the user interface and overall performance. Together

More information

ILLUSTRATOR TUTORIAL-1 workshop handout

ILLUSTRATOR TUTORIAL-1 workshop handout Why is Illustrator a powerful tool? ILLUSTRATOR TUTORIAL-1 workshop handout Computer graphics fall into two main categories, bitmap graphics and vector graphics. Adobe Illustrator is a vector based software

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

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Autodesk Fusion 360 Training: The Future of Making Things Attendee Guide

Autodesk Fusion 360 Training: The Future of Making Things Attendee Guide Autodesk Fusion 360 Training: The Future of Making Things Attendee Guide Abstract After completing this workshop, you will have a basic understanding of editing 3D models using Autodesk Fusion 360 TM to

More information

Adobe PageMaker Tutorial

Adobe PageMaker Tutorial Tutorial Introduction This tutorial is designed to give you a basic understanding of Adobe PageMaker. The handout is designed for first-time users and will cover a few important basics. PageMaker is a

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

1. New document, set to 5in x 5in, no bleed. Color Mode should be default at CMYK. If it s not, changed that when the new document opens.

1. New document, set to 5in x 5in, no bleed. Color Mode should be default at CMYK. If it s not, changed that when the new document opens. art 2413 typography fall 17 software review This exercise will reacquaint students with Adobe Illustrator, Photoshop, and InDesign. These are the three main design programs used by the industry. There

More information

Adobe illustrator Introduction

Adobe illustrator Introduction Adobe illustrator Introduction This document was prepared by Luke Easterbrook 2013 1 Summary This document is an introduction to using adobe illustrator for scientific illustration. The document is a filleable

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW STAROFFICE 8 DRAW Graphics They say a picture is worth a thousand words. Pictures are often used along with our words for good reason. They help communicate our thoughts. They give extra information that

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

In this exercise you will be creating the graphics for the index page of a Website for children about reptiles.

In this exercise you will be creating the graphics for the index page of a Website for children about reptiles. LESSON 2: CREATING AND MANIPULATING IMAGES OBJECTIVES By the end of this lesson, you will be able to: create and import graphics use the text tool attach text to a path create shapes create curved and

More information

Code Finix Label Designer V 1.0 User Guide

Code Finix Label Designer V 1.0 User Guide Code Finix Label Designer V 1.0 User Guide Introduction Welcome, Code Finix Label Designer is a family of professional labeling software products that brings a complete barcode printing solution for desktop

More information

Paint Tutorial (Project #14a)

Paint Tutorial (Project #14a) Paint Tutorial (Project #14a) In order to learn all there is to know about this drawing program, go through the Microsoft Tutorial (below). (Do not save this to your folder.) Practice using the different

More information

10 Connector Designer

10 Connector Designer PRELIMINARY Connector Designer 10-1 10 Connector Designer About this Section In this section you will learn how to create your own custom connectors and edit them using the optional software connector

More information

Quick Crash Scene Tutorial

Quick Crash Scene Tutorial Quick Crash Scene Tutorial With Crash Zone or Crime Zone, even new users can create a quick crash scene diagram in less than 10 minutes! In this tutorial we ll show how to use Crash Zone s unique features

More information

- Is the process of combining texts and graphics layout to produce publications e.g. cards,

- Is the process of combining texts and graphics layout to produce publications e.g. cards, DESKTOP PUBLISHING (DTP) - Is the process of combining texts and graphics layout to produce publications e.g. cards, newspapers, catalogues etc. - A special DTP software is always used. PURPOSE OF DTP

More information

User Manual Version 1.1 January 2015

User Manual Version 1.1 January 2015 User Manual Version 1.1 January 2015 - 2 / 112 - V1.1 Variegator... 7 Variegator Features... 7 1. Variable elements... 7 2. Static elements... 7 3. Element Manipulation... 7 4. Document Formats... 7 5.

More information

Exercise III: Creating a Logo with Illustrator CS6

Exercise III: Creating a Logo with Illustrator CS6 Exercise III: Creating a Logo with Illustrator CS6 Project 1: Creating Logos with the Shape Tools Now that we have some experience with Illustrator s tools, let s expand our goal to create a logo, web

More information

MS Publisher County of Henrico Public Libraries

MS Publisher County of Henrico Public Libraries MS Publisher 2013 I. About Publisher A. What is it? Publisher is a desktop publishing program that assists you in designing and producing professional documents that combine text, graphics, illustrations,

More information

VHSE - COMPUTERISED OFFICE MANAGEMENT MODULE III - Communication and Publishing Art - PageMaker

VHSE - COMPUTERISED OFFICE MANAGEMENT MODULE III - Communication and Publishing Art - PageMaker INTRODUCTION : It is one Adobe PageMaker 7.0 software is the ideal page layout program for business, education, and small- and home-office professionals who want to create high-quality publications such

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

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

EXPORTING ASSETS. Lesson overview

EXPORTING ASSETS. Lesson overview 15 EXPORTING ASSETS Lesson overview In this lesson, you ll learn how to do the following: Create pixel-perfect drawings. Use the Export For Screens command. Work with the Asset Export panel. Generate,

More information

Center for Faculty Development and Support Creating Powerful and Accessible Presentation

Center for Faculty Development and Support Creating Powerful and Accessible Presentation Creating Powerful and Accessible Presentation PowerPoint 2007 Windows Tutorial Contents Create a New Document... 3 Navigate in the Normal View (default view)... 3 Input and Manipulate Text in a Slide...

More information

ADOBE ILLUSTRATOR CS3

ADOBE ILLUSTRATOR CS3 ADOBE ILLUSTRATOR CS3 Chapter 2 Creating Text and Gradients Chapter 2 1 Creating type Create and Format Text Create text anywhere Select the Type Tool Click the artboard and start typing or click and drag

More information

Adobe Illustrator CC 2018 Tutorial

Adobe Illustrator CC 2018 Tutorial Adobe Illustrator CC 2018 Tutorial GETTING STARTED Adobe Illustrator CC is an illustration program that can be used for print, multimedia and online graphics. Whether you plan to design or illustrate multimedia

More information

Generating Vectors Overview

Generating Vectors Overview Generating Vectors Overview Vectors are mathematically defined shapes consisting of a series of points (nodes), which are connected by lines, arcs or curves (spans) to form the overall shape. Vectors can

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

Keyboard Shortcuts. Command Windows Macintosh

Keyboard Shortcuts. Command Windows Macintosh S00ILCS5.qxp 3/19/2010 1:11 AM Page 477 Keyboard Shortcuts k Adobe Illustrator CS5 If a command on a menu includes a keyboard reference, known as a keyboard shortcut, to the right of the command name,

More information

Laser Machine User Manual:

Laser Machine User Manual: Laser Machine User Manual: OPERATOR ( EasyCut / LaserCut version 5.3 ) v1.0 CTR Laser Machine Operator Manual ( EasyCut version 5.3 ) ~ version 1.0 1 CONTENTS Section 1: Tutorials...5 1.1. How to Cut with

More information

Tutorial Tracing and Machining Images

Tutorial Tracing and Machining Images Getting Started With Tutorial Tracing and Machining Images VCarve Pro Disclaimer All CNC machines (routing, engraving, and milling) are potentially dangerous and because Vectric Ltd has no control over

More information

Autodesk Inventor - Basics Tutorial Exercise 1

Autodesk Inventor - Basics Tutorial Exercise 1 Autodesk Inventor - Basics Tutorial Exercise 1 Launch Inventor Professional 2015 1. Start a New part. Depending on how Inventor was installed, using this icon may get you an Inch or Metric file. To be

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

Photoshop and Lightroom for Photographers

Photoshop and Lightroom for Photographers Topic 4 Panning and Zooming in Photoshop Learning Outcomes In this lesson, we will look at how we can pan and zoom to see our documents from a variety of angles. There are a number of ways to zoom in and

More information

Adobe InDesign CS6 Tutorial

Adobe InDesign CS6 Tutorial Adobe InDesign CS6 Tutorial Adobe InDesign CS6 is a page-layout software that takes print publishing and page design beyond current boundaries. InDesign is a desktop publishing program that incorporates

More information

Ge#ng Started with L Edit

Ge#ng Started with L Edit Ge#ng Started with L Edit L edit is a Layout Editor. It is a product of EDA stands for Electronic Design and Automa@on hbp://www.tanner.com/eda/ Layout Layout is essen@ally a drawing process. You are drawing

More information

Corel Draw 11. What is Vector Graphics?

Corel Draw 11. What is Vector Graphics? Corel Draw 11 Corel Draw is a vector based drawing that program that makes it easy to create professional artwork from logos to intricate technical illustrations. Corel Draw 11's enhanced text handling

More information

ILLUSTRATOR. Introduction to Adobe Illustrator. You will;

ILLUSTRATOR. Introduction to Adobe Illustrator. You will; ILLUSTRATOR You will; 1. Learn Basic Navigation. 2. Learn about Paths. 3. Learn about the Line Tools. 4. Learn about the Shape Tools. 5. Learn about Strokes and Fills. 6. Learn about Transformations. 7.

More information

Tutorial VCarving Christmas Decorations

Tutorial VCarving Christmas Decorations Getting Started With Tutorial VCarving Christmas Decorations VCarve Pro Disclaimer All CNC machines (routing, engraving, and milling) are potentially dangerous and because Vectric Ltd has no control over

More information

Design a basic 3 column brochure and newsletter: This handout covers Document Set-up, working with Graphics and Text.

Design a basic 3 column brochure and newsletter: This handout covers Document Set-up, working with Graphics and Text. an introduction InDesign 4.0 Workshop Objective Design a basic 3 column brochure and newsletter: This handout covers Document Set-up, working with Graphics and Text. Document Setup - 3 column brochure

More information

ADOBE TRAINING CS6 PHOTOSHOP BASICS: EDITING PHOTOS & WORKING WITH TEXT - 1

ADOBE TRAINING CS6 PHOTOSHOP BASICS: EDITING PHOTOS & WORKING WITH TEXT - 1 ADOBE TRAINING CS6 PHOTOSHOP BASICS: EDITING PHOTOS & WORKING WITH TEXT Photoshop is the leading professional software for editing and adjusting photos, images and other graphic projects. It is a very

More information

MULTIMEDIA WEB DESIGN

MULTIMEDIA WEB DESIGN CLASS :: 05 03.02 2018 3 Hours THE AGENDA SAVING VECTOR LOGO [Adobe Illustrator] :: File Types: [.ai,.png,.jpg,.gif,.svg] :: Save for Web :: SVG Web Code [View code, View in Browser] LOGO CREATION [Adobe

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

Exploring the Workspace

Exploring the Workspace Exploring the Workspace The illustration above shows a typical Create and Cut screen when first loading the software. See the coordinating sections below for an explanation of each shortcut button. Design

More information

Designer Reference 1

Designer Reference 1 Designer Reference 1 Table of Contents USE OF THE DESIGNER...4 KEYBOARD SHORTCUTS...5 Shortcuts...5 Keyboard Hints...5 MENUS...7 File Menu...7 Edit Menu...8 Favorites Menu...9 Document Menu...10 Item Menu...12

More information

Fig. A. Fig. B. Fig. 1. Fig. 2. Fig. 3 Fig. 4

Fig. A. Fig. B. Fig. 1. Fig. 2. Fig. 3 Fig. 4 Create A Spinning Logo Tutorial. Bob Taylor 2009 To do this you will need two programs from Xara: Xara Xtreme (or Xtreme Pro) and Xara 3D They are available from: http://www.xara.com. Xtreme is available

More information

Tutorial 3 Model Locomotive Name plate

Tutorial 3 Model Locomotive Name plate Getting Started With Tutorial 3 Model Locomotive Name plate Cut2D Disclaimer All CNC machines (routing, engraving, and milling) are potentially dangerous and because Vectric Ltd. has no control over how

More information

Advanced Special Effects

Advanced Special Effects Adobe Illustrator Advanced Special Effects AI exercise preview exercise overview The object is to create a poster with a unified color scheme by compositing artwork drawn in Illustrator with various effects

More information

3ds Max Cottage Step 1. Always start out by setting up units: We re going with this setup as we will round everything off to one inch.

3ds Max Cottage Step 1. Always start out by setting up units: We re going with this setup as we will round everything off to one inch. 3ds Max Cottage Step 1 Always start out by setting up units: We re going with this setup as we will round everything off to one inch. File/Import the CAD drawing Be sure Files of Type is set to all formats

More information

How to Make a Sign. Eagle Plasma LLC. Accessing the included step by step.dxf files

How to Make a Sign. Eagle Plasma LLC. Accessing the included step by step.dxf files Eagle Plasma LLC How to Make a Sign Accessing the included step by step.dxf files The following tutorial is designed to teach beginners, screen by screen, to create a simple sign project. In this lesson

More information

InDesign Tools Overview

InDesign Tools Overview InDesign Tools Overview REFERENCE If your palettes aren t visible you can activate them by selecting: Window > Tools Transform Color Tool Box A Use the selection tool to select, move, and resize objects.

More information

SETTINGS AND WORKSPACE

SETTINGS AND WORKSPACE ADOBE ILLUSTRATOR Adobe Illustrator is a program used to create vector illustrations / graphics (.ai/.eps/.svg). These graphics will then be used for logos, banners, infographics, flyers... in print and

More information

How To Capture Screen Shots

How To Capture Screen Shots What Is FastStone Capture? FastStone Capture is a program that can be used to capture screen images that you want to place in a document, a brochure, an e-mail message, a slide show and for lots of other

More information

User Guide Belltech Systems, LLC

User Guide Belltech Systems, LLC User Guide Belltech Systems, LLC http://www.belltechsystems.com May, 2006 1. Introducing Belltech CaptureXT 2. Installation and Uninstallation Installation Running the Application Uninstallation 3. User

More information

Scalable Vector Graphics (SVG) vector image World Wide Web Consortium (W3C) defined with XML searched indexed scripted compressed Mozilla Firefox

Scalable Vector Graphics (SVG) vector image World Wide Web Consortium (W3C) defined with XML searched indexed scripted compressed Mozilla Firefox SVG SVG Scalable Vector Graphics (SVG) is an XML-based vector image format for twodimensional graphics with support for interactivity and animation. The SVG specification is an open standard developed

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

XDesign Version User Guide

XDesign Version User Guide XDesign Version.0 - User Guide [0-09-] www.touchaware.com This document describes the XDesign user interface and provides step-by-step instructions on how to use the features in the app. 00-0 TouchAware

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

WAYLAND FREE PUBLIC LIBRARY 3D Design and Printing Tutorial: Create a Keychain

WAYLAND FREE PUBLIC LIBRARY 3D Design and Printing Tutorial: Create a Keychain WAYLAND FREE PUBLIC LIBRARY 3D Design and Printing Tutorial: Create a Keychain Welcome! In this tutorial we will be creating a 3D printed keychain. You will personalize this name tag with text to make

More information