FILE COMPRESSION Lossy vs Lossless. Why compress a file? To save storage space. To speed up data transmission.

Slides:



Advertisements
Similar presentations
Creative Computing. \\ aims By the end of the session you will be able to: 1.Explain the difference between various image file formats 2.Load in and display.
Advertisements

Information loss in compression Skills: none IT concepts: lossy and lossless compression This work is licensed under a Creative Commons Attribution-Noncommercial-
A 24-bit depth.bmp file made in XVI32 This 2-by-2 image was handcrafted in XVI32 Bytes 1C-1D hex in the Info Header say that the image uses 24-bit (18.
8.2 PICTURE IT Graphic Types and Their Uses. What Are Graphics?  Graphics are pictures/images  They could be images taken on a digital camera or scanned.
Image Formation and Digital 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.
Russell Taylor Week 3. Image File Formats - TIF, JPG, PNG, GIF - which to use? The three most common and important image file formats for for printing,
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,
Trevor McCasland Arch Kelley.  Goal: reduce the size of stored files and data while retaining all necessary perceptual information  Used to create an.
Representation of Data in Computer Systems
CS 1308 Computer Literacy and the Internet. Creating Digital Pictures  A traditional photograph is an analog representation of an image.  Digitizing.
Compression is the reduction in size of data in order to save space or transmission time. And its used just about everywhere. All the images you get on.
Research For Both Hardware And Software Required In Digital Graphics. By Joanne Hocking.
Multimedia and The Web.
1 Analysis of Algorithms Chapter - 08 Data Compression.
DarkWater Image Compression Presentation. Capable of compressing large and small images. Reduces 190 MB size image by 82 (8,200%) times whilst remaining.
1 3 Computing System Fundamentals 3.7 Utility Software.
Common file formats  Lesson Objective: Understanding common file formats and their differences.  Learning Outcome:  Describe the type of files which.
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Chapter 8 – Image Compression.
Digital Image Formats: An Explanation Guilford County SciVis V
In this lecture, you will learn: 1 Basic ideas of video compression General types of compression methods.
Data delivery Adolf Knoll National Library of the Czech Republic.
Image File Types Module 4: Working with Images LESSON 5.
An introduction to audio/video compression Dr. Malcolm Wilson.
Web Graphics By Chris Harding. Contents  Software  Vector Graphics and Pixel Based  Transparent Images  Compression  GIF vs. JPEG  Animated GIF.
Graphics & Images What File Format Do I Use?. Graphics & Images …..are visual images presented on some form of media (drawings, print, web, digital video)
Raster Graphics 2.01 Investigate graphic image design.
Dasar-Dasar Multimedia
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.
Comp 335 File Structures Data Compression. Why Study Data Compression? Conserves storage space Files can be transmitted faster because there are less.
Digital File Formats By Ali Aslam. JPEG JPEG Stands for Joint Photographic Experts Group. JPEG uses a lossy compression routine. Lossy compression means.
Digital Image Formats: An Explanation Guilford County SciVis V
STORAGE LOCAL OR ONLINE. DATA STORAGE: DATA YOU STORE ONLINE FILES SUCH AS IMAGES, SPREADSHEETS, VIDEO OR MUSIC. ONLINE DATA STORAGE: WHEN FILES ARE STORES.
Image File Formats Which one is right for me?. The Only Three Image Formats Your Will Ever Need: Names Jpg “Joint Photographic Experts Group” Png “Portable.
Representation of Data in Computer Systems
Information Systems Design and Development Media Types Computing Science.
Software Design and Development Storing Data Part 2 Text, sound and video Computing Science.
Lesson Objectives Aims You should be able to:
Component 1.9 Security and Data Management
GCSE COMPUTER SCIENCE Topic 3 - Data 3.3 Data Storage and Compression.
File Compression 3.3.
Lesson Objectives Aims You should be able to:
Denary to Binary Numbers & Binary to Denary
Computer Science Higher
Data Compression.
Lesson Objectives Aims You should know about: 1.3.1:
Lossy Compression and File Formats
File Compression 3.3.
Sci Vis I Exam Review Unit 6 File Formats.
Unit 2- Lesson 1 & 2- Bytes and File Sizes / Text Compression
Lossy Compression and File Formats
Compression.
JPG vs GIF vs PNG What is the difference?
Data Compression.
Lossy vs Lossless compression
File size and image quality
Digital Image Formats: An Explanation
File Formats V
Data Representation.
Representing Images 2.6 – Data Representation.
Web Design and Development
Topic 3: Data Compression.
1. Explain how ASCII is used to represent text in a computer system
Data compression Why compress (or ‘zip’)? Lossy vs. lossless
COMS 161 Introduction to Computing
Do Now! Convert the following sequence of bits into an image using the protocol we discussed (first 8 bits are lengthxwidth, Then fill in the rows pixel.
Number Systems Instructions, Compression & Truth Tables.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.9 Data Compression.
Exam Objectives: Identify Design Elements When Preparing Images
Presentation transcript:

FILE COMPRESSION Lossy vs Lossless

Why compress a file? To save storage space. To speed up data transmission.

Lossless Compression Some files will not work at all if information is lost during compression. These files must use lossless compression. An example is a computer program. If a line of code is missing, it won’t run correctly.

Lossy Compression In some files, some information can be removed without causing the file to stop working. Lossy compression usually reduces the quality of a file.

Image Compression JPEG is a form of lossy image file compression. The number of colours stored in the file is reduced, by grouping similar colours together. A high level of JPEG compression can cause unwanted visual “artefacts” such as blurring or “blockiness”.

Video Compression Lossy compression is currently necessary for streaming video over Internet connections. Colour information can be reduced, as with JPG images. How else could a video file size be reduced?

Common Internet File Types What information do these common Internet files contain?.pdf.mp3.svg.mp4.js.css.html.gif.jpg

Investigation Challenge! For each of these (less well known) file types, find out: What does it contain?Is it compressed?.flac.xml.tiff.gbs