Utilities User Guide

Size: px
Start display at page:

Download "Utilities User Guide"

Transcription

1 Utilities User Guide

2 Legal Notices Published by Toon Boom Animation Inc. Corporate Headquarters 5530 St. Patrick Montreal, Quebec Canada H4E 1A8 Tel: (514) Fax: (514) toonboom.com Disclaimer The content of this manual is covered by a specific limited warranty and exclusions and limit of liability under the applicable License Agreement as supplemented by the special terms and conditions for Adobe Flash File Format (SWF). Please refer to the License Agreement and to those special terms and conditions for details. The content of this manual is the property of Toon Boom Animation Inc. and is copyrighted. Any reproduction in whole or in part is strictly prohibited. For additional copies of this manual, please contact Toon Boom Animation Inc. at the Corporate Headquarters address. Copyright 2010 by Toon Boom Animation Inc. All rights reserved. Trademarks Toon Boom Animate and Toon Boom Animate PRO are trademarks owned by Toon Boom Animation Inc. All other trademarks are the property of their respective owners. Credits Documentation Development: Peter Cawthorne Content Development: Marie-Eve Chartrand, Anouk Whissell, Shabana Ali Art Development: Marie-Eve Chartrand, Anouk Whissell, Shabana Ali, Tania Gray, Annie Rodrigue Publication Date April 2010

3 Contents Chapter 1: Introduction to Utilities... 3 Running a Utility... 4 Defining the environment variable for Mac OS X... 5 Chapter 2: Utilities... 7 Pdfimport Utility... 8 Swf2tvg Utility... 9 Swfimport Utility uinfo Utility utransform Utility Index

4 Utilities User Guide 2

5 Chapter 1 Introduction to Utilities Toon Boom provides utilities that you can use in Command Prompt and Shells to provide more flexibility and control over the different command options in the software. In this chapter, you will learn about: Running a Utility, on page 4 In this guide, you will find the following utilities: Pdfimport Utility, on page 8 Swf2tvg Utility, on page 9 Swfimport Utility, on page 10 uinfo Utility, on page 10 utransform Utility, on page 11 3

6 Utilities User Guide Running a Utility Toon Boom includes a number of command line utilities that you can use to convert image formats, bitmap or vector, into other image formats. These command line utilities are found in your Toon Boom application folder. For example: For Toon Boom Animate: Using Windows, these utilities are located in: \Program Files\Toon Boom Animation\Animate 2\nt\bin Using Mac OS X, these utilities are located in: /Applications/Toon Boom Animate 2/tba/macosx/bin For Toon Boom Animate Pro: Using Windows, these utilities are located in: \Program Files\Toon Boom Animation\Animate Pro 2\nt\bin Using Mac OS X, these utilities are located in: /Applications/Toon Boom Animate Pro 2/tba/macosx/bin To run these utilities, use a Command Prompt or a Terminal window. All of these utilities work on input files that are processed using options you specify to produce an output. To run a command line utility: 1. Open a Command Prompt (Windows) or Terminal (Mac OS X) window. Using Windows, click on the Start menu and select Programs > Accessories > Command Prompt. Using Mac OS X, open a Finder window and select Applications > Utilities > Terminal 2. In the Command Prompt or Terminal window, switch to the directory that contains the image files that you want to process (element s folder). 3. Type the name of the utility that you want to launch, the options and the name of the file you want to process. The options must be preceded by a dash (-). Here is an example of how to launch utransform: utransform -outformat TGA bg-1.tvg 4

7 Chapter 1: Introduction to Utilities Note: before launching the utility you need to define an environment variable. Note: If another version of Animate or Animate Pro is still installed on the system, the utility application should be launched from the \bin folder. This will make sure that the correct version of the utility is used. 4. For help with the options and syntax of the utilities, open the help. To do this, type -help after the name of the utility on the command line. type: utransform -help Defining the environment variable for Mac OS X Before launching the utility you need to define an environment variable. To define an environment variable: 1. Open the Terminal (Application/Utilities/Terminal). 2. From Terminal go to /etc folder by typing the following: cd /etc 3. Create a backup of the profile file. You need to be logged in using the root account to be able to do this. If you are not logged in as the root user, you will need to type sudo before launching the command: sudo cp profile profile.bak 4. Edit the /etc/profile file using the vi text editor. To do this, you need to be logged in with the root account. If not, you must type sudo before launching the command. For example: sudo vi profile 5. Once the file is opened in the editor, press the [I] key to switch to the insert mode. 6. Go to the end of the file and add the following two lines at the bottom of the file: For Toon Boom Animate export ANIMATE_BIN_PATH="/Applications/Toon Boom Animate 2/tba/macosx/bin/" export PATH="$PATH:$ANIMATE_BIN_PATH" For Toon Boom Animate Pro export ANIMATEPRO_BIN_PATH="/Applications/Toon Boom Animate Pro 2/tba/macosx/ bin/" export PATH="$PATH:$ANIMATEPRO_BIN_PATH" 7. Once all the information has been typed, you will need to save the file. To do this, press [Esc] to exit the insert mode. 8. Press the [:] key. The : should appear on the bottom of the Terminal, if it does not then you are still in insert mode. Make sure you did not type the colon somewhere in the files and press the [Esc] key again to exit insert mode. 9. Type the letter w followed by!. You should now have the following typed at the bottom of the Terminal: :w! 10. Press the [Return] key. The file was written. 11. To exit vi type :q. You should now have the following at the bottom of the Terminal: :q 12. Press the [Return] key to quit vi. The system will return you to /etc in the Terminal. 13. Verify the content of the profile file by typing: more profile The changes to the profile will be applied the next time you start the Terminal application. 5

8 Utilities User Guide 6

9 Chapter 2 Utilities This chapter describes all of the utilities, options and their uses: Pdfimport Utility, on page 8 Swf2tvg Utility, on page 9 Swfimport Utility, on page 10 uinfo Utility, on page 10 utransform Utility, on page 11 7

