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.

Slides:



Advertisements
Similar presentations
Raster Graphics 2.01 Investigate graphic image design.
Advertisements

Introduction to Computer Graphics Raster Vs. Vector COMMUNICATION TECHNOLOGY.
L.Ghadah R. Hadba CT1514-L1.  Computer Graphics :refers to processing of creating a new image from Geometry, Lighting parameters, Materials and Textures.Using.
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.
2.01 Understand Digital Raster Graphics
Introduction to Computer Graphics
Graphics and Animation Chapter 8. 8 Graphics in Multimedia Graphics are an element that virtually all multimedia applications include.
Introduction to Computer Graphics Raster Vs. Vector TGJ 2OI St. Christopher C.S.S. 4 Introduction to Computer Graphics.ppt.
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.
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.
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,
1 Creating Web Graphics Outline 2.1 Graphics Types 2.2 Vector Graphics 2.3Bitmapped Graphics 2.4Graphics for the Web 2.5 GIF (Graphics Interchange Format)
WEB GRAPHICS. The Pixel Computer displays are comprised of rows and columns of pixels. Pixels are indivisible. Some common screen resolutions are:, 600.
Task 01 – Explain how different types of graphical images relate to file formats, file conversions, formats and compression. Emily Riley.
Module Code: CU0001NI Technical Information on Digital Images Week -2.
Lecture 4 - Introduction to Computer Graphics
Presentation Design: Graphics. More About Color “Bit depth” of colors -- This is based on the smallest unit of information that a computer understands.
SOFTWARE TYPES Word processing Page layout Paint Draw.
Graphics and Animation Multimedia Projects Part 2.
Graphics and Images Communicating Information : Documents and Publications.
Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 3 This presentation © 2004, MacAvon Media Productions Introduction to Computer Graphics.
By Millie and Ellece. D IFFERENT T YPES OF G RAPHICS Bitmap Formats JPEG GIF PNG PSD TIFF.
File Formats Different applications (programs) store data in different formats. Applications support some file formats and not others. Open…, Save…, Save.
2D Graphics Theory & Principles. Single Point Smallest addressable area on screen or digital image.
File Formats and Vector Graphics. File Types Images and data are stored in files. Each software application uses different native file types and file.
Unit 1: Task 1 By Abbie Llewellyn. Vector Graphic Software (Corel Draw) Computer graphics can be classified into two different categories: raster graphics.
Graphics & Images What File Format Do I Use?. Graphics & Images …..are visual images presented on some form of media (drawings, print, web, digital video)
Chapter 3 Image Files © 2013 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website,
Raster Graphics 2.01 Investigate graphic image design.
File Types. Terms Multimedia- the integration of text, sound, video and/or animation into a document Letters, brochures, newsletters, web pages or presentations.
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.
Graphics Concepts Presentation
Digital Image Editing Presented by John Hohn. File Formats JPEG – Joint Photographic Experts Group PNP – Portable Network Graphics GIF – Graphic Interchange.
Introduction to Images & Graphics JMA260. Objectives Images introduction Photoshop.
Digital File Formats By Ali Aslam. JPEG JPEG Stands for Joint Photographic Experts Group. JPEG uses a lossy compression routine. Lossy compression means.
Image File Formats Harrow Computer Club – Wed, 1 Dec 2010 Bob Watson MA CMath MIMA MBCS.
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.
Graphics and Image Data Representations 1. Q1 How images are represented in a computer system? 2.
Basic Digital Imaging For PE 266 Technology in HPER.
2.01 Understand Digital Raster Graphics
2.01 Understand Digital Raster Graphics
Chapter 3 Image Files © 2013 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website,
Hardware research By Hollie Willis.
2.01 Understand Digital Raster Graphics
Introduction to raster graphics
Image Formats.
File Formats.
2.01 Investigate graphic image design.
Graphics Basics Ellen Eyth.
Chapter 3 Image Files © 2017 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
"Digital Media Primer" Yue-Ling Wong, Copyright (c)2013 by Pearson Education, Inc. All rights reserved.
A computer display is made up of small squares, called pixels.
Digital Images.
Image File Size and File Compression
File size and image quality
Graphics and Animation
1.01 Investigate graphic types and file formats.
Introduction to Computer Graphics
Graphics Basic Concepts.
Web Design and Development
2.01 Understand Digital Raster Graphics
2.01 Investigate graphic image design.
2.01 Understand Digital Raster Graphics
2.01 Investigate graphic image design.
Lecture 4 - Introduction to Computer Graphics
"Digital Media Primer" Yue-Ling Wong, Copyright (c)2013 by Pearson Education, Inc. All rights reserved.
Graphics and Animation
2.01 Investigate graphic image design.
Creating Digital Graphics
Presentation transcript:

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 in computer memory. Each dot, has a value which is stored in one or more bits of data (that being if its filled in or not). Bitmap images are made by splitting of the screen into tiny scares, these are named pixels Each colour for each pixel is stored, meaning that images with lots of colours are large in file size Low resolution consist of small number of large pixels, where as high resolution have more pixels which are smaller, giving them higher quality but high resolution means big file sizes. When Bitmap images are enlarged the pixels increase in size, mean the quality of the image is then reduce and images then tend to look jagged on the edges. Commonly used in photographs

