There are 7 repositories under jpeg-image-compression topic.
Simple image optimizer for JPEG, PNG and GIF images on Linux, MacOS and FreeBSD.
Implementation of Image compression using DCT
A Python program that compresses raw images based on the JPEG compression algorithm.
MozJPEG wrapper for .Net
Watermarking technique with invisibility and robustness for loss JPEG compression
Image processing on FPGA using verilog
Image compression using techniques like DCT transform and Huffman encoding and decoding.
Modified the conventional JPEG compression algorithm with Lloyd-Max Quantizer. Implemented in MATLAB and tested on Xilinx Artix-7 FPGA.
Python implementation of the classic JPEG compression algorithm
A prototype JPEG compressor (only algorithm without header) in Python.
It contains all the Assignments and Project I have done in my "Digital Image Processing" Course at "School of Engineering and Applied Science" Ahmedabad University.
JPEG and LZW compression algorithms for color / grayscale images
A technique for embedding one mark or image within another using Entropy as a discriminant to identify the most strategic points of the image, DCT and DWT transforms are also used for insertion, the method is designed to be robust against jpeg compressions.
This project has 2 parts. (1) JPEG image compression is been implemented into Matlab and (2) Verilog language using Xilinx software.
Prepared extensions for zImageOptimizer script.
First project of Multimedia Systems course.
Image compression using Discrete Cosine Transform and Huffman Coding
A tool to Crop, Rotate and Resize Images to desired target File Size. Useful for online forms that require image uploads with specific size and resolution requirements.
Crush your JPEGs for fun!
DCT, IDCT, DWT, IDWT, This assignment will helped us to gain an understanding of issues that relate to image compression, by comparing and contrasting the frequency space representations using the Discrete Cosine Transform and the Discrete Wavelet Transform.
Playing streaming video (motion jpeg). The server (computer) continuously takes screenshots of the desktop, encodes them in jpeg and transmits via VCP them to the client (microcontroller). The microcontroller decodes the image and displays it on the display.
Optimize and Compress JPEG or PNG Images in Linux Command line
Yazılım Mühendisliği kapsamında geliştirilen bir görüntü sıkıştırma algoritmasıdır. Kullanıcıya etkili bir arayüz sunarak ihtiyaçlarını en iyi şekilde yerine getirecek bir potansiyele sahip olmayı hedeflemektedir.
A script that compresses and makes diferent sizes of all images in child directories
Implementing JPEG compression using the Discrete Cosine Transform from scratch!
browser-based image compression tool that respects your privacy
Data compressor based on RLE + BWT + MTF + RLE + A0 and also JpegCompressor
Implementation of Fundamental Image Processing Techniques