JPEGcomp

Image Compression using JPEG algorithm - MATLAB function
6 Downloads
Updated 7 Jan 2023
JPEG Algorithm:
0. Loading and initializing the raw image
  1. Convert RGB image to YIQ or YCbCr image
  2. Down-sampling the image
  3. Forward Discrete Cosine Transform (DCT)
  4. Quantization
  5. Huffman Encoding: Compressed data
  6. Decoding
  7. De-quantization
  8. Inverse Discrete Cosine Transform (IDCT)
  9. Up-sampling
  10. Convert YIQ to RGB image: Compressed image

Cite As

Soroush Mirmobini (2024). JPEGcomp (https://github.com/mirmobini/JPEGcomp/releases/tag/1.0), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2022b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.