6/3/2011 GRC 119. Bitmap vs Vector Graphics. Computer Graphics Review. RGB color model with pixels. Bitmap (Raster Graphic) RGB color model

Size: px
Start display at page:

Download "6/3/2011 GRC 119. Bitmap vs Vector Graphics. Computer Graphics Review. RGB color model with pixels. Bitmap (Raster Graphic) RGB color model"

Transcription

1 Computer Graphics Review GRC 119 Bitmap vs Vector Graphics Review of basic concepts learned in GRC 103 Overview of general computer graphics terminology Review of Photoshop, Illustrator Review of scanning concepts HTML introduced Bitmap/Raster Image is composed of pixels Each pixel can represent a dif color Not ideally up-sizeable or scalable Used in painting programs like Photoshop Vector Image is determined by a mathematical algorithm Vector graphics are composed of paths Uses mathematical relationships between points and the paths connecting them to describe the image Scalable (up-sizeable) Used primarily in drawing programs like Illustrator Pen tool can be used to create custom vector shapes Bitmap (Raster Graphic) Made up of pixels Pixels are the smallest element of resolution on the computer screen A pixels is often referred to as a dot but is actually square Each pixel is represented by a shade of color Bit depth determines the possible shades of color available A bit depth of 4 (2 to the 4 power) = 16 colors possible 8 bit color (2 8 = 256 colors) 24 bit color (2 24 = 16,777,216 colors) Recommended color mode for screen output is RGB Recommended color mode for print output is CMYK RGB color model with pixels Each pixel's color sample will have three numerical RGB components (Red, Green, Blue) to represent the color Pixel color is made up of three projected colors of light that mix together optically RGB color model Screen-based color for screen delivery RGB color is additive, meaning that mixing all the colors creates white The RGB color space was created for computer graphics to be viewed only onscreen Projected light colors are red, green blue Bitmap problems Bitmapped Image aliasing can be a problem when using bitmaps Aliasing Jagged edges (aka stair-stepping) can be apparent when there are diagonal lines or curves in the image Anti-aliasing Attempts to smooth out the rough edges by blending edges by adding the appearance of a shadow to hide sharp edge Mixed together these three colors create a color space called RGB 1

2 Photoshop "bitmap" or "raster graphic" image editor used for creating, modifying and outputting digital images of a photographic nature, manipulates individual color pixels within a fixed bitmap. also referred to as a painting program. Continuous tone images (like jpg or photo quality images) are edited in Photoshop. Adobe Illustrator "vector-based" drawing program Vector graphics are composed of paths You draw a path (line) by creating two anchor points There are two types of anchor points: Corner (makes a straight line) Curved (makes a curved line) You can create a shape by adding additional points and paths You can use the pen tool to create anchor points Bezier Curves Vector to bitmap You can create a curved line by generating curved paths (Bezier curves) connected by modifiable (curved) anchor points. anchors, with their handles are editable, and never "leave" the file. The process of changing a vector graphic to a bitmap image is called rasterization converts the graphic's paths into pixels. Pulling and moving the handle on a curved point determines the curve that is produced between two points. You should know and be comfortable with how to use the pen tool in Illustrator and Photoshop. Take time to continually practice with the pen tool in order to perfect your pen tool skills. RGB color model What you see (as far as color on your screen) is not always the color that others will see on their screen Unpredictable color differences due to monitor settings and calibrations RGB color model Macintosh images typically appear darker on Windows systems due to gamma settings Gamma settings Windows ~2.2 vs Mac ~1.8 Calibration is how your monitor displays images No universal calibration model for screen-based color There are tools and programs used for calibrating monitors 2

3 Hexadecimal-based colors Hex value is used for defining color in HTML and can also be used in popular graphic programs Hexadecimal values are based on base-16 mathematics Graphics editors simplify this by showing us the color swatch to choose from without us having to know a Hex number Hexadecimal-based colors cont. Hex value starts out with # Sample hex value #aaffqq In HTML there are 17 standard color names that can be used instead of the Hex value, these names give us only basic colors like Black, Blue, Red, White, Yellow, etc Programs like Photoshop let you pick colors using different values like Hex, RGB, or CMYK Scanning When scanning, set the ppi to your desired scan level/quality ppi dots (pixels) per inch Image size, quality, and file size varies with scanned ppi resolution ppi is typical for scanning, depending on desired quality setting Use RGB color mode for screen output Each pixel's color sample will have three numerical RGB components (Red, Green, Blue) to represent the color If the web or screen will be the final output then 100 ppi is recommended Most monitors display at approx 100ppi 300 ppi is good for high quality archival Scanning Recommendations Using Photoshop Open Photoshop (If possible use Photoshop to scan image ) File>Import (look for scanner or driver name) Set scanning preferences Set ppi to approx 300ppi Select ppi based on desired quality/use Preview Scan Crop image Scan image Save in Photoshop (recommended you save as a archive file.psd format) Photoshop image export for web Set resolution to approx 100ppi for screen output File>Save for Web Recommended select JPG or PNG for photographs, images, gradients (over 256 colors) GIF is available for line art, text, simple logo (up to 256 colors) Click on Save Native Photoshop file is.psd Exporting out of Photoshop to a common image format flattens the exporting image file (flattens all layers).gif good for flat, solid colors. Contains only up to 256 colors, limited color range. Good for type, line art, and images with sharp edges. Bad for gradients or photographs..jpg good for continuous tone images such as photographs or an image that contains a variety of shades, gradients, or blends. No transparency options..png also good for continuous tone images such as photographs, newer file format, combines the best of the two original common image formats and allows for transparency. 3

