Coder Social home page Coder Social logo

josgard94 / jpeg Goto Github PK

View Code? Open in Web Editor NEW
11.0 1.0 4.0 85 KB

Compression of images with JPEG algorithm using python and Huffman codes.

Python 100.00%
coding-and-data-compression python information-theory jpeg-image-compression computer-science huffman-codes jpeg-algorithm compression jpeg intensity

jpeg's Introduction

JPEG

Compression of images with JPEG algorithm using python and Huffman codes.

The implementation that was carried out in this project uses huffman codes to reduce the size of the image.

for its execution:

1.- Compile the code corresponding to the JPEG algortimo, within this code a file with probability values of each value of intensity of the image is generated.

2.- Once the algorithm has been executed, we proceed to generate the huffman codes compiling the file huffman_codes.py, this algorithm generates a text file with the codes that have been generated from the probabilities.

3.- Compile the corresponding source file to the Huffman decoder to recover the intensity values of the image.

4.- Compile the file name idct.py to recover the new image already compressed in size.

jpeg's People

Contributors

josgard94 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

jpeg's Issues

i encountered an IndexError

after running algoritmo_jpeg.py i text ran generador_huffman_code.py. i encountered an error. how can I rectify it
Please also let me know when to run decompressor.py as well.
Capture

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.