dct-coefficients topic

List dct-coefficients repositories

epeg

259
Stars
46
Forks
Watchers

Insanely fast JPEG/ JPG thumbnail scaling with the minimum fuss and CPU overhead. It makes use of libjpeg features of being able to load an image by only decoding the DCT coefficients needed to recons...

jpegio

72
Stars
17
Forks
Watchers

A python package for accessing the internal variables of JPEG file format such as DCT coefficients and quantization tables

compression-DCT

55
Stars
25
Forks
Watchers

Implementation of Image compression using DCT

image-optimizer

18
Stars
2
Forks
Watchers

Optimize any image by chroma subsampling and optimized huffman coding in Python. Basically, using JPEG algorithm!