4 Image compression types Lossy Some image data is lost or thrown out in exchange for making the file size smaller (compressing). Jpg uses lossy. Lossless allows the exact original data to be reconstructed from the compressed data. File size becomes smaller but not as small as jpg. Png uses lossless. Transparency options There are options available to preserve transparent parts of an image Transparent parts appear as grey/white checkerboard in a Photoshop background When saving for web save as transparent ping or gif and select the transparency option Preserves the transparency in the original image or allows you to define the color which should be used for transparency Web safe colors/palette myth Old, web safe colors are no longer used. The only reason to use the web-safe palette is if you have a concern that your Web design work will be viewed from a 256 color (8-bit) computer system, extremely rare. The web/browser-safe Palette only contains 216 colors out of a possible 256. That is because the remaining 40 colors vary on Macs and PCs. By eliminating the 40 variable colors, this palette is optimized for cross-platform use. Web Graphics File Formats The three most popular image file formats for Web JPG GIF PNG Should not be used to remap color photographs. Web Graphics Resolution Recommended setting for web graphics being viewed on screen 100 ppi dots (pixels per inch) Use pixels as your standard unit of measure when working in editing programs such as Photoshop and Illustrator When scanning you may want to scan at a higher ppi if you plan on using a high resolution or needing a large image or for print output Web Graphics Compressed File Formats.jpg Photographs, gradients and textures with more than 256 colors Uses lossy compression, throws out data. No transparency..png Originally meant to replace GIF Includes most features of GIF and JPG 32 bit color transparency, alpha transparency Not supported in very old browsers Uses lossless compression no data loss yet compressed.gif Simple logos, text, and line art. Limited to only 256 colors. Supports transparency GIF format supports GIF animation aka. Animated GIF Uses lossless compression no data loss yet compressed 4

5 Dithering only used with gif Creates the illusion of additional colors by positioning different colored pixels in order to simulate a color that does not exist on the 256 color palette Avoid dithering when possible Increases the file size slightly Diffusion only used with gif Helps simulates shades of colors for 8 bit 256 limited color display Produces a less obvious result while maintaining a small file size Higher percentages of diffusion do a better job of simulating shades of colors Can help when displaying gradients for gif images Gif animation Animated format using the gif image file format Allows you to create a simple animation with a gif image Suitable for web, no plug in needed for viewing of animation, plays within browser Web files overview The web has become a very common way for publishing files Need to understand URL addresses Relative vs Absolute images/links Photoshop enables you to build animation and save in the animated gif format Rarely used anymore, not recommended, Flash is a better file format that requires a plug-in but offers more options URL Uniform resource locator, URL Web address for an online file Important concept of web files Absolute path (absolute path to web URL location) For example Relative vs Absolute images/links Relative path (relative to wherever you are) For example /images/i.gif (reads look for a folder called images and inside the folder find file i.gif) Absolute path (absolute path to location) For example 5

6 Files, Folders & Directories Another important concept of files and web Files such as online web pages and online images are stored in directories A directory is another name for a folder on a web server Within directories we can have folders Folders can have sub folders Must keep highly organized when creating websites Organize your content into logical folders like an images folder Client server computing Client is the one viewing or connecting to a remote file Server is where files are stored Client is the program like Internet Explorer being used to connect to your file like a webpage Each individual web browser is referred to as a client Server is the web server which serves up files such as webpages Creating a webpage using HTML tags A webpage is a plain text document and contains all the required HTML tags, and is saved with the.html file extension Tags can be typed in TextEdit or any plain text editor like Notepad but document is saved using.html file extension like anyname.html Most HTML tags come in pairs and have opening and closing tags. Tag example shown below. <p>a paragraph goes inside here</p> Tags are used to markup text to have a desired format Minimum Required HTML tags: (case sensitive in newer HTML, must go in this order!) <html> <head> <title> </title> </head> <body> Most content goes in the body </body> </html> Dreamweaver Dreamweaver is a software program used to author webpages and very useful as a Website management tool, aka wysiwyg editor, what you see is what you get We will learn more about HTML during the semester. This concludes our CG Review. Please bring up any questions if at this time if you do not understand any of the basic computer graphic concepts we have reviewed. DW has a built in FTP program FTP used to connect to a remote web server that stores your web files. FTP, stands for File transfer protocol You must first define your sites (within Dreamweaver) on each machine you author on before you can FTP into a remote site 6

ART 170: Web Design 1

ART 170: Web Design 1 Banner Design Project Overview & Objectives Everyone will design a banner for a veterinary clinic. Objective Summary of the Project General objectives for the project in its entirety are: Design a banner

