Computer Graphics Formats & Color Models
Computer Graphics Formats & Color Models
Babasaheb BCADES-102
Ambedkar
Open University Computer Graphics &
Digital Illustration Tool
Block
1
CONCEPT OF GRAPHICS FORMATS AND COLOUR
MODEL
Acknowledgment
Every attempt has been made to trace the copyright holders of material
reproduced in this book. Should an infringement have occurred, we apolo-
gize for the same and will be pleased to make necessary correction/
amendment in future edition of this book.
The content is developed by taking reference of online and print publi-
cations that are mentioned in Bibliography. The content developed rep-
resents the breadth of research excellence in this multidisciplinary aca-
demic field. Some of the information, illustrations and examples are
taken “as is” and as available in the references mentioned in Bibliogra-
phy for academic purpose and better understanding by learner.’
ROLE OF SELF INSTRUCTIONAL MATERIAL
IN DISTANCE LEARNING
Learning Objectives:
: Structure :
Introduction
Vector Graphics
Meta File
Resolution
Pixel Dimensions
Bit Depth
Dynamic Range
File Size
Compression
File Formats
Introduction
Purposeful
It explains ‘how’
1
How you satisfy client interest
How to convey
Informational
Visual language
Negative / positive
Front / back
Thick / thin
Opaque / transparent
Depth / embossed
This thing adds the some visual effects to your design to give the realis-
tic touch.
Process
Raster/Bitmapped Graphics
over an image and then recording the contents of each cell in the grid.
What is measured depends on the type of image and the degree of so-
2
whether the cell is predominantly black or white. The phrase predomi-
nantly black or white has to be used because in many causes the cell will
cover a region where there is both black and white, and the cell has to be
Vector Graphics
Very small amount of memory available for that purpose. Images were
knowledge of the positions of the two end-points of the line. For display
purpose the line can then be reconstructed, knowing its geometrical prop-
erties. Similarly, for a circle all that is needed is knowledge of its center
The display and printing devices used at the time were suitable only for
of new technologies a process, which is now coming into its actual be-
ing.
and curves.
Raster graphics when scaled lose out the resolution Vector graphics when
scaled do not lose out the resolution Raster graphics is used for screen
and web applications Vector graphics are used for print media.
3
Meta File
sion of meta file is WMF. You call it Window Meta File. This file con-
Resolution
Resolution is the number of pixels per inch, this decides the quality of
the image you are working with. Best resolution for web is 72 PPI and
for print media it starts with 300 PPI. Monitors have screen resolution
Pixel Dimensions
way and produces very different results. Because the images are created
and stored as the pixels, which make up the final displayed image, any
magnified image shows little, if any, extra detail. All that can happen is
Bit Depth
ing, for here there is a requirement that every pixel shall be controlled
that every pixel would be one of two possible color states. These two
states are usually black or white but could be any two colors. This is and
One-bit-per-pixel’ system. It means, for example that a character sized
block of pixels needs 126 bits but it would mean that the programmer
would have total control on the state of those bits. It would be possible;
for example, to create any character, which was desired and not be re-
4
stricted to the 256 preprogrammed members of the normal ‘system font’.
Dynamic Range
value in a range. In graphics dynamic range refers to the lightest and the
File Size
· Resolution
· Colors
· Format
· Raster or Vector
Compression
data. In graphics you can compress your files depending on the com-
pression codec being used. So you need to decide to have lossy com-
File Formats
1 TIF
2 PNG
3 JPG
4 GIF
Summary
5
Vector Graphics
Meta File
Resolution
Pixel Dimensions
Bit Depth
Dynamic Range
File Size
Compression
File Formats
Broad Questions –
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
6
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
7
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
Further Reading
[Link]
[Link]
[Link]
[Link]
Assignment
Not applicable
Case Study
Not Applicable
8
UNIT COLOR MODELS FOR COMPUTER
GRAPHICS & COMPUTER GRAPHICS
2 PROCESSING
Learning Objectives:
: Structure :
Introduction
Object Rendering
Shading
Color
Ray Tracing
Radiosity
Introduction
Here you shall be introduced to various color models and computer graph-
ics processing. Color models will give you can understanding as to what
colors have to be used when working with graphics, also it would give
you can idea as which color model is best suited for various kinds of
9
applications. So whether you work with screen or paper color models
are very important when you come across various file formats. Com-
know when you work with various applications and various software. So
A grayscale image has a single black color channel and all the tones in
for black and 255 goes for white. In percentage 0% is white and 100% is
black.
color), and quad tone (four-color) grayscale images using two to four
custom inks. This color model brings middle tones and highlights.
You can get 8-bit image files with maximum 256 colors. When you con-
vert to index color you get a color lookup table (CLUT) where each
color has a number and this number is called index and this is how the
Combination of Red, Green and Blue colors these are the Primary col-
ors
ors.
10
Lab Color Model
Lab color model works how the human eye sees colors. This describes
all colors as per the human eyes, means it shows all the colors that a
L – Lightness (0 to 100)
This color model has 256 colors in each channel but gray shades. These
This is measured in MHz or GHz. Higher the power better the graphics
processing. Some people also call this as visual processing unit. These
days GPU have high parallel structure, so the processing goes higher.
GPU can be on the video card and it can even be on the motherboard.
Object Rendering
When you work with graphics especially in the 3d world the geometric
nates. You have planes which are known as polygons and these polygons
join together and forms edges. Then the computer based upon the soft-
ware display the object in a perspective view such that human eye can
11
Shading
hances the visual ability to have a higher degree of how the shapes and
Color
Qualities of color
· Warm colors
· Cool colors
· Contrast
· Compliment
· Tertiary colors
tints)
Color contrast
12
Ray Tracing
the name says the light rays from the eye are traced back through an
image plane on a surface. The ray is traced from eye or the camera back-
wards. It sets the pixel to a color value returned by the ray. If these rays
interest the objects if any then they are tested. If the rays miss objects
then that particular pixel are shaded as a background color. Ray tracing
Radiosity
Radiosity is a technique that measures the energy that the light source
emits when it reflects and gets diffused in a room. Then based upon this
energy distribution Radiosity calculates the shading and renders soft
shadows of the objects. Radiosity can work with realistic light sources
so you really do not need artificial lights. Actual light sources work well.
In combination with ray tracing it can even render image to snap of the
tions.
Summary
· Object Rendering
13
· Shading
· Color
· Ray Tracing
· Radiosity
Broad Questions –
1. What is Radiosity?
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
14
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
15
..........................................................................
..........................................................................
Further Reading
[Link]
[Link]
[Link]
[Link]
[Link]
[Link]
[Link]
[Link]
view_ [Link]
[Link]
Assignment
Not Applicable
Case Study
Not Applicable
16
UNIT GRAPHIC FILE FORMATS &
3 GRAPHIC FILE COMPRESSION
Learning Objectives:
: Structure :
Introduction
BMP
EPS
EPS DCS
GIF
JPG
PICT
PNG
TIFF
TIFF/IT
JPEG
JPEG2000
HUFFMAN
LZW
RLE
3.1 Introduction
When you work with graphic software you need to have knowledge of
17
various file formats and also how various encoding formats work of graph-
ics data compression. So here you will be taught with knowing various
file formats and graphic compression format that are widely used for
BMP
format. Windows had introduced this and works on both PC and MAC.
EPS
appearing when taken print or when shown on the screen. You can in-
EPS DCS
This format is used to exchange BMP images across the prepress appli-
cations. Also works for vector format and even works for text. Color
separation can be generated quite fast as it contains EPS files. They fol-
low Adobe specification. You have two versions 1.0 and the most latest
2.0. 1.0 version works well with QuarkXPress. Works with QuarkXPress
GIF
This goes for Graphics Interchange File Format. This is very common
and well known across WWW. It’s a standard for graphics images. It uses
2d raster data and has binary encoding. You also have animated gifs. Ani-
mated gifs are multiple images in one single gif file.
JPG
JPG goes for Joint Photographic Experts Group. This is used for com-
18
pression. It has 16 million colors. This is used a lot for realistic images,
does not work well with line art or clipart or cartoons or black and white.
PICT
PICT supports 8 colors. This was developed by Apple 1984. These are
having QucikDraw commands. They hold bitmap images and also object
3.8 PNG
PNG Stands for Portable Network Graphics. Used for image compres-
sion. This is widely used across WWW. This uses lossless compression.
A PNG file gets 10-30% compressed as compared to GIF. So this for-
TIFF
Goes for Tag Image File Format. Used widely for scanned images. Widely
TIFF/IT
bitmap data. it does not go for vector and spot colors. They contain 256
colors of gray shades for each channel. It is used in applications like
and Lossless
19
When you work with lossy compression the file size is much reduced as
it removes less information and removes details and color changes and
they are so minor that the human eye cannot make out
When you work with lossless compression the file size remain more as
JPEG
JPEG goes for Joint Photographic Experts Group. This is used for com-
pression. It has 16 million colors. This is used a lot for realistic images,
does not work well with line art or clipart or cartoons or black and white.
JPEG 2000
This is a new format also known as JP2, this is a new image encoding
and lossless either of the two. Colors are saved as lossy and alpha
can read and write GML data, supports animation. This format depends
on quality axis, resolution axis, color axis and position axis. Also stores
standards.
20
HUFFMAN
This is also a coding format here the coding is based on the frequency of
occurrence of a data or you can say pixel in image. This uses lower num-
ber of bits for frequently occurring data. Code book stores the codes.
This code book and the encoded data should be supplied at the time of
decoding.
LZW
This is known as Lempel Ziv. This was developed by A. Lempel and J. Ziv
and later was modified by Welch. So the name goes as LZW. This is very
simple and versatile so it’s used a lot in the general data compression. It
compresses text, tables, numbers, exes almost to half the size. LZW
compression is used in GIF, TIFF, and Postscript.
RLE
RLE goes for Run-length encoding. This is a very simple encoding method.
It replace the repeating sequence of data what you call as same byte
encoding data. This encoding format is used a lot in text, tables, charts,
Summary
BMP
EPS
EPS DCS
GIF
JPG
PICT
PNG
21
TIFF
TIFF/IT
JPEG
JPEG2000
HUFFMAN
LZW
RLE
Broad Questions –
1. What JPG?
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
22
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
23
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
Further Reading
[Link]
[Link]
[Link]
[Link]
length_coding.htm
Assignment
Not Applicable
Case Study
Not Applicable
24
Dr. Babasaheb BCADES-102
Ambedkar
Open University Computer Graphics
& Illustrator
Block
2
WORKING WITH TOOLS AND MENU
Acknowledgment
Every attempt has been made to trace the copyright holders of material
reproduced in this book. Should an infringement have occurred, we apolo-
gize for the same and will be pleased to make necessary correction/
amendment in future edition of this book.
The content is developed by taking reference of online and print publi-
cations that are mentioned in Bibliography. The content developed rep-
resents the breadth of research excellence in this multidisciplinary aca-
demic field. Some of the information, illustrations and examples are
taken “as is” and as available in the references mentioned in Bibliogra-
phy for academic purpose and better understanding by learner.’
ROLE OF SELF INSTRUCTIONAL MATERIAL
IN DISTANCE LEARNING
Learning Objectives:
: Structure :
Introduction
Startup window
Interface
File Menu
Tools
Print Media
1.1 Introduction
the users for each and every field like graphics, animation and web.
trator. You can work with Illustrator in different ways. Whether you’re
creating graphics for the Web or high-resolution images for print, Illus-
1
trator delivers easy-to-use tools and editable effects to let you experi-
At the industry level this software is also used for the print industry. In
other Adobe software, you can take advantage of superior Adobe tech-
face that makes it easy to put your expertise in one application to work
in another.
Startup Screen
When you open ILLUSTRATOR CS, it gives welcome screen from which
you can take the option of new file or the opening of the file.
Interface
When you click for the new file it ask for the option of customizing the
page in different size and the color mode. As you open the new file, the
2. Drawing Window
4. Title Bar
5. Menu Bar
File Menu
New File: This option gives you new file to work upon
apart from this there are many formats which can be opened like
Tools
Selection Tool: Main tool used to select & move the objects. To select
multiple objects press shift.
Basic elements of the design are rectangle, polygons and ellipse, line.
For this you have the fly-out menu for the basic tools.
Rectangle Tool: To draw the customize rectangle, we take the tool and
click on the drawing board to get the property of the rectangle, where
3
Rounded Rectangle Tool: To draw rounded corner for rectangle, we
take the tool and click on the drawing board to get the property of the
rectangle, here you can define the perfect size and corner radius.
4
Star Tool: To draw the star with desire corners
Lens Flare Tool: This is the tool, which gives you the effect of flare
when you point your camera towards the sun. This effect is made with
Note : With Shift button pressed, you get the object in fixed orientation
Line Tool: To draw the straight line press shift or else move the mouse
freely. Any line that you draw will be defined with the stroke thickness
5
Fig 1.8: Line Tool
Arc Tool: To draw an open path display an arc we use this tool.
Spiral Tool: This tool is used mainly for the designing where you want
the circular grid. By altering the thickness and converting into object we
6
Fig 1.11: Rectangular Grid
Scale: Scale tool can increase or decrease the width or height or both
with constraint proportion or without. Press shift and drag this does in
equal proportion from the center.
Shear: You can shear or skew the objects on horizontal or vertical axis.
Shearing is based upon reference point. You can also lock the dimension
of the object and you can also skew one or multiple objects.
Reflect: This tool is also one of the transformation tools and you can
reflect your objects. Select this tool and click to set the point of origin,
then click and drag to reflect the object across an imaginary path. And
then leave the click at the point you want your object to reflect.
8
Fig 1.16: Reflect Tool
Free Transform: This tool freely rotates the objects in any direction
Live Paint Bucket: You can paint the planes and edges of the live group
With the advent of TV channels, radio stations and the internet buzz there
is a strong feeling that print media is dying, but is this true? For a minute
give a thought, how much of the population today is hooked to the WWW,
we can say only 10% of India’s population and 8% population across the
world uses internet. So what about the remaining 90%? There is a con-
stant tug of war when it comes to which media to be used. The question
all the various media are going through this struggle and survival fight as
to who stays each of the media is getting richer in content, context and
appeal. But in the midst of this fight and we can always say that the power
of written words have their own essence and impact. So let’s study this
Print media has various kinds of forms like newspaper, magazine, comic
books, ref keys, text books, story books, stationary, newsletters, peri-
You can convey your message through various ways in the print media
depending upon the context, audience, content, length and depth of in-
formation. Let’s have a look and know various print media more clear
and precise.
10
Newspaper: This is the most popular media in today’s world. Here the
page it has to come and the section of the page the length of informa-
tion. So you have to be very precise as the cost of space is too high if
you are eager to give some information in the most prominent news
Magazines: Magazines are more specific to the topic and the target
audience depends upon the group. So you can give your information based
upon the topic of information and see which magazine would be suitable
Newsletters: This is based upon the company. News letter is more like
and A3 size news paper of a much higher quality of paper and color. Here
the information goes to the reader like news and in the form of a letter.
taining to events, what’s new, future and upcoming events, quiz’s, puzzles,
that product, company or event or the purpose of the poster. These post-
ers are for masses that travel so posters can be put up road side, cross
roads, public places, so you need to decide based upon the seriousness
layouting.
11
specific and information specific. These are used as in house applica-
Summary
Startup window
Interface
File Menu
Tools
Print Media
Broad Questions –
1. Name the tools you studied in this unit and give the application of
each of them?
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
12
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
Further Reading
[Link]
world/
[Link]
[Link]
[Link]
[Link]
[Link]
top50_ada [Link]
[Link]
[Link]/[Link]/worlds_best_advertising_agencies
[Link]
[Link]
Assignment
Redraw
How to Go About:
13
Then he has to draw that character using pen tool.
You have to take care that the point define has to be proper and
Any path created, must be the closed object so that we can put
Criteria:
Case Study
Go out of your home and look around, do you see any human being that
catches yours attention. Yes! This is the character that you have to study.
sories etc. Write down these characteristics and then draw this character
on sheet of paper and again go out and see the environment in which this
character appears and then come back home and sketch this environ-
ment. If you wish you can even do live drawing of this character and the
environment. Once you are done with paper work open illustrator and
start producing the sketch and as well as the environment.
14
UNIT
WORKING WITH MENUS
2
Learning Objectives:
: Structure :
Introduction
Edit menu
View menu
Select Menu
Object Menu
2.1 Introduction
When you start off working with Illustrator apart from tools menus too
play a major role in compositions and making of art work. Here you
study edit menu that will give you features of cut, copy, paste, various
paste options, and of course redo and undo. View menu in illustrator will
facilitate you with how the software would view the objects; you get
features of guide and grid that would help you for alignment, propor-
tions and compositions. Select menu will give you features to select
objects that will make your working with objects easy. Magic want tool
in then another tool that you will study and finally you will study the
object menu that will help you in locking and unlock objects, group and
15
Edit Menu
for the steps that are done. There are unlimited undo in illustrator
forward.
Cut, Copy and Paste : Cutting and copying the object will keep in
the memory of the system, which will be received by the paste com-
mand.
Paste in Front : Will place the object right above, the entire
object.
Paste in Back : Will place the object right below, the entire
object.
View Menu
Outline: This option gives the wire frame of the object. It also toggles
when you press for the next time is give back the original preview.
Zoom in & out: This option is to view the graphic in bigger or smaller
form according to the screen area. This helps in making the graphics
more perfect while editing, aligning, etc. Zooming can be done with the
help of zoom tool. When you work with a zoom level you require to
move the area to go other part of the graphics, so for that you can move
the screen with the help of hand tool, this procedure is called panning.
16
Fit in window will set the graphic according to the area of monitor, where
as actual size display the complete size of the file whether it is fitting on
Show / Hide art board: This command hides or shows the boundary of
Show / Hide Edges: When you select the object, than you fine the
object
Notes selected with the blue boundary. By this command you can hide
around the selected object. You see an outline of the selection as you
drag it. When you release the mouse button, the object snaps to the cur-
rent border created by the bounding box, and you see the object’s outline
move.
Grids: Grids are line and dots which are used at the back of the artwork.
This helps to edit the graphics for alignment and orientation. Using the
Guides: These are temporary lines, which again helps in keeping the
perfect alignment and orientation. Guides are vertical as well as hori-
zontal which can be dragged from the ruler, which has to be on.
Snapping option: This option gives the sticky effect with the object. If
snap for grid is on than the object will snap with grids or snap to guides
is on than the object will snap to the guide as you take near them or start
a object near them. Snap to object will give snapping between the ob-
jects.
17
New View / Edit view: Adobe illustrator helps you in customizing the
different view of the file, according to the zoom level. This helps in
This tool is used to select an individual object even though you have
Select Menu
objects
Next object Below: To select the next object which is below ac-
are displayed in the sub menu. For this you can also use magic wand
tool
select all the objects within a layer or the objects having the same
effects on it.
18
Save & load Selection: You can save, edit, and load selections for
Object Menu
Lock & Unlock: Sometimes some objects gets disturbs while working
with other, in this case you can lock the other object by lock option. You
Summary
Edit menu
View menu
Select Menu
19
Magic wand tool
Object Menu
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
20
3. Give uses of guides and grids.
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
21
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
Further Reading
[Link]
[Link]
[Link]
Assignment
How to Go About:
You have to take care that the point define has to be proper and
Any path created, must be the closed object so that we can put
22
When the drawing is complete than group the entire object.
Criteria:
Case Study
Go out of your home and look around, do you see any human being that
catches yours attention. Yes! This is the character that you have to study.
sories etc. Write down these characteristics and then draw this character
on sheet of paper and again go out and see the environment in which this
character appears and then come back home and sketch this environ-
ment. If you wish you can even do live drawing of this character and the
environment. Once you are done with paper work open illustrator and
23
Dr. Babasaheb BCADES-102
Ambedkar
Open University Computer Graphics
& Illustrator
Block
3
WORKING WITH DRAWING TOOLS AND
TYPOGRAPHY
Acknowledgment
Every attempt has been made to trace the copyright holders of material
reproduced in this book. Should an infringement have occurred, we apolo-
gize for the same and will be pleased to make necessary correction/
amendment in future edition of this book.
The content is developed by taking reference of online and print publi-
cations that are mentioned in Bibliography. The content developed rep-
resents the breadth of research excellence in this multidisciplinary aca-
demic field. Some of the information, illustrations and examples are
taken “as is” and as available in the references mentioned in Bibliogra-
phy for academic purpose and better understanding by learner.’
ROLE OF SELF INSTRUCTIONAL MATERIAL
IN DISTANCE LEARNING
Learning Objectives:
Importance of colors.
Graphs
Introduction
For any kind of art work or composition, colors play a major role. Col-
ors add feel and expression and bring your work to life. Here you shall
study fills and outlines, fills and outlines in illustrator will give you an
idea about how to work with filling colors in the objects and enhance
them through outlines or strokes. Through gradients you can make your
2d object look 3d and make them look realistic. Drawing is another key
comfortable and precise tool for drawing and that to you custom draw-
You can fill the object with variety of option like normal colors, combi-
1
Use the Fill and Stroke boxes in the toolbox to select an object’s fill and
stroke, to swap the fill color with the stroke color, and to return the fill
and stroke to their default colors. Below the Fill and Stroke boxes are
the Color, Gradient, and none buttons. Use these buttons to change the
Swatch Panel: You use the Swatches palette to control all document
colors, gradients, patterns, and tints. You can also use different swatch
by open swatch library, where you find different types of colors with
various uses.
2
Fig 1.3: Swatch Panel
Symbol Panel: This panel stores all the objects, which can be used by
the symbols sprayer tool. You can also create your own customize sym-
bol. Symbols that you create and store in the Symbols palette are associ-
Styles: You can apply graphic styles to objects, groups, and layers. (You
can’t apply graphic styles to type objects that use outline-protected fonts
or bitmap fonts.) When you apply a graphic style, the new graphic style
overrides any graphic style that was previously applied to the item.
Brush: Brushes are the preset objects, which can be used to draw the
strokes with designs. Working with the paintbrush tool can use these
brushes.
3
Paint Brush Tool:
This tool is used to draw the freeform paths and also apply brush both
length and complexity of the path and by tolerance settings in the Paint-
Mesh Tool : This tool creates the mesh line vertically and horizontally
on the object to provide the easy way to manipulate with the colors. At
the intersection of the line you get the anchor point, which can be, edit
easily. It helps to change the intensity of a color shift, or change the
The same option with the desire way to work is given the object menu
with the title called Create Gradient Mesh where you can specify the
Define Pattern (Edit Menu): This option helps to create the pattern as
per your requirement, which can be use for fill option. To create the
pattern create the desire objects and select all the object from which
4
you want to create the pattern & give the command to define the pattern.
To draw the customize shape we always use the different drawing tools.
But the main tool to draw the customize object is the pen tool. To create
the object with the pen tool you need to do the following steps:
· And to complete the object closes the first and last point.
You can also click on the previous point to remove the tangent handle, by
pressing the ALT button so as to get the coming curve as per the require-
ment.
Pen Tool: It is a main tool that helps to define the point for you curves
Pressing ALT
5
Add Anchor Point: After drawing the shape, if you need to add the point
to define the proper shape you can used add anchor point, that will add
Convert Anchor Point: This tool is used to convert the line into curve
and vice versa. Click on the point on which you want to convert. So it
gives the tangent handle to the point to develop the curve for the cor-
ners.
Direct Selection Tool: This tool helps to give the final touches to the
objects, which are created by the pen tool. It helps to adjust the tangent
handle to define the proper curve. By pressing ALT button you can also
Lasso Tool: Lasso tool helps you to select the point abruptly. It can be
Measure Tool: This tool helps to get the dimension of any object and
also you can fine the angle if the object is tilted. It opens the info panel
Scissor Tool: This tool is used to cut the object from path to path. It
cuts the object in a straight line.
Knife tool: This tool is also used to cut the object but in the free form.
You can also extract the object from within also. While you cut the ob-
ject it develops the node as per you path of the knife tool.
Graphs
Graph tool: This option is used to define the graph as the value inserted
7
Fig 1.15: Graphs
Column Graph
Bar Graph
Line Graph
Area Graph
Scatter Graph
Pie Graph
Radar Graph
When you draw an area for the graph you get a panel where you can
8
Fig 1.16: Graph & Its Data Sheet
You can change the style of the graph to any one as describe above
You can change the object of the graph (instead of bar you can place
some own object of your own) by the option called column in the
To change the data of the graph it can be edited by the option Data in
Blend Tool: One of the simplest uses for blending is to create and dis-
page.
Replace spine: It helps to define the path of the blend. Create the path as
10
require, select the blend and the path that you have created and give the
Reverse spine : It interchanges the node of the path to reverse the di-
Expand : If you want to break part the blend, you can use the command
expand. Then you need to ungroup the object to get and individual ob-
jects.
shaded areas, the Auto Trace tool traces any bitmap image shape auto-
matically, creating a vector object filled with the current fill and stroke.
Summary
11
Drawing & Shaping Tools
Graphs
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
12
3. What is the use of swatches?
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
13
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
Further Reading
[Link]
[Link]
matering- [Link]
[Link]
yet- powerful-tools/
14
[Link]
[Link]
icb_color.ht m
[Link]
Col [Link]
[Link]
[Link]
[Link]
Assignment
How to Go About:
You have to take care that the point define has to be proper and to
Any path created, must be the closed object so that we can put
Criteria:
Go out of your home and look around, do you see any human being that
catches yours attention. Yes! This is the character that you have to study.
sories etc. Write down these characteristics and then draw this character
on sheet of paper and again go out and see the environment in which this
character appears and then come back home and sketch this environ-
ment. If you wish you can even do live drawing of this character and the
environment. Once you are done with paper work open illustrator and
16
UNIT WORKING WITH DRAWING
2 TOOLS AND TYPOGRAPHY
Learning Objectives:
Typography
: Structure :
Introduction
2.1 Introduction
In this unit you will be taught with drawing tools further, paint brush,
pencil & eraser are the basic tools that help you in making drawing easy
for you. In illustrator you have a very powerful feature where you work
with symbols. Symbols are so interesting that they enhance and just make
your art work look brilliant without doing much of an effort. Symbols
have powerful properties and further tools that you can use them and
symbols definitely save your time as you don’t really have to draw over
and over again you can save your drawn and created objects as symbols
The next important topic that you will study is typography. This talks
about the art of text. Text plays a major role in any of your composi-
17
or a brochure or pick an media form print or internet , text as the a vital
lot many parts of writing. So let’s study how illustrator provides you to
Paint Brush Tool: This tool is used to draw the free form object. The
main helps that you get is that you can choose the variety of the brush
available in the brush panel. The path drawn by the brush tool has the
anchor point, which can be edited later on when the path is completed.
Pencil Tool: The Pencil tool lets you draw open and closed paths as if
you were drawing with a pencil on paper. It is most useful for fast sketching
or creating a hand-drawn look. Once you draw a path, you can immedi-
18
Fig 2.3: Can Be Altered By Starting
Smooth Tool: This tool helps to make the stroke created by the pencil
tool, smoother. Basically it removes the anchor point to make the line
smoother.
Erase tool: This tool is used to erase the section of any stroke. You can
use this tool on any path (even made by the brush tool), but not on the
text or meshes.
Wrap Tool: Stretches objects as if they were made of clay. When you
drag or pull portions of an object using this tool, the pulled areas
attenuate.
19
Twirl Tool: Creates swirling effects on the object, which can be used to
the cursor.
of an object.
Crystallize Tool: Add random arc and spikes on the edges of the
objects.
20
Fig 2.10: Normal Affected By Crystallize Tool
Wrinkle Tool: Almost the same effect like and crystallize tool.
Symbol Tool:
Symbol sprayer tool: This tool is used to create set of symbol instances
Symbol Shifter Tool: This tool is used to adjust the setting of the ob-
ject after we have sprayed. It helps to place the object as desire, as it
sprays randomly.
21
Fig 2.13: Symbol Shifter Tool
Symbol Scruncher Tool: The Symbol Scruncher tool pulls symbol in-
stances together or apart. Use this tool to shape the density distribution
of a symbol set.
Symbol Sizer tool: This tool is used to increase or decrease the size of
22
Fig 2.16: Symbol Spinner Tool
Symbol Stainer tool: It is use to colorize symbol instances. Colorizing
a symbol instance changes the hue toward the tint color, while preserv-
symbol instance. You can control the amount and location of the appli-
cation.
23
Fig 2.19: Symbol Styler Tool
Type Tool & Type Menu
To write the text in illustrator there are various option, which helps you
align you text as per the requirement. There are two types to define the
text like Artistic and Para graphic text. To write one or two liner we
always use the artistic text but when write the data in columns or text is
Artistic Text: (Type Tool) To write artistic text you need to take
the type tool to click and type the text as required. After that you
can easily change the fonts and size as per the requirement from the
Type of Path tool: To write the text on any type of the path we use
this tool. For this what we have to do is to draw the path with the pen
tool and take the tool to click on the path to write the text.
Vertical Type tool: This tool is use to write the text in the vertical
format. Orientation is vertical and when you press enter the text
Vertical Type on Path tool: To write the text vertically on the path
we use this tool. Create the path and click on the path with this tool.
Para Graphic Text (Area Type Tool): To write large data we use
this tool, which can be used to properly synchronize the data as per
the layout. For this you can use direct type tool also but for that you
24
need to click and drag the area for the text. But with this tool you
need to draw the desire shape and than take this tool to click inside
the path.
Text Menu: In the text menu we have the different option of adjusting
Glyphs : You can use this option to insert some odd characters,
25
Area type option: This helps you in adjusting the Rows and Col-
umns for the text, which has been written in area. It is used to adjust
Threaded text: If the text content is more than the area of the text
than you can define another area and thread the text between two
areas, so the hidden text in the initial area will be displayed in the
the paragraph according to the area of the text. For this you need to
object into normal shape objects. When you take the file to any
desired fonts.
Change Case: This option helps change the case of the fonts from
for keyboard text symbols and replaces them with publishing text
tion marks for all paragraphs within a type object. When Optical
the edges of letters (such as W and A) hang outside the text margins
acters like space and enter press while working on text. These char-
Legacy text: When you open the file from the older version than
text used in that may get disturb. So overcome this problem you
need to give legacy text option to maintain its originality. This op-
tion is also asked when the file is still opening. You can give this
option at that moment or later from the menu.
Summary
1. What is the difference between paint brush tool and pencil tool?
..........................................................................
..........................................................................
27
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
28
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
29
..........................................................................
..........................................................................
..........................................................................
..........................................................................
Further Reading
[Link] usion/exchange/
[Link]?s=5&o=desc&exc=17 &cat=213&event=productHome&l=-
1&from=1
[Link]
[Link]
spraying_symbols_in_adobe_illustrator/
[Link]
introduction-to-illustrator-symbols/
[Link]
brary/
[Link]
[Link]
[Link]
Assignment
How to Go About:
You have to think and decide on which subject they are going to
Once the theme is decided you have to decide the size of the
card
30
Good conceptual photos or graphics has to be selected.
written.
When you start working, you have to create front and back
synchronies.
with any write up so you can also work upon that too.
Criteria:
Theme
Idea
Expression
Color Combination
Flow
Market acceptability
Case Study
Go to a cards shop and brose through each section. Pick up and buy cards
31
Dr. Babasaheb BCADES-102
Ambedkar
Open University Computer Graphics
& Illustrator
Block
4
PATHFINDER, FILTER, EFFECT AND PRINTING
CONCPT
Acknowledgment
Every attempt has been made to trace the copyright holders of material
reproduced in this book. Should an infringement have occurred, we apolo-
gize for the same and will be pleased to make necessary correction/
amendment in future edition of this book.
The content is developed by taking reference of online and print publi-
cations that are mentioned in Bibliography. The content developed rep-
resents the breadth of research excellence in this multidisciplinary aca-
demic field. Some of the information, illustrations and examples are
taken “as is” and as available in the references mentioned in Bibliogra-
phy for academic purpose and better understanding by learner.’
ROLE OF SELF INSTRUCTIONAL MATERIAL
IN DISTANCE LEARNING
Learning Objectives:
Understand pathfinder
Effect
1.1 Introduction
In this unit you will study Object menu further where you will come
across features of working with Path, so you will know how to manipu-
late paths in order to generate complex objects and customized shapes
as per your concept and requirement. You will study the most useful
feature of clipping ask, this is widely used when you work with images in
your artwork and you want to do masking. This feature is very useful in
ads and applications of graphical representation via images. And then the
most loved topic is the filters and effects. When working with print media
you sometimes want to get artistic effect and for this you have a wide
range of filters that you can use in illustrator. So let’s go studying this.
Object Menu
Path:
Join: This command helps you to close the object if the path is open.
Divide the object below: This command will help to cut the object in
whatever shapes you want. Draw the object, which has to be cut and placed
behind the path. Then give this command to cut the object below.
Split to grid: Select more than one close object for eg. Rectangle and
then use this option to get the objects placed in more synchronize way.
2
Fig 1.5: Before After
Clean up: It remove unwanted stray points, unpainted objects and text
path which are of no use and for that you need not find and delete.
Envelop Distort: Envelop distort can used on any type of the object to
deform the shape. Practical use is, it is mainly used on the text to give
the shape of the text as required.
Make with Mesh: This option generates the mesh on the object,
which is defined with the anchor points. This anchor points has to
be edited as per the requirement, which will give the desire shape to
the object or the text.
Envelope Options:
Expand: This command will helps to break apart the envelope dis-
tortion given to the object.
Edit content: After define the envelope; if you fill to change the
content of envelope we use this option.
Compound Path: This command is use on the path. When there are two
paths and if we want to consider two different paths as an one object we
use this command. It will convert two identities as one. Releasing it will
break apart once again.
Crop Mask: The Crop Marks filter creates crop marks around the bound-
ing box of the selected object. Crop marks define a trim able area.
4
Effects
Path Finder: Pathfinder is the option, which can be used to work with
different shape, and from that shape you can form a new shape. This is
found in Effect menu or else panels define in windows menu.
Subtract from the shape area: It remove or trim the area with refer-
ence to other objects.
Path: Path option in the effect menu is exactly the same as the path
option of the object menu.
Free Distort: The Free Distort command lets you change the shape
of a vector object by dragging any of four corner points. You can
also apply this command to a fill or stroke added to a bitmap object
with the Appearance palette.
Name: Specifies the name of the preset. Depending on the dialog box,
you can type a name in the Name text box or accept the default. You can
enter the name of an existing preset to edit that preset. However, you
can’t edit the default presets.
Line Art and Text Resolution: Specifies the resolution for vector ob-
jects rasterized as a result of flattening.
8
Rasterize: The process of changing a vector graphic to a bitmap image
is called rasterization. During rasterization, Illustrator converts the
graphic’s paths into pixels. The rasterization options you set determine
the size and other characteristics of the resulting pixels.
Transparency Panel: This panel in the window menu helps you give the
opacity (transparency) to the object. Blending modes let you vary the
ways that the colors of objects blend with the colors of underlying ob-
jects. When you apply a blending mode to an object, the effect of the
blending mode is seen on any objects that lie beneath the object’s layer
or group. You can also isolate the blending mode to a targeted layer or
group in order to leave objects beneath unaffected, or isolate all blend-
ing modes at the page level.
Use the Opacity & Mask Define Knockout Shape option to make a knock-
out effect proportional to the object’s opacity—in areas of the mask
that are close to 100% opacity, the knockout effect will be strong; in
areas with less opacity, the knockout effect will be weaker.
Place: This option in the file menu helps you to import the object in you
file.
9
preserves the object hierarchy (such as groups and layers) in art-
work embedded from certain file formats.
Link Panel: When you import artwork using the Place command, Illus-
trator creates a link to an external source file or embeds a copy of the
file in the Illustrator document. The Links palette lets you identify, se-
lect, monitor, and replace linked and embedded artwork. You can use the
Links palette to determine if the link to a source file is broken or miss-
ing, get information about linked or embedded objects, and open a linked
file in its original application.
When you import artwork using the Place command, Illustrator creates
a link to an external source file or embeds a copy of the file in the Illus-
trator document. The Links palette lets you identify, select, monitor, and
replace linked and embedded artwork. You can use the Links palette to
determine if the link to a source file is broken or missing, get informa-
tion about linked or embedded objects, and open a linked file in its original
application.
When you make changes to a source file, the changes are applied to the
linked artwork when the link is updated in Illustrator.
Layers: Layers are imaginary canvas in the file and you can create each
object in different layers.
10
The stacking order of artwork in the document window corresponds to
the hierarchy of items in the Layers palette. Artwork in the top layer in
the Layers palette is at the front of the stacking order, while artwork in
the bottom layer in the Layers palette is at the back of the stacking order.
Within a layer, objects are also stacked hierarchically.
There are two options given in illustrator, which are almost the same.
But the option displayed in Filter menu only works on the raster objects
and Effects menu works on vector shapes.
Sometimes you don’t get the options highlighted in the filter and effect
menus. This is only because some of the filters given here are not work-
ing in the CMYK mode. So for this you need to convert the file into
RGB mode and than you get all the options in the menus highlighted.
Filters and effect are the ready to use application, which can be tried But
the new features are 3D effect and Scribble effects
3D Effect:
There are three ways to create a 3D object. You can give a 2D object
depth along its z axis by extruding the object. For example, if you ex-
trude a 2D ellipse, it becomes a cylinder.
11
Fig 1.20: 3D Effect
3D EXTRUDE
Closed path (left) compared to same path with Extrude & Bevel effect
applied (right).
Have fun making vector artwork look loose and hand-drawn with the new
live Scribble effect. Great for adding a child-like charm to artwork, the
Scribble effect is also handy for quickly making formal design elements
look casual and friendly, masking images, creating scratchboard-like il-
lustrations, adding cross- hatching to a design, or creating animated wig-
gly lines.
The Scribble effect lets you create a broad range of looks, from objects
that look roughly sketched to objects that look mechanically produced.
The effect converts an object’s fill and stroke colors to lines of color.
The effect options let you control the angle, path overlap, stroke width,
curviness, spacing, and variation of the lines.
Object Menu
Effect
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
13
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
14
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
15
Further Reading
[Link]
using_the_pathfinder_and_align_to ol_in_illustrator/
[Link]
[Link]
[Link]
pathfinder
[Link] [Link]/[Link]/
filters_and_effects_in_adobe_illustrator
[Link]
list-of- adobe-illustrator-plugins-filters-tools/
[Link]
tor- [Link]
Assignment
Creating a Poster
How to Go About:
Pick a topic
Criteria:
16
Complete information has to be passed on to the reader.
Case Study
Go out in your city and have a look at least 5 posters that appeal and
attract you the most. Come back home and sit with the information and
figure out what attracting you in those posters. Will you go buying or
following that product highlighted in the poster. What the poster infor-
mative? Was the information appropriate to you and enough for the
poster? Study the color theme & most important study the typography,
size, fonts, style and layouts. Figure out the composition of the poster.
17
UNIT EXPORT AND PDF
TECHNOLOGY &
2 PRINTING CONCPETS
Learning Objectives:
How to Export
Printing Concepts
PDF Technology
Introduction
You will study the export features in illustrator, export allows you to
save files into different compatible formats such that your artwork can
be used for other applications and in various software.
Next feature you will study are the print concepts. How to go about send-
ing your artwork for printing keeping in mind various print options in
Illustrator.
Stands for Portable Document Format and is used mainly for documents.
You can preserve fonts, page layout and document information, this is
the most common format across WWW as these files are quite com-
pressed in size and used a lot for information exchange over internet,
also because these files are platform independent they can be opened
across any operating systems and software. You will study how to gener-
ate PDF files from illustrator.
Page Setup
This option in the file menu allows you to redefine you art board as per
the changes required.
18
To change the area of the file
To change the look of the file from art board to transparent back-
ground or type.
Document Color Mode: This option is used to change the color mode
of the file from CMYK to RGB or else vice versa.
Printing Concepts
The General options in the Print dialog box let you specify how many
pages and copies to make, set the page size and orientation of the art-
work, scale a document, and choose which layers to print or separate.
19
By default, Illustrator applies a bleed of 0 points to roman printer marks
and 8.5 points (3 millimeters) to Japanese printer marks (which have a
double line to show any difference between the original origin point and
any offset). This is only available if your primary operating system is
Japanese.
The maximum bleed you can set is 72 points; the minimum bleed is 0
points. The size of the bleed you use depends on its purpose. A press
bleed (that is, an image that bleeds off the edge of the printed sheet)
should be at least 18 points. If the bleed is to ensure that an image fits a
Keyline, it needs to be no more than 2 or 3 points.
Your print shop can advise you on the size of the bleed necessary for
your particular job.
PDF Technology
Adding Security:
When saving artwork in PDF, you can add password protection and secu-
rity restrictions, limiting not only who can open the file, but also who
can copy or extract contents, print the document, and more.
When we import the PDF format for working, each and every object are
editable object so that you can manipulate the setting as per the require-
ment.
Export
This option in the file menu helps you take the file in different formats
according to the different application required. The most regularly use
format are JPEG, DWG (AutoCAD), TIFF, Targa, SWF, PNG, WMF, etc.
20
Also you can export the text as a text file also which can be opened in
note pad later on.
JPEG: This is format, which can be used for digital prints and any type
of application because it accepted by almost all the software.
DWG: It is an Auto-CAD format. You can export the path, which can be
used to in the Auto-CAD, as it is difficult to create irregular object in
auto cad. This path can be converted to 3D object later on.
SWF: To take the object in Flash we need to export the object in SWF
(shockwave Flash). Due to lack of drawing tools in flash we use this
option.
TIFF: This format is mainly used in the print media, which supports
alpha channel.
Summary
Page Setup
Printing Concepts
PDF Technology
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
21
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
22
4. What is PDF technology?
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
..........................................................................
Further Reading
[Link]
[Link]
23
[Link]
[Link]
[Link] software/
graphicssoftware-adobeillustrator/[Link]
[Link]
lustrator- tutorials
[Link]
[Link]
51- [Link]
[Link]
Assignment
Create an Ad
How to Go About:
You have to first decide on which they are working.
Once they decide than they have to work upon the concept of the
magazine ad
If they choose the magazine ad, which is more enjoyable to work
as, we need to think the concept. Concept becomes the main part
of the advertisement.
Once the concept has been decided than the data and required
material has to be collected.
Once the designing start you need to think about the target audi-
ence for the ad that you are making of.
According to that you create the design.
Criteria:
Proper placement of the main focused product or the concepts
Good and eye-catching layout
Complete information has to be passed on to the reader.
Designs should speak your words.
24
Case Study
Study various kinds of ads existing around you and find out the trend that
running in the market and do a TA study as to what kinds of ads are like
and not liked by audience.
Courtesy:
[Link]
[Link]
Background
Baseline
It the imaginary line upon which the bottoms of letters, numbers, and
other typographic characters are aligned (not including letters that de-
scend below the line, such as g, p or j.)
Bleed
To reproduce an image that continues beyond the edge of the sheet, page
or sign.
Brands
Cap Height
The height of an uppercase letter as measured from its top to its base
perpendicular to the baseline.
Chromatic Logo
25
CMYK
It is an abbreviation for the colors cyan, magenta, yellow and black. They
are the core colors used in four-color process printing.
Communicative Name
Constraints
The areas surrounding a graphic element that must be kept free of any
other graphic element, typography or field edge.
Corporate Colors
Corporate Descriptor
It is the line on a signature that identifies the product or brand with PPG
Industries, such as “A PPG Industries Product.”
It is a field, background that is darker than the element that is placed over
it. It contrasts with a light field.
Download Files
Software, files, that can be transported over the internet from a remote
computer to a desktop computer.
FAQ
Field
Field is the total available area in which corporate identity elements are
placed, also known as background. Fields can be transparent, light or
dark.
26
Flush Left (or Right)
Font
It is a term that identifies the complete set of all characters, letters and
numbers of the same typeface, such as Helvetica or Times.
Four-Color Process
Graphic Element
Graphic Standards
Horizontal Signature
It is a signature that features the PPG logo to the left of the logotype. It
contrasts with a vertical signature.
Files saved in a special format for use with Adobe Illustrator software.
Italic
Joint Venture
27
Layout
Lay out is the way in which graphics and typographic elements are placed
on a page.
Legal Name
Legal name is the formal term (PPG Industries, Inc., PPG Japan Ltd. and
PPG Industries Ireland Limited) under which the corporation or one of
its organizational elements operates as a lawfully registered business.
Generally, it is used in media only when required by law, such as for
business cards, brochure address sign-offs, correspondence materials
and legal documents. It is not used in signatures. It contrasts with the
communicative name: PPG Industries.
Letter Spacing
Light Field
Light field is a field, background that is lighter than the element that is
placed over it. It contrasts with a dark field.
Line Spacing
Logo
Logo is the graphic mark showing the letters PPG in a rectangle with
rounded corners, also known as a design trademark or symbol.
Logotype
Margin
28
Mark
The general term for a trademark, service mark and design mark.
Marketing Slogan
Match Color
Media
Offset
Is a printing process that transfers an image to the paper using ink (and
not laser printing). The term is an abbreviated one for offset lithography.
Overprinting
Pantone® 307
The blue color, when PPG blue is created using the PANTONE MATCH-
ING SYSTEM®. PANTONE® colors displayed here may not match
PANTONE– identified standards. Refer to current PANTONE MATCH-
ING SYSTEM® Publications to view accurate PANTONE color stan-
dards. PANTONE® and other Pantone, Inc. trademarks are the property
of Pantone, Inc. Portions © Pantone, Inc., 2000.
Pica
Point
The corporate blue color that is associated with the PPG corporate logo.
It can be created using Pantone® 307 or CMYK or RGB formulas.
Premiums
Premiums or advertising specialties are promotional items, usually three
dimensional, used by a company to promote a product, service, brand,
idea, organization or other element. Such items are frequently used in
promotional direct mail campaigns, as giveaways at tradeshows and sales
meetings, for customers, and many other uses. Premium items carry the
company name, logo, brand, trademark or other identity, and must be
used correctly.
Printed Communication Materials
The Printed materials such as advertisements, direct mail, brochures,
posters, etc.
Reverse
It is an image that has light type or graphics against a dark field.
Registered Trademark
Registered Trademark is the trademark that has been granted Registra-
tion status by a government agency. When registered, the symbol ®
should be used in conjunction with the trademark itself, and is usually
placed on the right shoulder of the word. Alternatively for registered
trademarks, a footnote may state, for example, “SUNGATE is a regis-
tered trademark of PPG Industries,
” or (in the case of U.S. registrations) “Registered U.S. Patent and Trade-
mark Office,” Or “Reg. U.S. Pat. & TM Off.”
® Symbol
The symbol used with a Registered Trademark.
RGB Color
Red, green, blue color formulas used to create a specific color on tele-
visions or computer monitors.
30
Sans Serif
Is a name given to typefaces that have no serifs (a fine line that finishes
main strokes of a letter). For example: The Helvetica font is a sans serif
typeface.
Serif
Is a name given to typefaces that have serifs (a fine line that finishes
main strokes of a letter). For example: Times Roman font
Signs
Signature
Super graphic
Is the oversized portion of the PPG logo, angled, and in larger size.
Template
TIFF Files
Graphic files saved in a special format for use with electronic presenta-
tion software, such as Microsoft® PowerPoint®.
TM symbol
Trademark
Vertical Signature
Is a signature that features the PPG logo above the logotype? It contrasts
with a horizontal signature.
The web-safe color palette consists of 216 solid colors that display
exactly the same on all computer monitors. Each color has a hex code of
6 characters. This is used to describe a color within the HTML the code
behind a web page.
Weight
Windows Metafiles
Files saved in a special format for use with word processing software.
32