/Image-Compression-with-RLE

Lossless & Lossy Compression of PNG Images implemented in x86 Assembly using the modified Run-Length Encoding Algorithm

Primary LanguageAssembly

Image Compression with Run-Length Encoding Algorithm

Lossless & Lossy Compression of PNG Images implemented in x86 Assembly using the modified Run-Length Encoding Algorithm

Developers

  • Ali Raza
  • Muhammad Hammad
  • Abdul Ali Khan

Features

  • Generation of Random RGB Grids (x86)
  • Conversion of PNG Images to RGB Grids (Python)
  • Displaying RGB Grids as Colored Images (x86)
  • Lossless Compression (x86)
  • Lossy Compression (x86)
  • Decompression (x86)
  • Compression Statistics (Percentage loss of quality & Compression ratio) (x86)