More information

MassArt Studio Foundation: Visual Language Digital Media Cookbook, Fall 2013

MassArt Studio Foundation: Visual Language Digital Media Cookbook, Fall 2013 INPUT OUTPUT 08 / IMAGE QUALITY & VIEWING In this section we will cover common image file formats you are likely to come across and examine image quality in terms of resolution and bit depth. We will cover

More information

Optimizing graphic files

Optimizing graphic files Optimizing graphic files Introduction As soon as I started using web-authoring tools, I realized that I should be careful to use graphics on the web. Well-designed graphics usually make the web site more

More information

Digital Imaging and Image Editing

Digital Imaging and Image Editing Digital Imaging and Image Editing A digital image is a representation of a twodimensional image as a finite set of digital values, called picture elements or pixels. The digital image contains a fixed

More information

WEB DEVELOPMENT IMMERSIVE HTML & WEB FUNDAMENTALS

WEB DEVELOPMENT IMMERSIVE HTML & WEB FUNDAMENTALS HTML & WEB FUNDAMENTALS TOPICS How the Web Works The Development Process Separation of Concerns Work Flow Habits Getting to know HTML elements Validation 2 HOW THE WEB WORKS Request/Response Rendering

More information

Links. Blog. Great Images for Papers and Presentations 5/24/2011. Overview. Find help for entire process Quick link Theses and Dissertations

Links. Blog. Great Images for Papers and Presentations 5/24/2011. Overview. Find help for entire process Quick link Theses and Dissertations Overview Great Images for Papers and Presentations May 26, 2011 Web Tips Definitions Using the Michigan Tech logo Photography 101 Great images from others Great images you create PDF conversion Final words

More information

Image Resolution. Color Spaces: RGB and CMYK. File Types and when to use. Image Resolution. Finding Happiness at 300 dots-per-inch

Image Resolution. Color Spaces: RGB and CMYK. File Types and when to use. Image Resolution. Finding Happiness at 300 dots-per-inch Image Resolution Color Spaces: RGB and CMYK File Types and when to use Image Resolution Finding Happiness at 300 dots-per-inch Rules to remember Text should be 400dpi at the final size in the layout. Images

More information

designed and prepared for california safe routes to school by circle design circledesign.net Graphic Standards

designed and prepared for california safe routes to school by circle design circledesign.net Graphic Standards Graphic Standards Table of Contents introduction...2 General Usage...2 Logo lockups: color...3 LOGO LOCKUPS: GRAYSCALE...4 Minimum Staging Area...5 Minimum Logo Size...6 Type Family...7 Color Palettes...8

More information

SCANNING, RESOLUTION, AND FILE FORMATS

SCANNING, RESOLUTION, AND FILE FORMATS Resolution SCANNING, RESOLUTION, AND FILE FORMATS We will discuss the use of resolution as it pertains to printing, internet/screen display, and resizing iamges. WHAT IS A PIXEL? PIXEL stands for: PICture

More information

Adobe Illustrator CS5

Adobe Illustrator CS5 What is Illustrator? Adobe Illustrator CS5 An Overview Illustrator is a vector drawing program. It is often used to draw illustrations, cartoons, diagrams, charts and logos. Unlike raster images that store

More information

Fireworks CS4 Tutorial Part 1: Intro

Fireworks CS4 Tutorial Part 1: Intro Fireworks CS4 Tutorial Part 1: Intro This Adobe Fireworks CS4 Tutorial will help you familiarize yourself with this image editing software and help you create a layout for a website. Fireworks CS4 is the

More information

Web Publishing Guidelines

Web Publishing Guidelines An Artist s Digital Toolkit Allan Wood, for educational use only Web Publishing Guidelines Setting Up Files for the Web When creating files to be used for the Web, the measurement settings should be in

More information

Creating Print-Ready Files

Creating Print-Ready Files A GUIDE TO Creating Print-Ready Files Our People. Your Vision. Let s Create. What is a Print-Ready File? A print-ready file allows a printer to produce your project quickly and efficiently. At Kopytek,

More information

MMGD0203 Multimedia Design MMGD0203 MULTIMEDIA DESIGN. Chapter 3 Graphics and Animations

MMGD0203 Multimedia Design MMGD0203 MULTIMEDIA DESIGN. Chapter 3 Graphics and Animations MMGD0203 MULTIMEDIA DESIGN Chapter 3 Graphics and Animations 1 Topics: Definition of Graphics Why use Graphics? Graphics Categories Graphics Qualities File Formats Types of Graphics Graphic File Size Introduction

More information

Logo Standards Guideline

Logo Standards Guideline Logo Standards Guideline TABLE OF CONTENTS Nurturing The Brand 1 Logo Guidelines 2 Correct Usage 2 Color Guidelines 6 How to Use the Provided Logo Files 9 Glossary 10 NURTURING THE BRAND THE FOLLOWING

More information

ACADEMIC TECHNOLOGY SUPPORT

