Data delivery Adolf Knoll National Library of the Czech Republic.

Slides:



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

Web Design Vocab 3 PNG, JPG, GIF, MP3, MPEG.
Audiovisual digital documents Adolf Knoll National Library of the Czech Republic
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.
Portable Image File Viewer ENEE 408G: Multimedia Signal Processing Seun Fabayo John Glancy Gordon Krauthamer.
T.Sharon-A.Frank 1 Multimedia Size of Data Frame.
Chapter 2 : Business Information Business Data Communications, 4e.
Graphics in the web Digital Media: Communication and Design
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.
+ Video Compression Rudina Alhamzi, Danielle Guir, Scott Hansen, Joe Jiang, Jason Ostroski.
Nat 4/5 - Software Design and Development – Low Level Operations - 1 National 4/5 – Computing Science Information Systems Design and Development Media.
Comparison of image compression algorithms ECE-533 Paula Aguilera.
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,
Joint Picture Experts Group(JPEG)
Using Multimedia on the Web
Web Design and Development for E-Business By Jensen J. Zhao Copyright 2003 Prentice Hall, Inc. Web Design and Development for E-Business Jensen J. Zhao.
CS 1308 Computer Literacy and the Internet. Creating Digital Pictures  A traditional photograph is an analog representation of an image.  Digitizing.
Compression of the image Adolf Knoll National Library of the Czech Republic.
Task 01 – Explain how different types of graphical images relate to file formats, file conversions, formats and compression. Emily Riley.
Sem 1 v2 Chapter 14: Layer 6 - The Presentation layer.
1 CP Lecture 3 Computer communications 2. 2 Information quality and reliability A reliable communication implies reliable information but.. Other.
Unit no. 2 Digital Image Adolf Knoll National Library of the Czech Republic © Adolf Knoll, National Library of the Czech Republic.
Image Storage Bitmapped Graphics – in which an image is represented as a collection of dots Vector Graphics – in which an image is represented as a set.
Digital data formats for representation of real objects Adolf Knoll National Library of the Czech Republic
 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,
1 Perception, Illusion and VR HNRS 299, Spring 2008 Lecture 14 Introduction to Computer Graphics.
Bit-Mapped Graphic Data: Input (Capture) Hardware Multimedia – Section 2.
1 CP Lecture 8 PC and Media exchange standards.
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.
Video.
1 Ethics of Computing MONT 113G, Spring 2012 Session 10 HTML Tables Graphics on the Web.
Quality Levels of Reproduction Adolf Knoll National Library of the Czech Republic.
Still-image compression Moving-image compression and File types.
Raster Graphics. An image is considered to be made up of small picture elements (pixels). Constructing a raster image requires setting the color of each.
Digitization Programmes National Library of the Czech Republic Adolf Knoll
Graphics workshop Library and Information Services University of St Andrews.
Graphics An image is made up of tiny dots called pixels (“picture elements”) The resolution determines the.
National Library of the Czech Republic as End-User of the Research Networks Adolf Knoll deputy director
Image formats Characteristics © Adolf Knoll, National Library of the Czech Republic.
Raster Graphics 2.01 Investigate graphic image design.
Data Transfer The Kingsway School. Transfer Speed Data Transfer is measured in bits per second (bps) 1 Kilobit per second is 1000 bps 1 Megabit\per second.
CSCI-100 Introduction to Computing Hardware Part II.
Digital Images are represented by manipulating this…
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.
Digital File Formats By Ali Aslam. JPEG JPEG Stands for Joint Photographic Experts Group. JPEG uses a lossy compression routine. Lossy compression means.
What is Video in Multimedia. Video Video, like sound, is recorded and played an as analog signal Analog video must be digitized in order for it to put.
Information Systems Design and Development Media Types Computing Science.
Software Design and Development Storing Data Part 2 Text, sound and video Computing Science.
FILE COMPRESSION Lossy vs Lossless. Why compress a file? To save storage space. To speed up data transmission.
2.01 Understand Digital Raster Graphics
2.01 Understand Digital Raster Graphics
2.01 Understand Digital Raster Graphics
File Compression 3.3.
2.01 Investigate graphic image design.
Raster Images CPSC 1030.
A computer display is made up of small squares, called pixels.
1.01 Investigate graphic types and file formats.
Data Representation.
Representing Images 2.6 – Data Representation.
Web Design and Development
2.01 Understand Digital Raster Graphics
Topic 3: Data Compression.
2.01 Investigate graphic image design.
COMS 161 Introduction to Computing
2.01 Understand Digital Raster Graphics
2.01 Investigate graphic image design.
Chapter 8 – Compression Aims: Outline the objectives of compression.
2.01 Investigate graphic image design.
Presentation transcript:

Data delivery Adolf Knoll National Library of the Czech Republic

Data delivery The goal is to make the data transfer easier under slow speed Internet connection In practice  Decrease of resolution  Decrease of image depth  Compression of data  Delivery of necessary chunks of data of still acceptable quality

Slow speed Internet connection At home: 28.8 kbps – 56 kbps At work: 155 Mbps What does it mean?  56 kbps = 7 KB of data transferred per each second  155 Mbps = MB transferred per each second  400 simultaneous users = 48.5 KB transferred per each second in average per user !!!

Solutions… Higher speed Research networks (Czech backbone 2.5 Gbps) Used for sharing computational resources and storage (grid computing) Thinner files To deliver only shat is necessary  Decrease of resolution  Decrease of image depth  Compression of data  Delivery of necessary chunks of data of still acceptable quality

75 dpi 300 dpi Decrease of resolution WHAT HAPPENS? Computer screen has a fix resolution…

Decrease of image depth 24 bit 8 bit4 bit1 bit 2 colours16 colours256 coloursCa colours

Decrease of image depth 24-bit1-bit4-bit8-bit 1/3 1/241/61

16 million colours 16 colours 256 colours

1 1/24 1/3 1/6 Size reduction through decrease of the colour depth

Methods for decrease of image depth onto 1-bit (dithering) If compressed by CCITT Fax Group B 4364 B 3734 B 3682 B Nearest colour Floyd-Steinberg BurkesStucki

Delivery of necessary chunks Pre-processing and a set of images of various quality levels  Thumbnail  Preview  Internet  User  Archival Image servers  Dynamic on-the-fly conversion  Delivery from multiresolutional source Controlled by user

Compression in general lossless lossy

Typical situations Colour Image: PNG vs. JPEG Black-and-White Image: TIFF/G4 vs. JP2 Sound: CDA vs. MP3 Video: ….. Motion pictures are lossy by their nature, as they create illusion of motion through successive display of discrete frames !!! Compression will be explained in more detail in concrete chapters concerning characteristic types of digital data.

Compression – working groups Image  JBIG (Joint Bi-level Image Group)  JPEG (Joint Photographic Expert Group) Audiovisual  MPEG Video (Motion Pictures Expert Group)  sound