10 Utilities User Guide Chapter 2: Utilities Pdfimport Utility Pdfimport Utility The Pdfimport utility is used to import a.pdf or an.ai file as a template without going through the interface. It allows more control and option flexibility over the imported file. Here is the format you must follow when using Pdfimport: Pdfimport [options] pdf or ai files The available Pdfimport options are: COMMAND ACTION AVAILABLE OPTIONS -outdir output_folder -outtemplate output_folder.tpl -PDF_LINE_ART_STROKE -PDF_BREAK_LINE_ART -PDF_GENERATE_COLOUR_ART -PDF_SUPPORT_CMYK -PDF_SEPARATE_LAYERS -PDF_FLATTEN This option defines the folder where the output files will be saved. The defined path is not relative. This option defines the template name for the converted pages. The defined path can be relative. This option will set the stroke attribute on contours of line art. This option will break the line art at intersection points. This option will extract the centreline of the line art and put it in the colour art. This option will automatically convert CMYK colours to RGB. Otherwise, CMYK colours would import as a red colour. This option will use the Illustrator top level groups as separate drawing names. Use this option to perform a flatten on each drawings while importing. DESCRIPTION OF SWITCHES: -outtemplate output_folder.tpl -outdir dir -usage -? -h -help --help -v -version --version n Output template name for converted pages. This option defines the output folder for the templates (the defined folder must already exists.) This option will display the usage. This option will display the help information. This option will display the version information. The -outdir and -outtemplate options are exclusive, they can not be used together. You can only specify one file with the outtemplate option. If the CMYK colours option is not enabled, the application will output the following error message: CMYK: Unsupported colorspace Pdfimport does not overwrite existing templates but will overwrite files in outdir. 8

11 Chapter 2: Utilities Swf2tvg Utility Swf2tvg Utility The Swf2tvg utility is used to import an SWF file into your scene without using the interface. This will create a.tvg file for each frame. Use the different commands to control the options. Here is the format you must follow when using Swf2tvg: Swf2Tvg -palette <palette_file> -usage -help -use_different_palettes -base_name <base_out_name> -outdir <output directory> -bbox_recenter -ignore_position -start_index <number> file1 [file2] [file3] Here are the available Swf2tvg options: COMMAND ACTION DESCRIPTION OF SWITCHES -palette <palette_file> -use_different_palettes -base_name <name> -start_index <index> -outdir <dir> -use_place_objects -frame_alias <list> -base_color_index <index> -bbox_recenter -ignore_position -usage -? -h -help --help -v -version --version This option is used to add the colours of the SWF file to the palette file and save it. This option is used to create a new palette for each SWF file and DOES NOT save any palette. Use this option to automatically rename all generated drawings name-x.tvg where x is an increasing index. Use this option to define the starting index to name the drawings. The default value is 1. Use this option to define the output directory for all generated drawings. This option will transform and position the imported drawings following the position on the stage in the Flash project. This option uses the information that is contained in the SWF PLACE_OBJECT record. Note: this option does not use -start_index. This option uses the comma separated list of names to generate timing information. This is mainly to convert models. e.g. -frame_alias FR_%.2d,3Q_%.2d,BK_%.2d" Use this option to base the colour index in higher 32 bits. This option centres drawings according to their bounding box. This option implies -ignore_position. Use this option to ignore all sceneplanning information. This option will display the usage. This option will display the help information. This option will display the version information. NOTE: If -outdir is not specified, the files will be written in the SWF file current directory. You can specify any SWF file or PLT file. The PLT files will be read and used to match colours but will not be modified. The only palette modified is the palette specified by the -palette switch. 9

12 Utilities User Guide Chapter 2: Utilities Swfimport Utility Swfimport Utility The Swfimport utility is used to create a template from a SWF file. Here is the format you must follow when using Swfimport: SwfImport [options] swf_files Here are the available Swfimport options: COMMAND ACTION AVAILABLE OPTIONS -outdir output_folder -applycolourtransform -palettename name_of_palette This option specifies the output folder for the generated templates This option will apply colour transforms from SWF onto the drawings. Use this option to specify the name of the palette file to use with colour recovery. DESCRIPTION OF SWITCHES -outdir dir -usage -? -h -help --help -v -version --version This option specifies the output folder for the templates (The specified folder must already exist.) This option will display the usage. This option will display the help information. This option will display the version information. NOTE: Swfimport does not overwrite templates. uinfo Utility The uinfo utility is used to display the following information about a specified bitmap file. Name Resolution Format Channels Bites per Channels Here is the format you must follow when using uinfo: uinfo program input_files COMMAND ACTION AVAILABLE OPTIONS -? -h -help --help -v -version --version This option will display the help information. This option will display the version information. 10

13 Chapter 2: Utilities utransform Utility utransform Utility The utransform program converts vector images to pixmaps and between different pixmap file formats. For example, you can use utransform to convert a TGA to an SGI file. Or, you can convert a TVG file to a Photoshop PSD file. Here is the format you must follow when using utransform: $ utransform -file [file name, including extension] [options] Here are the available utransform options: COMMAND ACTION OPTIONS -outformat <format> -outfile <name> -debug -? -h -help --help -v -version --version This is the file type you want to output with utransform. The following are the file formats supported by utransform: TGA, TGA1, TGA3, TGA4, SGI, SGI1, SGI3, SGI4, SGIDP3, SGIDP4, OMFJPEG, OPT, OPT1, OPT3, OPT4, PSD, PSD1, PSD3, PSD4, PSDDP3, PSDDP4, TVG, PDF, PNG, PNG4, YUV, PAL, and SCAN. This option is for the file name of the output file. If you are processing multiple files, you will not be able to control their final name. If not specified, the files created by utransform will have the same file name as the original. The only difference will be the file extension. This option will display information on the different steps of the process as well as the messages related to errors that might have occurred. This option will display the help information. This option will display the version information. IMAGE OPTIONS -resolution <w> <h> -resolution scan -scale <s> -xscale <s> -yscale <s> -turn <degrees> -ps <in> <out> -bgcolor <r> <g> <b> This option manages vector and pixmap input files. It indicates the height and width of the output file. This option will use the.scan info to determine the drawing resolution when unvectorizing from the Control Centre. Use this option to scale the height and the width of the output file by the value you enter. The resolution of the image must be able to accommodate the new image size. Use this option to scale the width of the output file. The resolution of the image must be able to accommodate the new image size. Use this option to scale the height of the output file. The resolution of the image must be able to accommodate the new image size. Use this option to rotate the output file by the amount of degree entered. Use this option to convert the shape of the pixel. This option inputs and outputs pixel shapes for formats other than YUV and PAL. The possible values are: square, NTSC and PAL. This option defines the background colour for TVG images. The range is either 0-1 (a percentage of 255) or The default value is white. 11

14 Utilities User Guide Chapter 2: Utilities utransform Utility COMMAND -bgalpha <a> -arttoart -addoverlay -addunderlay -useoverlaylayer -useunderlaylayer -clearlayers -automatte -copystrokes ACTION This is the alpha value of the background. The range is either 0-1 or The default value is opaque (255). Will perform the same function as linearttocolourart from the UI except that it can use any source art combination and output the result in any other art, clearing it before adding. 1 = underlay, 2 = colourart, 4 = lineart, 8 = overlay Specify an overlay file to add in composition Specify an underlay file to add in composition Specify art from drawing to use in overlay, (lineart,colorart,overlayart,underlayart) Specify art from drawing to use in underlay, (lineart,colorart,overlayart,underlayart) Clear specific art layers, (lineart,colorart,overlayart,underlayart) Computes the auto matte of art src and put it in art dst. (src and dst must be different and must be one of lineart, colorart, overlayart, underlayart). Radius is expressed in model coordinates, 1 field of a 12 fields drawing is roughly 200 model units. Copy original strokes in destination when doing an auto-matte. VECTOR OPTIONS -antialiasing <quality><exponent> quality = low, medium-low, medium or high exponent = between 0-3 This option is for converting vector images to pixmaps. You can specify the quality of the anti-aliasing process (low, medium-low, medium or high) or the exponent (between 0-3). -nolinetexture -nolineart -nocolorart -move <x> <y> -flatten This disables the generation of line textures from TVG files. Use this option to exclude line art from the output file. Use this option to exclude colour art from output file. Use this option to recentre the output file, output pixels or world units for TVG output Note: Useful values for TVG output might be in x or in y Use this option to flatten the drawing and merge its textures. By default the output file format is TVG. -bboxtvgincrease This option will increase the.tvg bonding box size. The default value is 5 (percent). -normalize -setfieldsize <f> This option normalizes the TVG. This implies that the outformat is TVG. If the TVG has a different scaling than 1, it will scale the coordinates and set the scaling to 1.0. Use this option to set the internal scaling of the TVG to an exact field size. VECTOR TO VECTOR OPTIONS -centreline -closegap Use this option to extract the centreline of the drawing s line art. Use this option to perform Close gap. 12

15 Chapter 2: Utilities utransform Utility COMMAND -gaplength -hairpasses ACTION Use this option to define a Close gap length value. The default value is 10. Use this option to set the number of pass to perform for the remove hair option. The default value is 2. -hairlength Use this option to define the value for the hair length. The default is 20. -keepcolorart -showstrokes -thickness -fieldsize <fs> -lineartstrokescolor <r> <g> <b> <a> -colorartstrokescolor <r> <g> <b> <a> -nofitcolorart -tvgversion <version> Use this option to keep the existing colour art and extract the centreline over it. Use this option to show the contour of line art and centrelines in special colours. Use this option to define the thickness in pixels of the strokes to show. Use this option to set the field size for PDF output. The default field size is 12. Use this option to define the red, green, blue, alpha values for the line art stroke colour. Use this option to define the red, green, blue, alpha values for the colour art stroke colour. Use this option if you do NOT want to generate Bezier curves for colour art. This option will convert to older/supported vector format product version: v720 = 1005 v710 = 1005 v702 = 1004 (Early version of were using1003.) v700 = 1003 ALIGNMENT OPTIONS -align <RULE> -dpi <dpi> Use this option to generate a bitmap that will fit inside Animate with a read module aligned with a defined rule. RULE can be: AS_IS, CENTER_TB, CENTER_LR, CENTER_FIRST_PAGE_HORIZONTAL, CENTER_FIRST_PAGE_VERTICAL, TOP, BOTTOM, LEFT, RIGHT. Use this option to define the output resolution for the bitmap image in dots per inch. The default resolution is 75 dpi. -paper_size Size of paper in inches default is 12. -margin -box Number of fields to keep around the TVG.-elementId <fields> ; Field size of element.-sar <scene_aspect_ratio> ; Scene aspect ratio default is Use for 16/9 scenes. Use this box to render. 13

16 Utilities User Guide Chapter 2: Utilities utransform Utility 14

17 Index Index A about utilities 3 alignment options utransform 13 B bitmap conversion 4, 11 C command line utility 4 command line utilities location Animate 4 run 4 MacOSX 4 Windows 4 convert image formats 11 F format Pdfimport 8 Swf2tvg 9 Swfimport 10 unifo 10 utransform 11 I image options utransform 11 image format conversion 4, 11 O options alignment utransform 13 image utransform 11 Pdfimport 8 Swfimport 10 unifo 10 utransform 11 vector utransform 12 vector to vector utransform 12 P Pdfimport format 8 options 8 -outdir output_folder 8 -outtemplate output_folder.tp 8 -PDF_BREAK_LINE_ART 8 -PDF_FLATTEN 8 -PDF_GENERATE_COLOUR_ART 8 -PDF_LINE_ART_STROKE 8 -PDF_SEPARATE_LAYERS 8 -PDF_SUPPORT_CMYK 8 switches 8 -? -h -help --help 8 -outdir dir 8 -outtemplate output_folder.tpl 8 -usage 8 -v -version --versio 8 utility 8 pixmap conversion 11 R run utility 4 S Swf2tvg format 9 switches 9 -? -h -help --help 9 -base_color_index 9 -base_name 9 -bbox_recenter 9 -frame_alias 9 -ignore_position 9 -outdir 9 -palette 9 -start_index 9 -usage 9 -use_different_palettes 9 -use_place_objects 9 -v -version --version 9 utility 9 Swfimport format 10 options 10 -applycolourtransform 10 -outdir output_folde 10 -palettename name_of_palette 10 switches 10 -? -h -help --help 10 -outdir dir 10 -usage 10 -v -version --version 10 utility 10 switches Pdfimport 8 Swf2tvg 9 Swfimport 10 U uinfo format 10 options 10 -? -h -help --help 10 -v -version --version 10 utility 10 utilities about 3 Pdfimport 8 Swf2tvg 9 Swfimport 10 uinfo 10 utransform 11 utility running 4 15

18 Utilities User Guide utransform alignment options -align 13 -dpi 13 format 11 help MacOSX example of 5 Windows example of 5 Image options 11 -addoverlay 12 -addunderlay 12 -arttoart 12 -automatte 12 -bgalpha 12 -bgcolor 11 -box 13 -clearlayers 12 -copystrokes 12 -margin 13 -paper_size 13 -ps 11 -resolution scan 11 -scale 11 -turn 11 -useoverlaylayer 12 -useunderlaylayer 12 -xscale 11 -yscale 11 launch Windows example of 4 options 11 -? -h -help --help 11 alignment 13 -debug 11 image 11 -outfile 11 -outformat 11 -v -version --version 11 vector 12 vector to vector 12 utility 11 vector options -antialiasing 12 -bboxtvgincrease 12 -flatten 12 -move 12 nocolorart 12 -nolineart 12 -nolinetexture 12 -normalize 12 -setfieldsize 12 vector to vector options -centreline 12 -closegap 12 -colorartstrokescolor 13 -fieldsize 13 -gaplength 13 -hairlength 13 -hairpasses 13 -keepcolorart 13 -lineartstrokescolor 13 -nofitcolorart 13 -showstrokes 13 -thickness 13 -tvgversion 13 V vector options utransform 12 vector conversion 4, 11 vector to vector options utransform 12 16

Toon Boom Harmony Toon Boom Utilities Guide

Toon Boom Harmony Toon Boom Utilities Guide Toon Boom Harmony 10.0.1 Toon Boom Utilities Guide Toon Boom Harmony 10 Utilities Guide Legal Notices Corporate Headquarters 5530 St. Patrick, Suite 2210 Montreal, Quebec Canada H4E 1A8 Tel: +1 (514) 278-8666

More information

Toon Boom Harmony 11.1 Preferences Guide (Paint)

Toon Boom Harmony 11.1 Preferences Guide (Paint) Toon Boom Harmony 11.1 Preferences Guide (Paint) 1 Legal Notices Toon Boom Animation Inc. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 Tel: +1 514 278 8666 Fax: +1 514 278 2666 toonboom.com

More information

Toon Boom Harmony 11.1 Preferences Guide (Xsheet)

Toon Boom Harmony 11.1 Preferences Guide (Xsheet) Toon Boom Harmony 11.1 Preferences Guide (Xsheet) 1 Legal Notices Toon Boom Animation Inc. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 Tel: +1 514 278 8666 Fax: +1 514 278 2666 toonboom.com

More information

TOON BOOM HARMONY 12.1 Preferences Guide

TOON BOOM HARMONY 12.1 Preferences Guide TOON BOOM HARMONY 12.1 Preferences Guide 2 Legal Notices Toon Boom Animation Inc. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 Tel: +1 514 278 8666 Fax: +1 514 278 2666 toonboom.com

More information

Toon Boom Harmony V15.0

Toon Boom Harmony V15.0 Toon Boom Harmony V15.0 Utilities Guide TOON BOOM ANIMATION INC. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 +1 514 278 8666 contact@toonboom.com toonboom.com Harmony 15.0 Utilities

More information

Toon Boom Harmony V15.0

Toon Boom Harmony V15.0 Toon Boom Harmony V15.0 Paint Application Keyboard Shortcuts Guide TOON BOOM ANIMATION INC. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 +1 514 278 8666 contact@toonboom.com toonboom.com

More information

Toon Boom Harmony Essentials 16.0

Toon Boom Harmony Essentials 16.0 Essentials Toon Boom Harmony Essentials 16.0 Keyboard Shortcuts TOON BOOM ANIMATION INC. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 +1 514 278 8666 contact@toonboom.com toonboom.com

More information

Legal Notices. Credits Documentation Development: Peter Cawthorne Content Development and Art: Tania Gray, Marie Eve Chartrand, Anouk Whissell

Legal Notices. Credits Documentation Development: Peter Cawthorne Content Development and Art: Tania Gray, Marie Eve Chartrand, Anouk Whissell Keyboard Shortcuts Legal Notices Published by Toon Boom Animation Inc. Corporate Headquarters 7 Laurier Avenue East Montreal, Quebec Canada H2T 1E4 Tel: (514) 278-8666 Fax: (514) 278-2666 www.toonboom.com

More information

Toon Boom Harmony Essentials V15.0

Toon Boom Harmony Essentials V15.0 Essentials Toon Boom Harmony Essentials V15.0 Keyboard Shortcuts Guide TOON BOOM ANIMATION INC. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 +1 514 278 8666 contact@toonboom.com toonboom.com

More information

Legal Notices. Toon Boom Animation Inc Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2. Tel: Fax:

Legal Notices. Toon Boom Animation Inc Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2. Tel: Fax: Storyboard Pro 5.5 Keyboard Shortcuts Guide Legal Notices Toon Boom Animation Inc. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 Tel: +1 514 278 8666 Fax: +1 514 278 2666 toonboom.com

More information

TOON BOOM HARMONY Paint Preferences Guide

TOON BOOM HARMONY Paint Preferences Guide TOON BOOM HARMONY 12.2.1 Paint Preferences Guide 2 Legal Notices Toon Boom Animation Inc. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 Tel: +1 514 278 8666 Fax: +1 514 278 2666 toonboom.com

More information

Toon Boom Harmony 14.0 Essentials Edition Keyboard Shortcuts

Toon Boom Harmony 14.0 Essentials Edition Keyboard Shortcuts Toon Boom Harmony 14.0 Essentials Edition Keyboard Shortcuts Legal Notices Toon Boom Animation Inc. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 Tel: +1 514 278 8666 Fax: +1 514 278

More information

Toon Boom Harmony 16.0

Toon Boom Harmony 16.0 Toon Boom Harmony 16.0 Scripting Guide TOON BOOM ANIMATION INC. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 +1 514 278 8666 contact@toonboom.com toonboom.com Harmony 16.0 Scripting

More information

Toon Boom Harmony Advanced V15.0

Toon Boom Harmony Advanced V15.0 Advanced Toon Boom Harmony Advanced V15.0 Keyboard Shortcuts Guide TOON BOOM ANIMATION INC. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 +1 514 278 8666 contact@toonboom.com toonboom.com

More information

Toon Boom Harmony 10.3 Control Center and Server User Guide

Toon Boom Harmony 10.3 Control Center and Server User Guide Toon Boom Harmony 10.3 Control Center and Server User Guide Toon Boom Harmony 10.3Control Center and Server User Guide Legal Notices Toon Boom Animation Inc. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec,

More information

Toon Boom Harmony 10.3 Installation Guide

Toon Boom Harmony 10.3 Installation Guide Toon Boom Harmony 10.3 Installation Guide Toon Boom Harmony 10.3Installation Guide Legal Notices Toon Boom Animation Inc. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 Tel: +1 514 278

More information

Toon Boom Harmony 11.1 Preferences Guide (Sketch)

Toon Boom Harmony 11.1 Preferences Guide (Sketch) Toon Boom Harmony 11.1 Preferences Guide (Sketch) 1 Legal Notices Toon Boom Animation Inc. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 Tel: +1 514 278 8666 Fax: +1 514 278 2666 toonboom.com

More information

Toon Boom Harmony V15.0

Toon Boom Harmony V15.0 Toon Boom Harmony V15.0 Scripting Guide TOON BOOM ANIMATION INC. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 +1 514 278 8666 contact@toonboom.com toonboom.com Harmony 15 Scripting User

More information

Toon Boom Harmony 14.0 Scripting Guide

Toon Boom Harmony 14.0 Scripting Guide Toon Boom Harmony 14.0 Scripting Guide Legal Notices Toon Boom Animation Inc. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 Tel: +1 514 278 8666 Fax: +1 514 278 2666 toonboom.com Disclaimer

More information

Toon Boom Harmony 11.1 Preferences Guide (Draw)

Toon Boom Harmony 11.1 Preferences Guide (Draw) Toon Boom Harmony 11.1 Preferences Guide (Draw) 1 Legal Notices Toon Boom Animation Inc. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 Tel: +1 514 278 8666 Fax: +1 514 278 2666 toonboom.com

More information

Toon Boom Harmony Essentials 16.0

Toon Boom Harmony Essentials 16.0 Essentials Toon Boom Harmony Essentials 16.0 Preferences Guide TOON BOOM ANIMATION INC. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 +1 514 278 8666 contact@toonboom.com toonboom.com

More information

Published by Toon Boom Animation Inc.

Published by Toon Boom Animation Inc. Server User Guide Legal Notices Published by Toon Boom Animation Inc. Corporate Headquarters 7 Laurier Avenue East Montreal, Quebec Canada H2T 1E4 Tel: (514) 278-8666 Fax: (514) 278-2666 toonboom.com Disclaimer

More information

Toon Boom Storyboard Pro 6

Toon Boom Storyboard Pro 6 Toon Boom Storyboard Pro 6 Release Getting Started Notes Guide TOON BOOM ANIMATION INC. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 +1 514 278 8666 contact@toonboom.com toonboom.com

More information

Toon Boom Harmony 10 Release Notes

Toon Boom Harmony 10 Release Notes Version 10.0.1 If you are a standalone user working with a studio, verify that you are using the same version of Harmony as the studio. Here are the new features and improvements in Toon Boom Harmony 10.0.1:

More information

Toon Boom Harmony 14.0 Advanced Edition Keyboard Shortcuts

Toon Boom Harmony 14.0 Advanced Edition Keyboard Shortcuts Toon Boom Harmony 14.0 Advanced Edition Keyboard Shortcuts Legal Notices Toon Boom Animation Inc. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 Tel: +1 514 278 8666 Fax: +1 514 278 2666

More information

Toon Boom Harmony 12.1 Scripting Guide

Toon Boom Harmony 12.1 Scripting Guide Toon Boom Harmony 12.1 Scripting Guide Legal Notices Toon Boom Animation Inc. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 Tel: +1 514 278 8666 Fax: +1 514 278 2666 toonboom.com Disclaimer

More information

Download sample of Curriculum

Download sample of Curriculum Learning Curriculum - Teacher Edition Legal Notices Published by Toon Boom Animation Inc. Corporate Headquarters 5530 St. Patrick, Suite 2210 Montreal, Quebec Canada H4E 1A8 Tel: (514) 278-8666 Fax: (514)

More information

Toon Boom Harmony Advanced V15.0

Toon Boom Harmony Advanced V15.0 Advanced Toon Boom Harmony Advanced V15.0 Gaming Guide TOON BOOM ANIMATION INC. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 +1 514 278 8666 contact@toonboom.com toonboom.com Harmony

More information

Toon Boom Harmony

Toon Boom Harmony Toon Boom Harmony 16.0 15.0 Control Getting Center Started User Guide Guide TOON BOOM ANIMATION INC. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 +1 514 278 8666 contact@toonboom.com

More information

Legal Notices. Toon Boom Animation Inc Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2. Tel: Fax:

Legal Notices. Toon Boom Animation Inc Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2. Tel: Fax: Storyboard Pro 5.5 Preferences Guide Legal Notices Toon Boom Animation Inc. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 Tel: +1 514 278 8666 Fax: +1 514 278 2666 toonboom.com Disclaimer

More information

Toon Boom Storyboard Pro 4.1 Getting Started Guide

Toon Boom Storyboard Pro 4.1 Getting Started Guide Toon Boom Storyboard Pro 4.1 Getting Started Guide Legal Notices Toon Boom Animation Inc. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 Tel: +1 514 278 8666 Fax: +1 514 278 2666 toonboom.com

More information

Toon Boom Harmony Harmony Edition - Control Center Guide

Toon Boom Harmony Harmony Edition - Control Center Guide Toon Boom Harmony 14.0 - Harmony Edition - Control Center Guide Legal Notices Toon Boom Animation Inc. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 Tel: +1 514 278 8666 Fax: +1 514 278

More information

Toon Boom Harmony Advanced 16.0