ACADEMIC TECHNOLOGY SUPPORT ACADEMIC TECHNOLOGY SUPPORT Adobe Photoshop Introduction Part 1 (Basics- Image Manipulation) ats@etsu.edu 439-8611 www.etsu.edu/ats Table of Contents: Overview... 1 Objectives... 1 Basic Graphic Terminology...

More information

ACE: Illustrator CC Exam Guide

ACE: Illustrator CC Exam Guide Adobe Training Services Exam Guide ACE: Illustrator CC Exam Guide Adobe Training Services provides this exam guide to help prepare partners, customers, and consultants who are actively seeking accreditation

More information

To be productive in today s graphic s industry, a designer, artist, or. photographer needs to have some basic knowledge of various file

To be productive in today s graphic s industry, a designer, artist, or. photographer needs to have some basic knowledge of various file An Artist s Digital Toolkit Allan Wood, for educational use only Understanding File Formats File Formats To be productive in today s graphic s industry, a designer, artist, or photographer needs to have

More information

Scanning and OCR Basics

Scanning and OCR Basics Scanning and OCR Basics Scan Text Documents into Word 2003 using OCR Software 1. Place the document to scan face down on the flatbed scanner. 2. Launch Microsoft Word 2003 for Windows. 3. Select Acquire

More information

Digitisation Disposal Policy Toolkit

Digitisation Disposal Policy Toolkit Digitisation Disposal Policy Toolkit Glossary of Digitisation Terms August 2014 Department of Science, Information Technology, Innovation and the Arts Document details Security Classification Date of review

More information

Adobe Illustrator CS5 Part 1: Introduction to Illustrator

Adobe Illustrator CS5 Part 1: Introduction to Illustrator CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Adobe Illustrator CS5 Part 1: Introduction to Illustrator Summer 2011, Version 1.0 Table of Contents Introduction...2 Downloading

More information

Adobe Dreamweaver Exam Objectives

Adobe Dreamweaver Exam Objectives Adobe Dreamweaver audience needs for a website. 1.2 Identify webpage content that is relevant to the website purpose and appropriate for the target audience. 1.3 Demonstrate knowledge of standard copyright

More information

What Resolution Should Your Images Be?

What Resolution Should Your Images Be? What Resolution Should Your Images Be? The best way to determine the optimum resolution is to think about the final use of your images. For publication you ll need the highest resolution, for desktop printing

More information

Smithsonian Institution Archives Guidance Update SIA. ELECTRONIC RECORDS Recommendations for Preservation Formats. November 2004 SIA_EREC_04_03

Smithsonian Institution Archives Guidance Update SIA. ELECTRONIC RECORDS Recommendations for Preservation Formats. November 2004 SIA_EREC_04_03 SIA Smithsonian Institution Archives Guidance Update November 2004 ELECTRONIC RECORDS Recommendations for s SIA_EREC_04_03 Highlights Highlights of SIA_EREC_04_03, an update on electronic record preservation

More information

EPSON SCANNING TIPS AND TROUBLESHOOTING GUIDE Epson Perfection 3170 Scanner

EPSON SCANNING TIPS AND TROUBLESHOOTING GUIDE Epson Perfection 3170 Scanner EPSON SCANNING TIPS AND TROUBLESHOOTING GUIDE Epson Perfection 3170 Scanner SELECT A SUITABLE RESOLUTION The best scanning resolution depends on the purpose of the scan. When you specify a high resolution,

More information

Comparison of different image compression formats. ECE 533 Project Report Paula Aguilera

Comparison of different image compression formats. ECE 533 Project Report Paula Aguilera Comparison of different image compression formats ECE 533 Project Report Paula Aguilera Introduction: Images are very important documents nowadays; to work with them in some applications they need to be

More information

Adobe Certified Expert Program

Adobe Certified Expert Program Adobe Certified Expert Program Product Proficiency Exam Bulletin Adobe Photoshop CS4 Exam # 9A0-094 ACE Certification Checklist The checklist below will help guide you through the process of obtaining

More information

Periodontology. Digital Art Guidelines JOURNAL OF. Monochrome Combination Halftones (grayscale or color images with text and/or line art)

Periodontology. Digital Art Guidelines JOURNAL OF. Monochrome Combination Halftones (grayscale or color images with text and/or line art) JOURNAL OF Periodontology Digital Art Guidelines In order to meet the Journal of Periodontology s quality standards for publication, it is important that authors submit digital art that conforms to the

More information

Color Workflows for Adobe Creative Suite 3. A Self-Help Guide

Color Workflows for Adobe Creative Suite 3. A Self-Help Guide Color Workflows for Adobe Creative Suite 3 A Self-Help Guide Adobe Systems Incorporated 345 Park Avenue, San Jose, CA 95110-2704 USA www.adobe.com Adobe, the Adobe logo, Dreamweaver, Illustrator, Photoshop,

More information

HOW TO PRINT YOUR DIGITAL SCRAPBOOK

HOW TO PRINT YOUR DIGITAL SCRAPBOOK General Specifications 1. Design your book pages. Photoshop template files are available for download. Go to www.shutterfly.com/ digitalscrapbook/book/specs.jsp and choose template size desired. If you

More information

Adjusting Digitial Camera Resolution

