🖼️Image compressor

Contributorsarrow-up-right Forksarrow-up-right Stargazersarrow-up-right Issuesarrow-up-right project_licensearrow-up-right LinkedInarrow-up-right

Projecte-Compressió

Image compression project developed in Java. Explore the docs »arrow-up-right View Demoarrow-up-right · Report Bugarrow-up-right · Request Featurearrow-up-right


About The Project

This project implements a basic image compression system in Java. The goal is to analyze and apply entropy coding, quantization, and prediction — the first three main stages of an image compression pipeline.

This project has been developed as part of academic exercises on image compression and processing by both Mikel Garzón Gomes and Pol Farres Ribatadalla.

Note: Entropy-related modules are still in progress.


Built With


Getting Started

You only need Git and Java — there are no external dependencies.

Installation

1

Clone the repository

2

Compile and run with Java


Usage

The program runs in the console and displays a menu like the following:


Roadmap

Projecte-Compressió

Image Compression Project

Competition


In this part of the project we are going to compare the different methods implemented in the previous sections. To acomplish a better results than our classmates. The improvements will be focused on the following points:

Pol Farres

Mikel Garzón


We are currently focusing on the first three stages of image compression: Entropy Encoding, Quantization, and Prediction.

See the open issuesarrow-up-right for a full list of proposed features (and known issues).


Contributing

Contributions are what make the open source community amazing. Any suggestions or improvements are greatly appreciated.

  1. Fork the Project

  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)

  3. Commit your Changes (git commit -m 'Add some AmazingFeature')

  4. Push to the Branch (git push origin feature/AmazingFeature)

  5. Open a Pull Request

Top contributors:

contrib.rocks imagearrow-up-right


License

Distributed under the project_license. See LICENSE.txt for more information.


Contact

Pol Farres — GitHub Profilearrow-up-right

Mikel Garzón — Github Profilearrow-up-right

Project Link: https://github.com/MkProgramer33/Image-Compressorarrow-up-right


Last updated