Implementation of Image compression using DCT
-
Updated
Oct 5, 2018 - Python
Implementation of Image compression using DCT
The implementation of various data compression techniques.
A BluRay PGS subtitle (.sup) parser
Tool for decompress and recompress graphics from games developed by KONAMI for NES using RLE algorithm.
Lossless compression using Run-Length
Tool for decompress and recompress graphics from games developed by SIMS for Sega Master System using LZ RLE algorithm.
Heuristics and metaheuristics for enhancing Run-Length Encoding in a database
A ASCII art viewer that can also compress the files using Run Length Encoding. Written in Python using Tkinter.
A utility script to convert Run-Length-Encoded Binary Masks from Darwin 2.0 JSON to PNG.
Run-length encoding compression but barebones
This Python repository provides an implementation for JPEG image compression with both low and high compression modes. The script employs various transformations and compression techniques to optimize the file size of JPEG images while preserving acceptable image quality.
A simple run-length encoding library for Python.
Given a list of list of integers that represent alternating binary cells, this script creates a text image from those values.
Add a description, image, and links to the run-length-encoding topic page so that developers can more easily learn about it.
To associate your repository with the run-length-encoding topic, visit your repo's landing page and select "manage topics."