Vector Vectors are graphics that store the instructions for drawing each object on the page, rather than the picture as a whole Vector graphics are made up of objects and these objects can be moved, filled, edited and resized. These shapes are plotted mathematically, this means that image quality is not effected when resized. You can group the objects as one, which makes you able to move and resize them as one. You can also layer objects on top of each other Vector images in general, have smaller file sizes than bitmaps as only the objects have to be defined. Whereas bitmaps have to define have to define the colour of every pixel on the page.

PNG PNG, which stands for Portable Network Graphics, is a bitmapped image, similar to GIF (Graphics Interchange Format) PNG was created to replace and improve on GIF as a image-file format that didn’t require a patent license. Was designed for transferring images on the Internet Not created for professional-quality print graphics which means that it doesn’t support non-RGB colour spaces (RGB being a colour model which is additive) Most commonly uses file extensions png or PNG are set to MIME (Multipurpose Internet Mail Extensions) media type.

JPEG JPEG stands for Joint Photographic Experts Group Computing wise, JPEG is usually used method of Lossy compression (data coding method that compresses data by losing some of it) for digital photography. The amount of compression can be adjusted, the larger the compression the smaller the file size, the lesser the quality of the image (and Vice- versa) Has number of image-file formats: the most common for digital cameras and other image capturing devices is JPEG/Exif Where as JPEG/JFIF is the most common for transmitting and storing photographic images on the World Wide Web Supports around 64k x 64k images sizes.

GIF GIF which stands for Graphics Interchange Format is a bitmap image format Compressed using the Lempel-Ziv-Welch (LZW) lossless data compression technique to reduce the file size without reducing the quality This compression technique was patented (exclusive rights to a person) This lead to the creation of PNG. However, all the relevant patents have now expired Used widely across the World Wide Web due to its wide portability and support. Supports 8 bits per pixel meaning a single image can have up to 256 distinct colours. Colours chosen from the 24-bit RGB colour space. GIF supports animations and is suited for simple graphics and logos with a solid areas of colour.

RAW Camera raw image file contains minimally processed data from the image sensor of a digital cameras, motion picture film scanner or image scanner Loads of pixels and you can zoom really far in and still have good quality, but the files in this state take up a lot of room. Not directly usable as an image but has all of the information needed to create an image. Have not been processed yet, which means they are not ready to be printed or edited with a bitmap graphics editor. Raw images need to be converted to be able to edit them or print them so raw files are converted to a file format such as JPEG or TIFF (Tagged Image File Format). This is done by a raw converter where it is made into a positive file format which makes them “positive” file formats like JPEG or TIFF.

Resources