A CUDA-accelerated baseline-jpeg decompression library which does not rely on restart markers. 🖼️
-
Updated
Sep 27, 2019 - Cuda
A CUDA-accelerated baseline-jpeg decompression library which does not rely on restart markers. 🖼️
Minimal JPEG decoder library
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.
NTU CSIE - Information Theory and Coding Techniques, 2019 Spring, Prof. Ja-Ling Wu
Inofficial Mirror for all public releases of jpeglib, the C reference implementation for the JPEG image file format by the independent JPEG group. This repository tracks public releases, so you can use it as a submodule or to inspect version differences. Official sources at https://jpegclub.org/reference/reference-sources/
Rust crate for encoding and decoding SDR or HDR JPEG images
Babes Bolyai University - Audio & Video Data Processing course (project)
Grayscale image compression using the Bidimensional Discrete Cosine Transform (DCT)
Encoder performs discrete cosine transform & quantization to compress image, while decoder reconstruct the original image using NumPy, Skimage, Math, SciPy modules
Detecting cells in image using blob detection & use water washed segmentation to find boundaries of detected cell
Understanding the JPEG compression algorithm and its inner workings.
University work. C implementation of various image transformation techniques.
This notebook implements a simplified JPEG compression and decompression algorithm, demonstrating the core concepts involved in converting an image to a compressed format and then reconstructing it.
Add a description, image, and links to the jpeg-decoder topic page so that developers can more easily learn about it.
To associate your repository with the jpeg-decoder topic, visit your repo's landing page and select "manage topics."