imagecompression
There are 51 repositories under imagecompression topic.
JiangWeibeta/MLIC
Multi-Reference Entropy Models for Learned Image Compression
JiangWeibeta/Checkerboard-Context-Model-for-Efficient-Learned-Image-Compression
Unofficial pytorch implementation of CVPR2021 paper "Checkerboard Context Model for Efficient Learned Image Compression".
ywz978020607/HESIC
Official Code of "Deep Homography for Efficient Stereo Image Compression"[cvpr21oral]
yossTheDev/boostedpic
🚀✨ Fast Image Optimization Tool for Web and Social Media
JiangWeibeta/ELIC
Unofficial pytorch implementation of CVPR2022 papar "ELIC: Efficient Learned Image Compression with Unevenly Grouped Space-Channel Contextual Adaptive Coding"
Harryline-996/MATLAB_for_JPEG_compression
ZJU 2021年春学期多媒体技术课程大作业,用MATLAB实现标准JPEG图像压缩流程
blackshadowsoftwareltd/image_processing
image_processing
Vatshayan/Machine-Learning-Project-for-Image-Compression
Implementation & Learning of Compression of Image through use of K-means Clustering Algorithm
jungbomp/VectorQuantization
Image compression using vector quantization
itorian/ImageOptimizerOrCompressor
Optimize images programmatically using C#
0ME9A/compressy
Compressy is a web application that allows users to compress and resize images easily. It helps in reducing the file size of images while maintaining reasonable quality.
asnhkl1/X-CompressImage
可以自定义大小和像素来进行图片压缩的Android压缩,比鲁班要强大🔥🔥🔥
GeVic/Image-Compression
Image Compression using Huffman Coding
raphasramos/deep-coding
End-to-End Autoencoder Image Compression Framework
yedajiang44/ImageCompression
支持质量以及尺寸压缩图片的app
heroorkrishna/Image-compression-using-K-means-Clustering
Image compression
johannes67890/VirtualCompressor
Online website to compress image files.
souravcodes1080/img-compressor
Image Compressor website React JS. Compress image faster by using web workers.
Thehunk1206/Classical-ML-Algorithms
Collection of some classical Machine learning Algorithms.
Ubaton/QRCode
QR Code Generator
AdityaTheDev/ReconstructionOfImage-Using-DeepAutoEnccoders
Autoencoder is a type of neural network where the output layer has the same dimensionality as the input layer. In simpler words, the number of output units in the output layer is equal to the number of input units in the input layer. An autoencoder replicates the data from the input to the output in an unsupervised manner and is therefore sometimes referred to as a replicator neural network. The autoencoders reconstruct each dimension of the input by passing it through the network. It may seem trivial to use a neural network for the purpose of replicating the input, but during the replication process, the size of the input is reduced into its smaller representation. The middle layers of the neural network have a fewer number of units as compared to that of input or output layers. Therefore, the middle layers hold the reduced representation of the input. The output is reconstructed from this reduced representation of the input.
baidut/JPEGParser
The JPEGHexViewer is a tool to help you figure out the syntax structure of JPEG file.
belginecem/ImageCompressionHuffmanCoding
An Image Compression Project Using Huffman Coding Algorithm
CodeDead/compressr
Image compressor in the browser
hari2594/PCA---Image-Compression
The goal of this R Function is to compress arbitrary images using numerical principal component analysis techniques to obtain the most visually appealing compressed image.
mariateodorapopescu/Basic-Command-Line-image-compressor
Explore a novel approach to handling pixel data, featuring unique functions for reading, compressing, and decompressing PPM image files.
pandey-parth/Image-Compression-with-K-Means-Clustering
This project focuses on steps involved in k-means clustering. Apply k-means clustering with scikit-learn and Python to compress images. Create interactive, GUI components in Jupyter notebooks using Jupyter widgets
PanktiSP13/Image-Modifier
This project provides a simple and efficient solution for modifying images by using a custom class. With this class, users can compress, resize, and optimize images, ensuring that they meet the desired file size constraints while preserving quality.
PixxlMan/Image-Compression
A simple toy image compressor
RanjanWorks/imagecompressing
compress multiple images into kb and desirable sizes
samsyntx/image-setter
Image Setter is a lightweight npm package that simplifies the process of compressing and converting image, making it easy to optimize and manipulate various IMage formats effortlessly.
Shrikantpatil2197/Project_image_compression_using_Improved_Huffman_coding
This project aims at improving the Huffman Coding algorithm for image compression by using "Split and Apply" rule.
SourabhDhalia/Image-Compression-GUI-APP
Image Compression GUI APP Python: PyQt5
dharmveer97/aws-image-uploading
Code and resources for optimizing image uploading speed to AWS S3 buckets in a Next.js app directory using @apollo/server , including directory API routes for AWS S3 bucket integration. Utilizes @aws-sdk, @aws-sdk/client-s3, @as-integrations/next, dropzone, graphql, and graphql-tag.
mahdianimator/image_compressor
The Python Image Comperessor
mrinankmj/Lossless_Image_compression
A MATLAB project for lossless image compression using Huffman Encoding. It efficiently compresses images without quality loss, preserving original data while reducing file size.