Implementation of Image compression using DCT
-
Updated
Oct 5, 2018 - Python
Implementation of Image compression using DCT
The implementation of various data compression techniques.
Source for the book Computer Science from Scratch
A BluRay PGS subtitle (.sup) parser
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 Python implementation of JPEG image compression using the Discrete Cosine Transform (DCT) and Run-Length Encoding (RLE) to reduce image sizes while maintaining quality.
A ASCII art viewer that can also compress the files using Run Length Encoding. Written in Python using Tkinter.
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
A simple run-length encoding library for Python.
A simple implementation of Run Length Encoding (RLE) algorithm for Steganography.
Implementation of RLE algorithm for text data compression. This app is powered by streamlit - 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."