chapter 3: images

Post on 18-Mar-2016

48 Views

Category:

Documents

4 Downloads

Preview:

Click to see full reader

DESCRIPTION

Chapter 3: Images. Yaqoob Al-Slaise ITBIS351. Outline. Plan your approach. “ The organizing and creative process begins with drawings in pen or pencil on paper. - PowerPoint PPT Presentation

TRANSCRIPT

Chapter 3: Images

Yaqoob Al-SlaiseITBIS351

Outline

Plan your approach

“The organizing and creative process begins with drawings in pen or pencil on

paper. Too many times we are enthused about the color and the computer graphics tools, but they can overwhelm the creative design

process”.

- Dennis Woytek, Assistant Professor, Duquesne University

Organize your toolsO Many multimedia designers do not

limit their toolkits to the features of a single authoring platform.

O They employ a variety of applications and tools to accomplish many specialized tasks.

Configure Your Computer Workspace

O Have more than one monitor to provide lots of screen real estate (viewing area).

Making Still ImagesO Still images are generated in two

ways:

O BitmapsO Vectors

BitmapsO Used for photo-realistic images and

for complex drawings requiring fine detail.

O Uses ‘Painting’ software i.e. Adobe Photoshop, Paint, etc.

O Are used in many file formats including: .BMP, .GIF, .JPG, .PNG

Bitmaps

Bitmap sourcesO Make a bitmap from scratch with a

paint or drawing program.

O Grab a bitmap from an active computer screen with a screen capture.

Bitmap sourcesO Capture a bitmap from a photo or

other artwork using a scanner to digitize the image.

O Once made, a bitmap can be copied, altered, e-mailed, and otherwise used in many creative ways.

MorphingO http://youtu.be/KVRQ0v15lrc

Morphing

Vector DrawingO A vector is a line that is described

by the location of its two endpoints.

Try @ HomeType the following in Notepad:

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200" viewBox="-100 -100 300 300"> <rect x="0" y="0" fill="yellow" stroke="red" width="2002" height="100"/> <text transform="matrix(1 0 0 1 60 60) " font-family=" 'TimesNewRomanPS-BoldMT' " font-size="36">SVG</text> </svg>

Save as (.svg) file then open on an HTML 5 compatible browser

SVGO SVG: Scalable Vector Graphic

O Small in size and can be scaled without distortion.

O Supported by mobile browser as an alternative to Flash.

Converting between Bitmaps and Vectors

O From Vector to Bitmap Easy to do with drawing software

O Bitmap to Vector Autotracing ( Can cause great inflation of file size!)

3D Drawing and Rendering

Z axis

Working in 3DO 3D applications

create scenes.

O Scenes consist of numerous objects, the more objects in the scene, the more complex and realistic the scene is.

O Objects are created by modeling them.

3d Modeling

Making models realistic

O Texturing: Applying images as a skin to models to make them look real.

Making models realistic

O Lighting: Setting the mood of the scene or to simulate the environment in a realistic manner.

Making models realistic

O Rendering: When the computer uses intricate algorithms to apply the effects you have specified on the objects you have created.

Computerized Colours

Additive ColoursO a color is created by combining

colored light sources in three primary colors: red, green, and blue (RGB).

Subtractive ColoursO Colour is created by combining

colored media such as paints or ink that absorb (or subtract) some parts of the color spectrum of light and reflect the others back to the eye.

O Subtractive color is the process used to create color in printing (CYMK).

CMYK

Computer Colour Models

O RGB hexidecimal

Computer Colour Models

O HSB (Hue, Saturation, Brightness)

Computer Colour Models

O HSL (Hue, Saturation, Lightness)

Colour PalettesO Palettes are mathematical tables

that define the color of a pixel displayed on the screen

Microsoft Macintosh Web Safe

Color Depth

Dithering

Image FormatsFormat

Color Depth

Compression

Transparency

Uses

.JPG 24 bit (16.7 million

colours)

Lossy Does not support

• Rich color photogra

phs• Gradients

• Web images

.BMP 24 bit Lossless Does not support

• Native format for Windows

.PNG 8 bit – 24 bit Lossless Supports • Logos• Free format

• Does not support

Animation .GIF 8 bit (256

colors)Lossless Supports • Logos

• Animation

top related