Adjusting Digitial Camera Resolution Adjusting Digitial Camera Resolution How to adjust your 72 ppi images for output at 300 ppi Eureka Printing Company, Inc. 106 T Street Eureka, California 95501 (707) 442-5703 (707) 442-6968 Fax ekaprint@pacbell.net

More information

Scanning in Windows XP: Basics Learning guide

Scanning in Windows XP: Basics Learning guide Scanning in Windows XP: Basics Learning guide If you have ever wanted to scan documents and images on different scanners in your department, you've probably faced the difficulties that arise from needing

More information

Adobe Training Services Exam Guide. ACE: Illustrator CS6

Adobe Training Services Exam Guide. ACE: Illustrator CS6 Adobe Training Services Exam Guide ACE: Illustrator CS6 Adobe Training Services provides this exam guide to help prepare partners, customers, and consultants who are actively seeking accreditation as Adobe

More information

So you say you want something printed...

So you say you want something printed... So you say you want something printed... Well, that s great! You ve come to the right place. Whether you re having us design and edit your work, or you fancy yourself a designer and plan to hand over your

More information

Photoshop- Image Editing

Photoshop- Image Editing Photoshop- Image Editing Opening a file: File Menu > Open Photoshop Workspace A: Menus B: Application Bar- view options, etc. C: Options bar- controls specific to the tool you are using at the time. D:

More information

REVISED JUNE 2011. PLEASE DISCARD ANY PREVIOUS VERSIONS OF THIS GUIDE. Graphic Style Guide

REVISED JUNE 2011. PLEASE DISCARD ANY PREVIOUS VERSIONS OF THIS GUIDE. Graphic Style Guide REVISED JUNE 2011. PLEASE DISCARD ANY PREVIOUS VERSIONS OF THIS GUIDE. Graphic Style Guide 1 Introduction 2 Logo Fonts 4 Logo Color 6 Logo Size & Clear Space 8 Logo Composition 10 Logo Application 16 Corporate

More information

Graphic Design. Background: The part of an artwork that appears to be farthest from the viewer, or in the distance of the scene.

Graphic Design. Background: The part of an artwork that appears to be farthest from the viewer, or in the distance of the scene. Graphic Design Active Layer- When you create multi layers for your images the active layer, or the only one that will be affected by your actions, is the one with a blue background in your layers palette.

More information

m ac romed ia Fi r e wo r k s Curriculum Guide

m ac romed ia Fi r e wo r k s Curriculum Guide m ac romed ia Fi r e wo r k s Curriculum Guide 1997 1998 Macromedia, Inc. All rights reserved. Macromedia, the Macromedia logo, Dreamweaver, Director, Fireworks, Flash, Fontographer, FreeHand, and Xtra

More information

Instructions for Creating a Poster for Arts and Humanities Research Day Using PowerPoint

Instructions for Creating a Poster for Arts and Humanities Research Day Using PowerPoint Instructions for Creating a Poster for Arts and Humanities Research Day Using PowerPoint While it is, of course, possible to create a Research Day poster using a graphics editing programme such as Adobe

More information

Image Formatting. Thanks to the Jerome Foundation.

Image Formatting. Thanks to the Jerome Foundation. Thanks to the Jerome Foundation. Image Formatting Saving your Image as a JPEG: If your image is saved in a format other than JPEG (.tiff,.psd,.pict, etc.) it will not work. You can save your image as a.jpg

More information

Digimarc for Images. Best Practices Guide (Chroma + Classic Edition)

Digimarc for Images. Best Practices Guide (Chroma + Classic Edition) Digimarc for Images Best Practices Guide (Chroma + Classic Edition) Best Practices Guide (Chroma + Classic Edition) Why should you digitally watermark your images? 3 What types of images can be digitally

More information

14.1 Scanning photographs

14.1 Scanning photographs 14.1 Scanning photographs What is scanning and why is it useful? A scanner is like a photocopy machine. It makes copies of photos and documents, but instead of creating another piece of paper, it creates

More information

VIRGINIA WESTERN COMMUNITY COLLEGE

VIRGINIA WESTERN COMMUNITY COLLEGE 36T Revised Fall 2015 Cover Page 36TITD 112 21TDesigning Web Page Graphics Program Head: Debbie Yancey Revised: Fall 2015 Dean s Review: Deborah Yancey Dean 21T Lab/Recitation Revised Fall 2015 None ITD

More information

Essential Graphics/Design Concepts for Non-Designers

Essential Graphics/Design Concepts for Non-Designers Essential Graphics/Design Concepts for Non-Designers presented by Ana Henke Graphic Designer and Publications Supervisor University Communications and Marketing Services New Mexico State University Discussion

More information

Preparing Images for PowerPoint, the Web, and Publication

Preparing Images for PowerPoint, the Web, and Publication What is Resolution?... 2 How Resolution Affects File Memory Size... 2 Physical Size vs. Memory Size... 3 Thinking Digitally... 4 What Resolution is Best For Printing?... 5 Professional Publications...

More information

Optimizing Adobe PDF files for display on mobile devices