Toon Boom Harmony Advanced 16.0 Advanced Toon Boom Harmony Advanced 16.0 Keyboard Shortcuts TOON BOOM ANIMATION INC. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 +1 514 278 8666 contact@toonboom.com toonboom.com Harmony

More information

NETWORK ANIMATION SOLUTION. What s New?

NETWORK ANIMATION SOLUTION. What s New? NETWORK ANIMATION SOLUTION What s New? What s New in Harmony 9? New Pencil Line Technology In Harmony 9, Toon Boom has re-engineered its vector technology to deliver a redesigned Pencil Line Technology

More information

Amyuni PDF Converter. User s Manual Updated September 26, 2005

Amyuni PDF Converter. User s Manual Updated September 26, 2005 Amyuni PDF Converter Version 2.50e Version 2.50e Professional For Windows 95, 98, Me, NT4, 2000, XP/2003 32-bits, XP/2003 64-bits User s Manual Updated September 26, 2005 Amyuni Consultants Amyuni Technologies

More information

Toon Boom Harmony Advanced V15.0

Toon Boom Harmony Advanced V15.0 Advanced Toon Boom Harmony Advanced V15.0 Keyboard Shortcuts Guide TOON BOOM ANIMATION INC. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 +1 514 278 8666 contact@toonboom.com toonboom.com

More information

Download sample of Curriculum. Learning Curriculum - Teacher Edition

Download sample of Curriculum. Learning Curriculum - Teacher Edition Learning Curriculum - Teacher Edition Legal Notices Published by Toon Boom Animation Inc. Corporate Headquarters 5530 St. Patrick, Suite 2210 Montreal, Quebec Canada H4E 1A8 Tel: (514) 278-8666 Fax: (514)

More information

PSD to Mobile UI Tutorial

PSD to Mobile UI Tutorial PSD to Mobile UI Tutorial Contents Planning for design... 4 Decide the support devices for the application... 4 Target Device for design... 4 Import Asset package... 5 Basic Setting... 5 Preparation for

More information

Toon Boom Harmony 14.0 Premium Edition Keyboard Shortcuts

Toon Boom Harmony 14.0 Premium Edition Keyboard Shortcuts Toon Boom Harmony 14.0 Premium Edition Keyboard Shortcuts Legal Notices Toon Boom Animation Inc. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 Tel: +1 514 278 8666 Fax: +1 514 278 2666

More information

Download sample of Curriculum. Learning Curriculum - Teacher Edition

Download sample of Curriculum. Learning Curriculum - Teacher Edition Learning Curriculum - Teacher Edition Legal Notices Published by Toon Boom Animation Inc. Corporate Headquarters 5530 St. Patrick, Suite 2210 Montreal, Quebec Canada H4E 1A8 Tel: (514) 278-8666 Fax: (514)

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

Toon Boom Storyboard Pro 6.0

Toon Boom Storyboard Pro 6.0 Toon Boom Storyboard Pro 6.0 Preferences Guide TOON BOOM ANIMATION INC. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 +1 514 278 8666 contact@toonboom.com toonboom.com Storyboard Pro

More information

TOON BOOM HARMONY 14.0 ESSENTIALS EDITION Reference Guide

TOON BOOM HARMONY 14.0 ESSENTIALS EDITION Reference Guide TOON BOOM HARMONY 14.0 ESSENTIALS EDITION Reference Guide Legal Notices Toon Boom Animation Inc. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 Tel: +1 514 278 8666 Fax: +1 514 278 2666

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

ARTWORK REQUIREMENTS Artwork Submission

ARTWORK REQUIREMENTS Artwork Submission Artwork Submission GRAPHICS APPLICATIONS AND ACCEPTED FILE TYPES Submitting your artwork as a print ready PDF file is preferred (MAC or PC). We will also accept files created in Adobe Illustrator, Photoshop,

More information

Toon Boom Harmony Premium V15.0

Toon Boom Harmony Premium V15.0 Premium Toon Boom Harmony Premium V15.0 Keyboard Shortcuts Guide TOON BOOM ANIMATION INC. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 +1 514 278 8666 contact@toonboom.com toonboom.com

More information

Toon Boom Harmony Premium V15.0

Toon Boom Harmony Premium V15.0 Premium Toon Boom Harmony Premium V15.0 Keyboard Shortcuts Guide TOON BOOM ANIMATION INC. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 +1 514 278 8666 contact@toonboom.com toonboom.com

More information

Exam : 9A Title : Adobe IIIustrator CS4 Exam. Version : Demo

Exam : 9A Title : Adobe IIIustrator CS4 Exam. Version : Demo Exam : 9A0-088 Title : Adobe IIIustrator CS4 Exam Version : Demo 1. While working on a document to be printed on an offset press you decide to print a composite proof to examine the results of color trapping

More information

Toon Boom Harmony 11.1 Keyboard Shortcuts

Toon Boom Harmony 11.1 Keyboard Shortcuts Toon Boom Harmony 11.1 Keyboard Shortcuts 1 Toon Boom Harmony 11.1 Keyboard Shortcuts Legal Notices Toon Boom Animation Inc. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 Tel: 1 514 278

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

Toon Boom Harmony Premium

Toon Boom Harmony Premium Premium Toon Boom Harmony Premium 16.0 15.0 Keyboard Getting Started Shortcuts Guide TOON BOOM ANIMATION INC. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 +1 514 278 8666 contact@toonboom.com

More information

WATERMARK S ENSE User Guide. VeprIT.

WATERMARK S ENSE User Guide. VeprIT. WATERMARK S ENSE User Guide VeprIT http://veprit.com support@veprit.com Based on version 1.2.0. April 28, 2014 VeprIT - Watermark Sense User Guide Page 1 Contents 1 Main Concepts 3 2 User Interface Overview

More information

Toon Boom Storyboard Pro 6.0

Toon Boom Storyboard Pro 6.0 Toon Boom Storyboard Pro 6.0 Reference Guide TOON BOOM ANIMATION INC. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 +1 514 278 8666 contact@toonboom.com toonboom.com Storyboard Pro 6.0

More information

Toon Boom Harmony Harmony Edition - Control Center Guide

