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
Source for the book Computer Science from Scratch
Tool for decompress and recompress graphics from games developed by KONAMI for NES using RLE algorithm.
Tool for decompress and recompress graphics from games developed by SIMS for Sega Master System using LZ+RLE algorithm.
Lossless compression using Run-Length
A utility script to convert Run-Length-Encoded Binary Masks from Darwin 2.0 JSON to PNG.
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 Python implementation of JPEG image compression using the Discrete Cosine Transform (DCT) and Run-Length Encoding (RLE) to reduce image sizes while maintaining quality.
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.
Run-length encoding compression but barebones
Implementation of RLE algorithm for text data compression. This app is powered by streamlit - python.
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."