Optimizing Adobe PDF files for display on mobile devices whitepaper TABLE OF CONTENTS 1 Introduction 1 Part I. Optimizing existing PDF files 5 Part II. Creating optimized PDF files Introduction This document provides guidelines for creating Adobe PDF files optimized

More information

Welcome to CorelDRAW, a comprehensive vector-based drawing and graphic-design program for the graphics professional.

Welcome to CorelDRAW, a comprehensive vector-based drawing and graphic-design program for the graphics professional. Workspace tour Welcome to CorelDRAW, a comprehensive vector-based drawing and graphic-design program for the graphics professional. In this tutorial, you will become familiar with the terminology and workspace

More information

QUICK REFERENCE: ADOBE ILLUSTRATOR CS2 AND CS3 SECTION 1: CS3 TOOL BOX: PAGE 2 SECTION 2: CS2 TOOL BOX: PAGE 11

QUICK REFERENCE: ADOBE ILLUSTRATOR CS2 AND CS3 SECTION 1: CS3 TOOL BOX: PAGE 2 SECTION 2: CS2 TOOL BOX: PAGE 11 QUICK REFERENCE, ADOBE ILLUSTRATOR, PAGE 1 QUICK REFERENCE: ADOBE ILLUSTRATOR CS2 AND CS3 CS2 SECTION 1: CS3 TOOL BOX: PAGE 2 SECTION 2: CS2 TOOL BOX: PAGE 11 SECTION 3: GENERAL CONCEPTS: PAGE 14 SELECTING

More information

Preparing Content for self-publishing

Preparing Content for self-publishing Preparing Content for self-publishing TEXT Check spelling, grammar and punctuation. Fact check! Tip: print out all your text, and ask someone else to proof-read it. Ensure consistency of style: capitalization,

More information

PREPARING PHOTOS for PRINTING

PREPARING PHOTOS for PRINTING PREPARING PHOTOS for PRINTING GENERAL WORKFLOW Open a PSD file SAVE AS a TIFF File Resize to Printer Resolution using IMAGE SIZE Sharpen with Layer Sharpen Add a Black Border using CANVAS SIZE Set the

More information

TEXT FILES. Format Description / Properties Usage and Archival Recommendations

TEXT FILES. Format Description / Properties Usage and Archival Recommendations TEXT FILES Format Description / Properties Usage and Archival Recommendations.txt.doc.docx.rtf.odt.pdf PDF/A Text file Simple plain text document Compatible across software packages Supports very little

More information

Print Services User Guide

Print Services User Guide Print Services User Guide Understanding Artwork for Print 1 Preferred Formats: Preferred formats should contain only vector-based graphics and text, and/or high-resolution images. Low resolution images

More information

Preparing an electronic file for McAdams Graphics, Inc.

Preparing an electronic file for McAdams Graphics, Inc. Preparing an electronic file for McAdams Graphics, Inc. The following information has been developed to ensure the consistent and accurate processing of your job. Any file not meeting these requirements

More information

Working With Animation: Introduction to Flash

Working With Animation: Introduction to Flash Working With Animation: Introduction to Flash With Adobe Flash, you can create artwork and animations that add motion and visual interest to your Web pages. Flash movies can be interactive users can click

More information

FILE PREPARATION GUIDE

FILE PREPARATION GUIDE Introduction The commercial printing equipment used by is very different to standard desk top printers so it is important that files submitted for printing are prepared properly to ensure they print correctly.

More information

A Basic Summary of Image Formats

A Basic Summary of Image Formats A Basic Summary of Image Formats Merciadri Luca Luca.Merciadri@student.ulg.ac.be Abstract. We summarize here the most used image formats, and their respective principal applications. Keywords: image formats,

More information

GRAPHIC DESIGN BITES FOR MARKETERS

GRAPHIC DESIGN BITES FOR MARKETERS GRAPHIC DESIGN BITES FOR MARKETERS VOL 1 2014 DESIGN EVALUATION Giving design feedback p3 HIERARCHY Learn why and how the hero leads the page p7 EPS What exactly is an.eps file? p5 More Maki COMING SOON

More information

Web Design Foundations (2015-16)

Web Design Foundations (2015-16) Course Description Web Design Foundations is a course that prepares students with work-related web design skills for advancement into postsecondary education and industry. The course is intended to develop

More information

UNIVERSITY OF CALICUT

UNIVERSITY OF CALICUT UNIVERSITY OF CALICUT SCHOOL OF DISTANCE EDUCATION CCSS UG (SDE) V SEMESTER OPEN COURSE INTRODUCTION TO MULTIMEDIA (For the UG candidates with core course other than BMMC) QUESTION BANK 1. Compression

More information

The Lighting Effects Filter

The Lighting Effects Filter Appendix appendix E The Lighting Effects Filter The Lighting Effects filter is like a little program in itself. With this filter, you can create a wealth of different lighting effects, from making a particular

More information

WHAT You SHOULD KNOW ABOUT SCANNING

WHAT You SHOULD KNOW ABOUT SCANNING What You should Know About Scanning WHAT You SHOULD KNOW ABOUT SCANNING If you re thinking about purchasing a scanner, you may already know some of the ways they can add visual interest and variety to