Toon Boom Harmony Harmony Edition - Control Center Guide Toon Boom Harmony 12.1 - Harmony Edition - Control Center Guide Legal Notices Toon Boom Animation Inc. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 Tel: +1 514 278 8666 Fax: +1 514 278

More information

Toon Boom Storyboard Pro 6

Toon Boom Storyboard Pro 6 Toon Boom Storyboard Pro 6 Getting Started Guide TOON BOOM ANIMATION INC. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 +1 514 278 8666 contact@toonboom.com toonboom.com Storyboard Pro

More information

Table of Contents. Preface...iii. INTRODUCTION 1. Introduction to M ultimedia and Web Design 1. ILLUSTRATOR CS6 1. Introducing Illustrator CS6 17

Table of Contents. Preface...iii. INTRODUCTION 1. Introduction to M ultimedia and Web Design 1. ILLUSTRATOR CS6 1. Introducing Illustrator CS6 17 Table of Contents Preface...........iii INTRODUCTION 1. Introduction to M ultimedia and Web Design 1 Introduction 2 Exploring the Applications of Multimedia 2 Understanding Web Design 3 Exploring the Scope

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way! \ http://www.pass4test.com We offer free update service for one year Exam : 9A0-088 Title : Adobe IIIustrator CS4 Exam Vendors : Adobe Version : DEMO

More information

Creating a Title in Photoshop

Creating a Title in Photoshop Creating Titles in Photoshop Even if your editing package includes a great titler, there might still be times when you want to craft titles in a paint program or image editor. For example, there might

More information

Best Practices: Transparency

Best Practices: Transparency Best Practices: Transparency LEGAL NOTICES 2009 Quark Inc. as to the content and arrangement of this material. All rights reserved. 1986 2009 Quark Inc. and its licensors as to the technology. All rights

More information

Toon Boom Storyboard Pro 6

Toon Boom Storyboard Pro 6 Toon Boom Storyboard Pro 6 Getting Started Guide TOON BOOM ANIMATION INC. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 +1 514 278 8666 contact@toonboom.com toonboom.com Storyboard Pro

More information

InDesign ACA Certification Test 50 terms hollymsmith TEACHER

InDesign ACA Certification Test 50 terms hollymsmith TEACHER InDesign ACA Certification Test 50 terms hollymsmith TEACHER reccommended use: matching, test, etc You cannot rotate the graphic around its upper-left corner with the Free Transform tool. The content is

More information

Animated Gif - Illustrator /Text and Shapes

Animated Gif - Illustrator /Text and Shapes - Illustrator /Text and Shapes Use Adobe Illustrator to create an animated gif. Use a variety of shapes, outlined type, or live traced objects as your subjects. Apply all the skills that we have developed

More information

Check your document s safe margin, bleeds and trim marks before uploading.

Check your document s safe margin, bleeds and trim marks before uploading. TAKE A SECOND LOOK AT YOUR DOCUMENT. A CLOSER LOOK. Check your document s safe margin, bleeds and trim marks before uploading. Please note: Business cards have been used as an example throughout the PDF

More information

Download sample of Curriculum. Animate Learning Curriculum Teacher Edition

Download sample of Curriculum. Animate Learning Curriculum Teacher Edition Animate Learning Curriculum Teacher Edition Legal Notices Published by Toon Boom Animation Inc. Corporate Headquarters Montreal, Quebec Canada H 1 Tel: (514) 278-8666 Fax: (514) 278-2666 toonboom.com Disclaimer

More information

TOON BOOM HARMONY 14.0 Premium Edition Preferences Guide

TOON BOOM HARMONY 14.0 Premium Edition Preferences Guide TOON BOOM HARMONY 14.0 Premium Edition Preferences Guide Legal Notices Toon Boom Animation Inc. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 Tel: +1 514 278 8666 Fax: +1 514 278 2666

More information

TOON BOOM HARMONY Premium Edition - Getting Started Guide (Server)

TOON BOOM HARMONY Premium Edition - Getting Started Guide (Server) TOON BOOM HARMONY 12.2.1 - Premium Edition - Getting Started Guide (Server) Legal Notices Toon Boom Animation Inc. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 Tel: +1 514 278 8666 Fax:

More information

How to create interactive documents

How to create interactive documents Adobe InDesign Guide How to create interactive documents You can use Adobe InDesign to create dynamic web content or interactive documents. InDesign supports export to web-ready HTML or interactive PDF.

More information

Creating Interactive PDF Forms

Creating Interactive PDF Forms Creating Interactive PDF Forms Using Adobe Acrobat X Pro for the Mac University Information Technology Services Training, Outreach, Learning Technologies and Video Production Copyright 2012 KSU Department

More information

Ad Creation Guide. Table of Contents

Ad Creation Guide. Table of Contents Ad Creation Guide Table of Contents BEST PRACTICES 2 INDESIGN USERS 4 QUARKXPRESS 4, 5, AND 6 USERS 5 QUARKXPRESS 7, 8, AND 9 USERS 7 DISTILLING 9 INDESIGN PRESET DETAILS 10 QUARKXPRESS PRINT STYLE DETAILS

More information

13 PREPARING FILES FOR THE WEB

13 PREPARING FILES FOR THE WEB 13 PREPARING FILES FOR THE WEB Lesson overview In this lesson, you ll learn how to do the following: Create and stylize a button for a website. Use layer groups and artboards. Optimize design assets for

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

TOON BOOM HARMONY Premium Edition - Getting Started Guide

TOON BOOM HARMONY Premium Edition - Getting Started Guide TOON BOOM HARMONY 14.0 - Premium Edition - Getting Started Guide Legal Notices Toon Boom Animation Inc. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 Tel: +1 514 278 8666 Fax: +1 514

More information

Toon Boom Producer V1.0

Toon Boom Producer V1.0 Toon Boom Producer V1.0 User Guide TOON BOOM ANIMATION INC. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 +1 514 278 8666 contact@toonboom.com toonboom.com Toon Boom Producer 1.0 User

More information

DIGITAL MEDIA IA (810)

DIGITAL MEDIA IA (810) DESCRIPTION Digital Media is the process of analyzing, designing and developing interactive media. Digital Media I is the first-year digital media course where students will create and learn digital media

