Text. Graphics Images – photos Animation Video Audio Text Copyright issues.

Slides:



Advertisements
Similar presentations
Understanding Multimedia Elements – Sound, Animation, Video Unit C.
Advertisements

Digital Multimedia.
Chapter 9 Integrating Video. Digital video is a series of bitmap images that, when played back, create the illusion of movement. The quality and overall.
Multimedia for the Web: Creating Digital Excitement Multimedia Element -- Graphics.
Graphics CS 121 Concepts of Computing II. What is a graphic? n A rectangular image. n Stored in a file of its own, or … … embedded in another data file.
Una DooneyMultimediaSlide 1 What is Multimedia? A combination of different media types such as text, graphics, audio, video and animation etc in a single.
Copyright 2003 Monash University IMS5401 Web-based Information Systems Topic 2: Elements of the Web (d) Digital representation.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Introduction to Computer Graphics
Guilford County SciVis V106.01
V Obtained from a Guildford County workshop-Summer, 2014.
File Formats The most common image file formats, the most important for cameras, printing, scanning, and internet use, are JPG, TIF, PNG, and GIF.
Components Text Text--Processing Software A Word Processor is a software application that provides the user with the tools to create and edit text.
File Formats By Jack Turner. Raster (Bitmap) Raster or bitmap is a dot matrix data structure, containing columns of dots and rows, of a graphics image.
Part A Multimedia Production Rico Yu. Part A Multimedia Production Ch.1 Text Ch.2 Graphics Ch.3 Sound Ch.4 Animations Ch.5 Video.
I Power Multimedia Technology Video Data. Video data Video is a sequence of individual pictures or frames, taken one after another. These are played back.
Nat 4/5 - Software Design and Development – Low Level Operations - 1 National 4/5 – Computing Science Information Systems Design and Development Media.
Sydney University Lecture Series 2001 IPT Option Topic Multimedia By Peter Cox.
Images you see on your screen are made up of these things called pixels. A screen will show over 1 million pixels and then a computer has to do what it.
May Melissa Albo #1 Sagrario Casillas #4 Angela Durán #8 Daniela Martínez #16.
Zinnia Bell. RAWimages are image files that have not yet processed, they contain minimally processed data from the image sensor of either a image scanner,
Video Data Topic 4: Multimedia Technology. What is Video? A video is just a collection of bit-mapped images that when played quickly one after another.
Unit 30 P1 – Hardware & Software Required For Use In Digital Graphics
CS 1308 Computer Literacy and the Internet. Creating Digital Pictures  A traditional photograph is an analog representation of an image.  Digitizing.
Graphics and Multimedia Foundation Computing The beatings will continue until morale improves.
Computer Concepts – Illustrated 8th edition
Year 10 Digital Media.  Analogue data – continuous waveform. The world we live in!  Digital data – exact quantity. Computers use binary data made up.
CMPD273 Multimedia System Prepared by Nazrita Ibrahim © UNITEN2002 Multimedia System: Enabling Technology References: S. McGloughlin, “Multimedia: Concepts.
CSCI-235 Micro-Computers in Science Hardware Part II.
Chapter 8: Digital Media1 Digital Media Chapter 8.
MULTIMEDIA - WHAT IS IT? DEFINITION 1: Uses a VARIETY of media ELEMENTS for instruction Media elements are: text, sound, graphics, moving images (real.
 Refers to sampling the gray/color level in the picture at MXN (M number of rows and N number of columns )array of points.  Once points are sampled,
Multimedia and The Web.
8 Using Web Graphics Section 8.1 Identify types of graphics Identify and compare graphic formats Describe compression schemes Section 8.2 Identify image.
Multimedia Elements: Sound, Animation, and Video.
Common file formats  Lesson Objective: Understanding common file formats and their differences.  Learning Outcome:  Describe the type of files which.
GIF - Graphics Interchange Format JPEG - Joint Photographic Experts Group PNG - Portable Network Graphics GIF images are limited to the 8 bit palette which.
Graphics and Images Communicating Information : Documents and Publications.
M404 Multimedia Elements Form 4.
XP Practical PC, 3e Chapter 15 1 Creating Desktop Video and Animation.
Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 3 This presentation © 2004, MacAvon Media Productions Introduction to Computer Graphics.
GRAPHICS. Topic Outline What is graphic. Resolution. Types of graphics. Using graphic in multimedia applications.
Chapter 14 Working with Graphics. 2Practical PC 5 th Edition Chapter 14 Getting Started In this Chapter, you will learn: − About different graphics you.
Multimedia and the Web.
Strand 3 Maya Mangindin 3.6 Multimedia/ Digital Media.
File Types. Terms Multimedia- the integration of text, sound, video and/or animation into a document Letters, brochures, newsletters, web pages or presentations.
Media Types Information Systems can contain the following types of media: Sound, graphics, video & text.
Chapter 8B Graphics and Multimedia. 8B-2 Graphic File Formats Bitmapped images –Most common image type –Also called raster images –Image is drawn using.
CSCI-100 Introduction to Computing Hardware Part II.
Image File Formats. What is an Image File Format? Image file formats are standard way of organizing and storing of image files. Image files are composed.
Video Data Topic 4: Multimedia Technology. Learning Objectives Hardware required to capture Digital video How video files are stored Factors affecting.
By: Catyana Brown Information Technology in a Global Society: Multimedia.
What is multimedia? Multimedia is the presentation of information by a computer system using graphics, animation, sound or text. Interactive multimedia.
By Nathan Lowe.  Graphic cards are high specification cards with lots of memory and fast processors providing lots of power for the updated games or.
Intermediate 1 Multimedia. What is multimedia? In computing multimedia is the presentation of information by the computer system using text, sound and.
Video Data Topic 4: Multimedia Technology. What is Video? A video is just a collection of bit-mapped images that when played quickly one after another.
Information Systems Design and Development Media Types Computing Science.
Software Design and Development Storing Data Part 2 Text, sound and video Computing Science.
Part A Multimedia Production
Chapter 14 Working with Graphics
Chapter 8 Digital Media.
Chapter 10 Multimedia and the Web.
Hardware research By Hollie Willis.
Creating Desktop Video and Animation
CMPE 101 Introduction to Information Technologies Chapter 5: Application Software: Tools for Productivity Copyright © 2012 Pearson Education, Inc. Publishing.
McGraw-Hill Technology Education
Web Design and Development
Final Study Guide Arts & Communications.
(c) V/2-Com (Verhaart) Multimedia Elements & standards 4/15/2019 (c) V/2-Com (Verhaart)
Presentation transcript:

Text

Graphics Images – photos Animation Video Audio Text Copyright issues

A graphic can be a vector or bitmap images, such as photographs, sprites, tiling textures, background images, etc Vector graphics are built up by using shapes. Each shape (object) which makes up a graphic has its own set of properties also known as attributes. A full definition of the attributes of the shape is stored. This is more memory efficient than bit-mapped graphics which store the state of every pixel. Vector graphics have small file sizes in comparison to bit-mapped graphics.

Bitmapped graphics are made up of a rectangular grid (or array) of dots or pixels — each of which is stored individually. The colour value of every pixel is stored. File sizes can be large since each pixel would typically take up to three or four bytes. Bitmapped graphics (images) are captured by scanners and digital cameras are bitmapped.

File types used in Games include jpeg, bmp, gif Capture methods: digital camera, scanner Vectors can be drawn with a mouse, keyboard or graphics tablet

A sprite is a figure or character within a game. Sprites usually have a transparent outline and can be animated to simulate movement. Characters in some games are also known as avatars. A background image is a type of texture that shows a landscape image 3D objects (including characters): Items or characters that can be placed within the game 3D levels: laying out the areas of game play, such as hills, cities, rooms, tunnels, etc, for players and characters to move around in.

Skyboxes: a skybox is a cube with background images that surrounds the game player in a 3D game.

Textures: textures are attributes of graphics. This attribute defines the surface appearance of what objects with look like. It can be thought of as the skin of that wraps around the 3D framework of the object to give it a more realistic appearance images that are mapped onto surfaces of objects such as stone walls and wooden tables.

A video is a moving image file in a format that is compatible with the game development environment file types — avi, mpeg wav methods of capture — digital video camera Adobe Premier and Song Vegas are used to edit video tools for editing — titling, cropping

An animation is a collection of still images with each one in the sequence slightly different from the previous. The images are played quickly one after the other to give the illusion of movement. This is known as the frame rate.

2D (dimension) is used to create cartoon style games Software such as Adobe Flash is used to create online games. File format – gif and swf

3D is used to create realistic, life like games 3D Studio Max and Maya are just some of the software used to create 3D animation

FPS (Frames per Second) is the frame rate for playing back animation and video. 12fps is the minimum acceptable rate 15fps is common for the web 24 fps for film 25fps for PAL (British TV) 30fps for NTSC (USA TV) Image resolution determines how many dots per inch as used for images e.g. 72 dpi, 96 dpi are the most common Screen resolution determines how may pixels (width x height) make up a screen e.g. 800 x 600, 1024 x 756, 1280 x Control Panel>Display. TVs tend to have smaller resolutions than computer screens, so pictures on a computer may not look as pixelated. Colour depth is the amount of colours per pixel e.g 16, 24, 32, 48 – change this under Control Panel>Display. The bigger the number = bigger file size

Audio is sound of any type played in a game. Types of audio media assets include: Speech: such as the voices for characters Sound effects: noises of objects in the game. Music: background music that usually loops and repeats during the game play. Software – Adobe Audition, Audacity file types — raw, wav, mp3, midi. methods of capture — from microphone, extract from CD, using audio keyboard tools for editing — echo, change pitch, speed, amplify change tempo

Text media assets are required for the game to provide dialogue, create and atmosphere give player feedback or instructions file types — txt, rtf methods of capture — keyboard, scanner, voice recognition, handwriting recognition Software used – Microsoft Word, Notepad, Word pad

You need to get copyright permission to use ready made assets and you may have to pay royalties to use them. Games companies in the UK are protected by the Copyright Designs and Patents act right_law right_law Royalty free assets mean that you pay once and have to adhere to the terms and conditions. Creative Commons assets mean that you can use them for free if you adhere to the terms and conditions

Media assets can take up a lot of storage space and memory, especially video and 3D animation. When you save or export these files you normally have to save then as a compressed file format such as: Mp3 (audio), mpeg 1/2/4 (video) GIF (graphics) Jpeg (photos, life like graphics, graphics with effects) Swf (2D animation) Compression looks for repeat information in a file and reduces it in some way. The aim is to keep the quality of the file but reduce the file size of it. There are 2 types: Lossy (jpeg, mpeg) gets rid of data permanently. Don’t keep editing this Lossless (gif) temporarily gets rid of some data until the file is opened (decompressed). File sizes are usually not as small as lossy.