More information

Advanced Web Design COURSE OUTLINE

Advanced Web Design COURSE OUTLINE Advanced Web Design COURSE OUTLINE 1. Course Title: Advanced Web Design 2. CBEDS Title: Other visual communications/graphics course 3. CBEDS Number: 5798 4. Job Titles: Web Design Technicians Desktop Publishers

More information

Fireworks 3 Animation and Rollovers

Fireworks 3 Animation and Rollovers Fireworks 3 Animation and Rollovers What is Fireworks Fireworks is Web graphics program designed by Macromedia. It enables users to create any sort of graphics as well as to import GIF, JPEG, PNG photos

More information

Understanding Resolution and the meaning of DPI, PPI, SPI, & LPI

Understanding Resolution and the meaning of DPI, PPI, SPI, & LPI Understanding Resolution and the meaning of DPI, PPI, SPI, & LPI 2003, 2006, and 2012 David Creamer I.D.E.A.S. Publishing Consultant & Trainer Authorized Adobe Training Provider for Photoshop, Illustrator,

More information

Course Developer: Charles Shami, Professor, Savannah College of Art and Design

Course Developer: Charles Shami, Professor, Savannah College of Art and Design Course Developer: Charles Shami, Professor, Savannah College of Art and Design Course: Survey of Computer Art Applications Description: This class is for students already well versed in the use of art

More information

JOB READY ASSESSMENT BLUEPRINT WEB DESIGN - PILOT. Test Code: 3750 Version: 01

JOB READY ASSESSMENT BLUEPRINT WEB DESIGN - PILOT. Test Code: 3750 Version: 01 JOB READY ASSESSMENT BLUEPRINT WEB DESIGN - PILOT Test Code: 3750 Version: 01 Specific Competencies and Skills Tested in this Assessment: Internet Basics Describe the process of information exchange between

More information

Digital Image Basics. Introduction. Pixels and Bitmaps. Written by Jonathan Sachs Copyright 1996-1999 Digital Light & Color

Digital Image Basics. Introduction. Pixels and Bitmaps. Written by Jonathan Sachs Copyright 1996-1999 Digital Light & Color Written by Jonathan Sachs Copyright 1996-1999 Digital Light & Color Introduction When using digital equipment to capture, store, modify and view photographic images, they must first be converted to a set

More information

Web Design I. Introduction. This first exercise will cover the following concepts: Tutorial Topics

Web Design I. Introduction. This first exercise will cover the following concepts: Tutorial Topics Web Design I Web Enhancement XHTML/CSS Tutorial One Getting Started With the Internet Introduction Tutorial Topics This is the first of a series of tutorials to assist students enrolled in the XHTML/CSS

More information

Table of Contents File Set Up

Table of Contents File Set Up Table of Contents File Set Up File Basics Page 2 Setting Up Bleed Page 3 Banner Set Up Pockets and Bleed Page 4-5 Tradeshow Booth File Set Up Page 6 FTP Information Page 7 Scanning, Resolutions and Proofs

More information

ClarisWorks 5.0. Graphics

ClarisWorks 5.0. Graphics ClarisWorks 5.0 Graphics Level 1 Training Guide DRAFT Instructional Technology Page 1 Table of Contents Objectives... Page 3 Course Description and Organization... Page 4 Technology Requirements... Page

More information

DIVIDER G U I D E L I N E S

DIVIDER G U I D E L I N E S 3212 E. Hwy 30 P. O. Box 2110 Kearney, NE 68847 800-445-6621 Fax: 308-234-3969 web: www.morriscookbooks.com e-mail: cbart@morriscookbooks.com Press-Ready DIVIDER G U I D E L I N E S Accepted Software &

More information

Overview of the Adobe Flash Professional CS6 workspace

Overview of the Adobe Flash Professional CS6 workspace Overview of the Adobe Flash Professional CS6 workspace In this guide, you learn how to do the following: Identify the elements of the Adobe Flash Professional CS6 workspace Customize the layout of the

More information

ACTIVE CONTENT MANAGER (ACM)

ACTIVE CONTENT MANAGER (ACM) ITServices SSC007-3333 University Way Kelowna, BC V1V 1V7 250.807.9000 www.ubc.ca/okanagan/itservices ACTIVE CONTENT MANAGER (ACM) Managing the Digital Asset Library March 8, 2007 digital assets.ppt 1

More information

Graphic Design Studio Guide

Graphic Design Studio Guide Graphic Design Studio Guide This guide is distributed with software that includes an end-user agreement, this guide, as well as the software described in it, is furnished under license and may be used

More information

Data Storage 3.1. Foundations of Computer Science Cengage Learning

Data Storage 3.1. Foundations of Computer Science Cengage Learning 3 Data Storage 3.1 Foundations of Computer Science Cengage Learning Objectives After studying this chapter, the student should be able to: List five different data types used in a computer. Describe how

More information

Data Storage. Chapter 3. Objectives. 3-1 Data Types. Data Inside the Computer. After studying this chapter, students should be able to:

Data Storage. Chapter 3. Objectives. 3-1 Data Types. Data Inside the Computer. After studying this chapter, students should be able to: Chapter 3 Data Storage Objectives After studying this chapter, students should be able to: List five different data types used in a computer. Describe how integers are stored in a computer. Describe how

More information

Chapter Editing Pictures (Raster Graphics)

Chapter Editing Pictures (Raster Graphics) Draw Guide 6 Chapter Editing Pictures (Raster Graphics) This PDF is designed to be read onscreen, two pages at a time. If you want to print a copy, your PDF viewer should have an option for printing two

More information

All You Need to Know About Capturing Screens

All You Need to Know About Capturing Screens All You Need to Know About Capturing Screens Consulting matthew@ellisonconsulting.com What we ll cover in this session Recommendations on when and how to use screenshots in your user assistance Potential

More information

Designing for Print. How to build a file for successful printing. www.serviceprinters.com 127 East Second Street Duluth, MN 55805 1.800.877.

Designing for Print. How to build a file for successful printing. www.serviceprinters.com 127 East Second Street Duluth, MN 55805 1.800.877. Designing for Print How to build a file for successful printing by AN EMPLOYEE-OWNED COMPANY www.serviceprinters.com 127 East Second Street Duluth, MN 55805 1.800.877.4684 Proper Planning Prevents Poor

More information

p r i n t e r s p e c s

p r i n t e r s p e c s printer specs Supported Applications: Adobe Acrobat Adobe Illustrator Adobe Indesign Quark Xpress Adobe Photoshop Microsoft Word Microsoft Publisher Microsoft Excel Microsoft Powerpoint Supported File

More information

Scanning Archival Material By Daniel D. Whitney

Scanning Archival Material By Daniel D. Whitney Scanning Archival Material By Daniel D. Whitney As we move from the 20 th Century into the information age of the 21 st, mountains of important material are being lost because there no way to index or

More information

CompuScholar, Inc. Alignment to Tennessee Web Design Foundations Standards

CompuScholar, Inc. Alignment to Tennessee Web Design Foundations Standards CompuScholar, Inc. Alignment to Tennessee Web Design Foundations Standards Tennessee Course Details: Course Name: Primary Career Cluster: Course Code: Credit: Grade Level: Teacher Resources: Web Design

More information

NDSU Technology Learning & Media Center

NDSU Technology Learning & Media Center 1 NDSU Technology Learning & Media Center QBB 150C 231-5130 www.ndsu.edu/its/tlmc Creating a Large Format Poster (Plot) Using PowerPoint 2013 Posters should be designed and created in a manner that best

More information

GRC 119 Assignment 6 Create a Flash Animation Banner Ad

GRC 119 Assignment 6 Create a Flash Animation Banner Ad GRC 119 Assignment 6 Create a Flash Animation Banner Ad 1. Brainstorm your Ad Concept and identify the 5 components 2. Storyboard your ad concept 3. Develop the visual components 4. Develop banner ad web

More information

Course Project Lab 3 - Creating a Logo (Illustrator)

Course Project Lab 3 - Creating a Logo (Illustrator) Course Project Lab 3 - Creating a Logo (Illustrator) In this lab you will learn to use Adobe Illustrator to create a vector-based design logo. 1. Start Illustrator. Open the lizard.ai file via the File>Open

More information

Preparing graphics for IOP journals

Preparing graphics for IOP journals Please note that these guidelines do not apply to journals of the American Astronomical Society. Guidelines for these journals are available online. Preparing graphics for IOP journals IOP Publishing,

More information

TABLE OF CONTENTS. SECTION ONE: OVERVIEW... 4 Who are these guidelines for?... 4 What is a visual identity guideline?... 4

TABLE OF CONTENTS. SECTION ONE: OVERVIEW... 4 Who are these guidelines for?... 4 What is a visual identity guideline?... 4 VISUAL IDENTITY TABLE OF CONTENTS SECTION ONE: OVERVIEW... 4 Who are these guidelines for?... 4 What is a visual identity guideline?... 4 SECTION TWO: VISUAL IDENTITY GUIDLINES... 5 Corporate identity

More information

IE Class Web Design Curriculum

IE Class Web Design Curriculum Course Outline Web Technologies 130.279 IE Class Web Design Curriculum Unit 1: Foundations s The Foundation lessons will provide students with a general understanding of computers, how the internet works,

More information

Digital Image Concepts I

Digital Image Concepts I Digital Image Concepts I The Pixel Handout 1.1 September 9, 2004 A Digital Image is composed of an array of picture elements or pixels. Each pixel represents a single color and value. The computer arranges

More information

Digital Photography. Digital Cameras and Digital Photography. Your camera. Topics Your Camera Exposure Shutter speed and f-stop Image Size Editing

Digital Photography. Digital Cameras and Digital Photography. Your camera. Topics Your Camera Exposure Shutter speed and f-stop Image Size Editing Digital Cameras and Digital Photography Topics Your Camera Exposure Shutter speed and f-stop Image Size Editing Faculty Innovating with Technology Program Aug 15, 2006 Digital Photography Your camera Virtually

More information