https://github.com/abdallahhemdan/arithmetic-coding
🗃 Implementation of encoding and decoding of Arithmetic-Coding algorithm using python..
https://github.com/abdallahhemdan/arithmetic-coding
arithmetic-coding decoding encoding hemdan image image-compression multimedia
Last synced: 9 months ago
JSON representation
🗃 Implementation of encoding and decoding of Arithmetic-Coding algorithm using python..
- Host: GitHub
- URL: https://github.com/abdallahhemdan/arithmetic-coding
- Owner: AbdallahHemdan
- License: mit
- Created: 2020-04-14T20:43:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T23:14:34.000Z (over 5 years ago)
- Last Synced: 2025-02-06T06:49:04.421Z (11 months ago)
- Topics: arithmetic-coding, decoding, encoding, hemdan, image, image-compression, multimedia
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 🗃 Arithmetic-Coding
> Implementation of encoding and decoding of Arithmetic-Coding algorithm using python..
## Table of Contents
- [Installation](#installation)
- [Running](#running)
### Installation
1. **_Clone the repository_**
```sh
$ git clone https://github.com/AbdallahHemdan/Arithmetic-Coding.git
```
2. **_Navigate to repository directory_**
```sh
$ cd Arithmetic-Coding
```
### Running
1. **Run encoding file**
```sh
$ python ./encoding.py
```
2. **Enter block Size**
3. **Enter float Size**
4. **Run decoding file**
```sh
$ python ./decoding.py
```
5. **Look at out.jpg in the repository folder**
