Skip to content

This repository contains various multimedia processing techniques like quantization, format conversion and JPEG compression simulation code

Notifications You must be signed in to change notification settings

shivneshr/Multimedia-Processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Multimedia-Image-Processor

The algorithms here implements the how the changing the quantization affects the image rendering and also ellicits of the vaious formats are important to for image rendering (YUV and RGB)

Further more the second project simulates the components of multimedia pipeline namely - compression and methods of streaming the data over network and rendering the same

Image -> JPEG Compression -> Stream -> JPEG Decompression -> Render

JPEG Compression

  • Extract R, G and B of the image
  • Discrete Cosine Transform

Streaming

  • Spectral selection
  • Successive bit approximation
  • Sequential transfer

Spectral Selection

Alt Text

Successive Bit approximation

Alt Text

Sequential Transfer

Alt Text

About

This repository contains various multimedia processing techniques like quantization, format conversion and JPEG compression simulation code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages