Source for the book Computer Science from Scratch
-
Updated
Mar 8, 2026 - Python
Source for the book Computer Science from Scratch
Implementation of Image compression using DCT
The implementation of various data compression techniques.
Manipulate run-length encoded image masks
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.
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.
Lossless compression using Run-Length
Heuristics and metaheuristics for enhancing Run-Length Encoding in a database
A utility script to convert Run-Length-Encoded Binary Masks from Darwin 2.0 JSON to PNG.
This project implements a lossless differential compression algorithm for sequences of 8‑bit integers.
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.
A simple implementation of Run Length Encoding (RLE) algorithm for Steganography.
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."