More information

Toon Boom Harmony V15.0

Toon Boom Harmony V15.0 Toon Boom Harmony V15.0 Release Notes TOON BOOM ANIMATION INC. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 +1 514 278 8666 contact@toonboom.com toonboom.com Legal Notices Toon Boom

More information

Legal Notices. Toon Boom Animation Inc Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2. Tel: Fax:

Legal Notices. Toon Boom Animation Inc Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2. Tel: Fax: Storyboard Pro 5.5 Reference Guide Legal Notices Toon Boom Animation Inc. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 Tel: +1 514 278 8666 Fax: +1 514 278 2666 toonboom.com Disclaimer

More information

Configuration. English. Video Management System. SeMSy III Modul Map. Rev /

Configuration. English. Video Management System. SeMSy III Modul Map. Rev / Configuration English Video Management System SeMSy III Modul Map Rev. 1.0.1 / 2014-08-31 Information about Copyright, Trademarks, Design Patents 2014 Dallmeier electronic The reproduction, distribution

More information

Macromedia - Fireworks TechNotes: How to create transparent Pop-up Menus

Macromedia - Fireworks TechNotes: How to create transparent Pop-up Menus Page 1 of 6 Home > Products > Fireworks > Support > TechNote Index How to create transparent Pop-up Menus Pop-up Menus can be structured to have transparent or translucent backgrounds. Modifying the Pop-up

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

Adobe InDesign Notes. Adobe InDesign CS3

Adobe InDesign Notes. Adobe InDesign CS3 Adobe InDesign Notes Adobe InDesign CS3 Page 2 Introduction These notes have been put together for basic and advanced methods, features and language. I have also created notes on other Adobe products.

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

move object resize object create a sphere create light source camera left view camera view animation tracks

move object resize object create a sphere create light source camera left view camera view animation tracks Computer Graphics & Animation: CS Day @ SIUC This session explores computer graphics and animation using software that will let you create, display and animate 3D Objects. Basically we will create a 3

More information

Output models Drawing Rasterization Color models

Output models Drawing Rasterization Color models Output models Drawing Rasterization olor models Fall 2004 6.831 UI Design and Implementation 1 Fall 2004 6.831 UI Design and Implementation 2 omponents Graphical objects arranged in a tree with automatic

More information

Toon Boom Harmony Essentials 16.0

Toon Boom Harmony Essentials 16.0 Essentials Toon Boom Harmony Essentials 16.0 Reference Book TOON BOOM ANIMATION INC. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 +1 514 278 8666 contact@toonboom.com toonboom.com Harmony

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

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

File Preparation for Eagle Print. PLEASE NOTE:If you are an IBM based customer, we can only accept PDF files!

File Preparation for Eagle Print. PLEASE NOTE:If you are an IBM based customer, we can only accept PDF files! Eagle Print File Preparation for Eagle Print PLEASE NOTE:If you are an IBM based customer, we can only accept PDF files! 1. All pages should be built to correct size, for both final size and live image

More information

Virtual MODELA USER'S MANUAL

Virtual MODELA USER'S MANUAL Virtual MODELA USER'S MANUAL Virtual MODELA is a program that simulates the movement of the tool on the screen. Contents Contents Part 1 Introduction 1-1 System Requirements... 4 1-2 Overview of Virtual

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

Actualtests.9A QA

Actualtests.9A QA Actualtests.9A0-351.51.QA Number: 9A0-351 Passing Score: 800 Time Limit: 120 min File Version: 5.6 http://www.gratisexam.com/ 9A0-351 Adobe Illustrator CC Recertification Exam Marvelous planning guide

More information

ADOBE 9A Adobe Illustrator CS ACE. Download Full Version :

ADOBE 9A Adobe Illustrator CS ACE. Download Full Version : ADOBE 9A0-035 Adobe Illustrator CS ACE Download Full Version : https://killexams.com/pass4sure/exam-detail/9a0-035 QUESTION: 121 You want to set crop marks directly in your artwork and specify a user defined

More information

Software User's Guide

Software User's Guide Software User's Guide Brother QL-series The contents of this guide and the specifications of this product are subject to change without notice. Brother reserves the right to make changes without notice

More information

MULTIMEDIA AND CODING

MULTIMEDIA AND CODING 07 MULTIMEDIA AND CODING WHAT MEDIA TYPES WE KNOW? TEXTS IMAGES SOUNDS MUSIC VIDEO INTERACTIVE CONTENT Games Virtual reality EXAMPLES OF MULTIMEDIA MOVIE audio + video COMPUTER GAME audio + video + interactive

More information

Indicates a caution you must observe when operating the product. Shows the number of the page that has related contents.

Indicates a caution you must observe when operating the product. Shows the number of the page that has related contents. Installation Guide This manual contains detailed instructions and notes on the operation and use of this product. For your safety and benefit, read this manual carefully before using the product. Notice

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

Software User's Guide

Software User's Guide Software User's Guide The contents of this guide and the specifications of this product are subject to change without notice. Brother reserves the right to make changes without notice in the specifications

More information

MULTIMEDIA DESIGNING AND AUTHORING

MULTIMEDIA DESIGNING AND AUTHORING UNIVERSITY OF CALICUT SCHOOL OF DISTANCE EDUCATION D M A MULTIMEDIA DESIGNING AND AUTHORING QUESTION BANK 1. A multimedia authoring software. A. PageMaker B. Director C. Excel 2. Tool used to increase

More information

HO-FL1: INTRODUCTION TO FLASH

HO-FL1: INTRODUCTION TO FLASH HO-FL1: INTRODUCTION TO FLASH Introduction Flash is software authoring package for creating scalable, interactive animations (or movies) for inclusion in web pages. It can be used to create animated graphics,

More information

Toon Boom Storyboard Pro 6.0

Toon Boom Storyboard Pro 6.0 Toon Boom Storyboard Pro 6.0 Release Notes TOON BOOM ANIMATION INC. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 +1 514 278 8666 contact@toonboom.com toonboom.com Storyboard Pro 6.0

More information

Software User's Guide

Software User's Guide Software User's Guide The contents of this guide and the specifications of this product are subject to change without notice. Brother reserves the right to make changes without notice in the specifications

More information