image-decompression
Here are 8 public repositories matching this topic...
PyTorch - CHIMLE, an IMLE-based general-purpose multimodal conditional image synthesis method [NeurIPS 2022]
-
Updated
Jun 13, 2023 - Python
This project addresses image's efficiency storage challenge by introducing a novel, efficient lossless compression method using Huffman coding. This method not only simplifies implementation but also reduces memory consumption, making it well-suited for resource-limited environments and aiming to revolutionize streamlined image data management.
-
Updated
Aug 13, 2023 - Python
Image compression and decompression tool using Huffman coding on RGB channels for lossless image storage. This Java project encodes BMP/PNG images into binary format and reconstructs them from compressed text files, preserving color fidelity and image resolution.
-
Updated
Nov 22, 2024 - Java
This repository contains an implementation of JPEG compression, demonstrating the process of compressing and decompressing images using the JPEG standard. It includes code for each step of the JPEG algorithm, such as discrete cosine transform (DCT), quantization, and entropy coding.
-
Updated
Jun 19, 2023 - Jupyter Notebook
Image compression codec based on JPEG implemented in python
-
Updated
Jun 3, 2022 - Python
CS3IA16: Image Analysis
-
Updated
Apr 8, 2024 - MATLAB
An image compression-decompression GUI program using MATLAB
-
Updated
Feb 18, 2022 - MATLAB
Improve this page
Add a description, image, and links to the image-decompression topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the image-decompression topic, visit your repo's landing page and select "manage topics."